public interface RoleConfigurationFactory
Modifier and Type | Method and Description |
---|---|
RoleConfiguration |
getRoleConfiguration(java.lang.String contextID,
boolean remove)
This gets a RoleConfiguration with contextID from the
RoleConfigurationfactory.
|
RoleConfiguration getRoleConfiguration(java.lang.String contextID, boolean remove) throws RoleConfigurationException
contextID
- the context ID of RoleConfigurationremove
- true or falseRoleConfigurationException
- if RoleConfiguration
can't be gotten.