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.


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