atg.security
Interface GroupPersona
- All Superinterfaces: 
- Persona, java.security.Principal
- All Known Subinterfaces: 
- DefaultGroupPersona
- All Known Implementing Classes: 
- GenericDefaultGroupPersona, GenericGroupPersona
- public interface GroupPersona 
- extends Persona
A tag interface that marks a persona as a "group persona", indicating
 that it identifies a user group rather than a specific user.
 
 
| 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 | 
 
CLASS_VERSION
static final java.lang.String CLASS_VERSION
- See Also:
- Constant Field Values