public class GenericGroupPersona extends GenericPersona implements GroupPersona
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION |
| Constructor and Description |
|---|
GenericGroupPersona(java.lang.String pName,
UserAuthority pAuthority)
Creates a new persona with a given name and user authority.
|
getAccount, setAccountaddSubPersona, equals, getAccessRights, getAttribute, getName, getSubPersonae, getUserAuthority, hashCode, hasPersona, hasRole, isReadOnly, main, removeSubPersona, setAttribute, setAttributes, setReadOnly, setSubPersonae, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddSubPersona, equals, getAccessRights, getAttribute, getName, getSubPersonae, getUserAuthority, hasPersona, hasRole, removeSubPersona, setSubPersonaepublic GenericGroupPersona(java.lang.String pName,
UserAuthority pAuthority)