org.apache.jetspeed.sso
Interface SSOUser

All Superinterfaces:
JetspeedPrincipal, java.security.Principal, User

public interface SSOUser
extends User

Version:
$Id: SSOUser.java 734954 2009-01-16 10:07:13Z ddam $
Author:
Dennis Dam

Field Summary
 
Fields inherited from interface org.apache.jetspeed.security.User
JETSPEED_USER_PREFERED_LOCALE_ATTRIBUTE, JETSPEED_USER_SUBSITE_ATTRIBUTE
 
Method Summary
 void setName(java.lang.String name)
           
 
Methods inherited from interface org.apache.jetspeed.security.JetspeedPrincipal
getCreationDate, getDomainId, getId, getInfoMap, getModifiedDate, getName, getSecurityAttributes, getType, isEnabled, isExtendable, isMapped, isReadOnly, isRemovable, isTransient, setEnabled
 
Methods inherited from interface java.security.Principal
equals, hashCode, toString
 

Method Detail

setName

void setName(java.lang.String name)


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.