|
Novell exteNd Director 4.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The wrapper Group principal used by custom realms. The original principal implementation can be used internally in order to leverage existing principal functionality and APIs.
| Method Summary | |
Collection |
getChildGroups()
Gets a collection of child group principals if there are any. |
String |
getFullQualifiedName()
Gets the full qualified principal name, including realm name prefix. |
Collection |
getParentGroups()
Gets a collection of parent group principals if there are any. |
String |
getRealm()
Gets the name of the realm this group belongs. |
String |
getShortName()
Gets the short name of the group which is typically the group name without any realm information. |
String |
getUniqueID()
Gets the unqiue identifier of the group principal. |
Collection |
getUserMembers()
Gets a collection of user member principals if there are any. |
| Methods implemented from interface java.security.acl.Group |
addMember,
isMember,
members,
removeMember |
| Methods implemented from interface java.security.Principal |
equals,
getName,
hashCode,
toString |
| Method Detail |
public String getRealm()
public String getUniqueID()
public String getFullQualifiedName()
public Collection getParentGroups()
public Collection getChildGroups()
public Collection getUserMembers()
public String getShortName()
|
Novell exteNd Director 4.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||