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.
 
| Method Summary | 
|  boolean | setPersonaeFor(User user,
               java.lang.String id)Populates a User object with appropriate personae for the user with
 the indicated ID.
 | 
 
 
CLASS_VERSION
static final java.lang.String CLASS_VERSION
- See Also:
- Constant Field Values
setPersonaeFor
boolean setPersonaeFor(User user,
                       java.lang.String id)
- Populates a User object with appropriate personae for the user with
 the indicated ID.
 
- 
 
-