Package | Description |
---|---|
weblogic.security.jacc |
Provides the RoleMapper interface.
|
Modifier and Type | Method | Description |
---|---|---|
abstract RoleMapper |
RoleMapperFactory.getRoleMapper(java.lang.String appID,
boolean remove) |
Returns a RoleMapper for the provided application ID, optionally
removing all role and policy information from the RoleMapper
before returning it.
|
abstract RoleMapper |
RoleMapperFactory.getRoleMapper(java.lang.String appID,
java.lang.String contextID,
boolean remove) |
Returns a RoleMapper for the provided application ID, optionally
removing all role and policy information from the RoleMapper
before returning it.
|
abstract RoleMapper |
RoleMapperFactory.getRoleMapperForContextID(java.lang.String contextID) |
Returns a RoleMapper for the provided context ID.
|