|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Contract public interface SecurityRoleMapperFactory
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
SecurityRoleMapper getRoleMapper(String appName)
The - Application Name of this RoleMapper.void removeRoleMapper(String appName)
the - application name for this RoleMapper
void setRoleMapper(String appName,
SecurityRoleMapper rmap)
the - application namethe - new role mapperString getAppNameForContext(String contextId)
void setAppNameForContext(String appName,
String contextId)
void removeAppNameForContext(String contextId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||