atg.security
Interface LoginPersona

All Superinterfaces:
Persona, java.security.Principal
All Known Implementing Classes:
GenericLoginPersona

public interface LoginPersona
extends Persona

A tag interface that marks a persona as a "login persona", indicating that it identifies a user login. This is typically used by a security domain for setting default security attributes when an object is created.


Field Summary
static java.lang.String CLASS_VERSION
           
 
Method Summary
 
Methods inherited from interface atg.security.Persona
addSubPersona, equals, getAccessRights, getAttribute, getName, getSubPersonae, getUserAuthority, hasPersona, hasRole, removeSubPersona, setSubPersonae
 
Methods inherited from interface java.security.Principal
hashCode, toString
 

Field Detail

CLASS_VERSION

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