Uses of Interface
org.glassfish.deployment.common.SecurityRoleMapper
-
-
Uses of SecurityRoleMapper in com.sun.enterprise.deployment
Methods in com.sun.enterprise.deployment that return SecurityRoleMapper Modifier and Type Method Description SecurityRoleMapperApplication. getRoleMapper()Return my mapping of rolename to users and groups on a particular server.Methods in com.sun.enterprise.deployment with parameters of type SecurityRoleMapper Modifier and Type Method Description voidApplication. setRoleMapper(SecurityRoleMapper roleMapper)Sets the mapping of rolename to users and groups on a particular server. -
Uses of SecurityRoleMapper in com.sun.enterprise.deployment.types
Methods in com.sun.enterprise.deployment.types that return SecurityRoleMapper Modifier and Type Method Description SecurityRoleMapperRoleMappingContainer. getRoleMapper()Return my mapping of rolename to users and groups on a particular server. -
Uses of SecurityRoleMapper in com.sun.enterprise.security.acl
Classes in com.sun.enterprise.security.acl that implement SecurityRoleMapper Modifier and Type Class Description classRoleMapperThis class maintains a mapping of users and groups to application specific roles.Methods in com.sun.enterprise.security.acl that return SecurityRoleMapper Modifier and Type Method Description SecurityRoleMapperRoleMapperFactory. getRoleMapper(String appName)Returns a RoleMapper corresponding to the AppName.Methods in com.sun.enterprise.security.acl with parameters of type SecurityRoleMapper Modifier and Type Method Description voidRoleMapperFactory. setRoleMapper(String appName, SecurityRoleMapper securityRoleMapper)Set a RoleMapper for the application -
Uses of SecurityRoleMapper in com.sun.enterprise.security.web.integration
Methods in com.sun.enterprise.security.web.integration with parameters of type SecurityRoleMapper Modifier and Type Method Description booleanGlassfishRoleMapper. arePrincipalsInRole(SecurityRoleMapper srm, Principal[] principals, String roleName) -
Uses of SecurityRoleMapper in org.glassfish.deployment.common
Methods in org.glassfish.deployment.common that return SecurityRoleMapper Modifier and Type Method Description SecurityRoleMapperSecurityRoleMapperFactory. getRoleMapper(String appName)Returns a RoleMapper corresponding to the AppName.Methods in org.glassfish.deployment.common with parameters of type SecurityRoleMapper Modifier and Type Method Description voidSecurityRoleMapperFactory. setRoleMapper(String appName, SecurityRoleMapper rmap)Sets a new RoleMapper for a particular Application
-