|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GroupSecurityHandler
This interface encapsulates the persistence of security groups.
This provides a central placeholder for changing the persistence of groups security information.
A security implementation wanting to store group security implementation in LDAP for instance would need to provide an LDAP implementation of this interface.
Method Summary | |
---|---|
GroupPrincipal |
getGroupPrincipal(String groupFullPathName)
Gets the group principal for the group full path name {principal}.{subprincipal}. |
List |
getGroupPrincipals(String filter)
Gets the an iterator of group principals for a given filter. |
void |
removeGroupPrincipal(GroupPrincipal groupPrincipal)
Removes the group principal. |
void |
setGroupPrincipal(GroupPrincipal groupPrincipal)
Sets the group principal in the backing store. |
Method Detail |
---|
GroupPrincipal getGroupPrincipal(String groupFullPathName)
Gets the group principal for the group full path name {principal}.{subprincipal}.
groupFullPathName
- The group full path name.
Principal
void setGroupPrincipal(GroupPrincipal groupPrincipal) throws SecurityException
Sets the group principal in the backing store.
groupPrincipal
- The GroupPrincipal
.
SecurityException
- Throws a SecurityException
.void removeGroupPrincipal(GroupPrincipal groupPrincipal) throws SecurityException
Removes the group principal.
groupPrincipal
- The GroupPrincipal
.
SecurityException
- Throws a SecurityException
.List getGroupPrincipals(String filter)
Gets the an iterator of group principals for a given filter.
filter
- The filter.
Principal
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |