public abstract class GroupMembershipManager extends SPI
| Constructor and Description |
|---|
GroupMembershipManager() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String[] |
getFinalMembershipList(java.lang.String user,
java.lang.String[] groups)
This method may provide and/or override the list of groups in which the
specified user is a member.
|
abstract boolean |
getGroupMembershipFromRuntime()
Returns boolean indicating whether or not to use WebSphere Federated
Repository services to get group membership information.
|
compareTo, getInvocationOrder, getName, setInvocationOrder, toStringpublic abstract boolean getGroupMembershipFromRuntime()
public abstract java.lang.String[] getFinalMembershipList(java.lang.String user,
java.lang.String[] groups)
batch - environment user and list of groups in which that user is a member.final - list of groups for the specified user.