| Modifier and Type | Method and Description |
|---|---|
SecurityRoleMapper |
Application.getRoleMapper()
Return my mapping of rolename to users and groups on a particular
server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Application.setRoleMapper(SecurityRoleMapper roleMapper)
Sets the mapping of rolename to users and groups on a particular server.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityRoleMapper |
RoleMappingContainer.getRoleMapper()
Return my mapping of rolename to users and groups on a particular
server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RoleMapper
This class maintains a mapping of users and groups to application specific roles.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityRoleMapper |
RoleMapperFactory.getRoleMapper(String appName)
Returns a RoleMapper corresponding to the AppName.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RoleMapperFactory.setRoleMapper(String appName,
SecurityRoleMapper securityRoleMapper)
Set a RoleMapper for the application
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
GlassfishRoleMapper.arePrincipalsInRole(SecurityRoleMapper srm,
Principal[] principals,
String roleName) |
| Modifier and Type | Method and Description |
|---|---|
SecurityRoleMapper |
SecurityRoleMapperFactory.getRoleMapper(String appName)
Returns a RoleMapper corresponding to the AppName.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityRoleMapperFactory.setRoleMapper(String appName,
SecurityRoleMapper rmap)
Sets a new RoleMapper for a particular Application
|
Copyright © 2019. All rights reserved.