atg.security
Interface DefaultGroupPersona

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

public interface DefaultGroupPersona
extends GroupPersona

A tag interface that marks a persona as a "default group persona", a group to which the user belongs that should be used 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