atg.security
Interface IdUserAuthority

All Superinterfaces:
UserAuthority
All Known Implementing Classes:
GenericAccountManager, SerializedAccountManager, XmlAccountManager

public interface IdUserAuthority
extends UserAuthority

Interface that provides id style authentication, where only the user ID has to be specified, for a user authority.


Field Summary
static java.lang.String CLASS_VERSION
           
 
Method Summary
 boolean setPersonaeFor(User user, java.lang.String id)
          Populates a User object with appropriate personae for the user with the indicated ID.
 
Methods inherited from interface atg.security.UserAuthority
addAuthenticationFailedListener, addAuthenticationSucceededListener, getPersona, getUserAuthorityName, removeAuthenticationFailedListener, removeAuthenticationSucceededListener, userDestroyed
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values
Method Detail

setPersonaeFor

boolean setPersonaeFor(User user,
                       java.lang.String id)
Populates a User object with appropriate personae for the user with the indicated ID.