@Contract
public interface SecurityRoleMapperFactory
Modifier and Type | Method and Description |
---|---|
String |
getAppNameForContext(String contextId)
Returns the appname for this particular context id.
|
SecurityRoleMapper |
getRoleMapper(String appName)
Returns a RoleMapper corresponding to the AppName.
|
void |
removeAppNameForContext(String contextId)
removes the link between contextId and the appname
|
void |
removeRoleMapper(String appName)
remove the RoleMapping associated with this application
|
void |
setAppNameForContext(String appName,
String contextId)
stores the appname for this particular context id.
|
void |
setRoleMapper(String appName,
SecurityRoleMapper rmap)
Sets a new RoleMapper for a particular Application
|
SecurityRoleMapper getRoleMapper(String appName)
The
- Application Name of this RoleMapper.void removeRoleMapper(String appName)
the
- application name for this RoleMappervoid setRoleMapper(String appName, SecurityRoleMapper rmap)
the
- application namethe
- new role mapperString getAppNameForContext(String contextId)
void setAppNameForContext(String appName, String contextId)
void removeAppNameForContext(String contextId)
Copyright © 2018. All rights reserved.