Uses of Interface
org.glassfish.deployment.common.SecurityRoleMapperFactory
-
-
Uses of SecurityRoleMapperFactory in com.sun.enterprise.connectors
Methods in com.sun.enterprise.connectors that return SecurityRoleMapperFactory Modifier and Type Method Description SecurityRoleMapperFactoryConnectorRuntime. getSecurityRoleMapperFactory() -
Uses of SecurityRoleMapperFactory in com.sun.enterprise.connectors.authentication
Methods in com.sun.enterprise.connectors.authentication that return SecurityRoleMapperFactory Modifier and Type Method Description SecurityRoleMapperFactoryBasicPasswordAuthenticationService. getSecurityRoleMapperFactory() -
Uses of SecurityRoleMapperFactory in com.sun.enterprise.deployment.interfaces
Methods in com.sun.enterprise.deployment.interfaces that return SecurityRoleMapperFactory Modifier and Type Method Description static SecurityRoleMapperFactorySecurityRoleMapperFactoryMgr. getFactory()Methods in com.sun.enterprise.deployment.interfaces with parameters of type SecurityRoleMapperFactory Modifier and Type Method Description static voidSecurityRoleMapperFactoryMgr. registerFactory(SecurityRoleMapperFactory factory) -
Uses of SecurityRoleMapperFactory in com.sun.enterprise.security
Methods in com.sun.enterprise.security that return SecurityRoleMapperFactory Modifier and Type Method Description static SecurityRoleMapperFactorySecurityRoleMapperFactoryGen. getSecurityRoleMapperFactory() -
Uses of SecurityRoleMapperFactory in com.sun.enterprise.security.acl
Classes in com.sun.enterprise.security.acl that implement SecurityRoleMapperFactory Modifier and Type Class Description classRoleMapperFactoryMethods in com.sun.enterprise.security.acl with parameters of type SecurityRoleMapperFactory Modifier and Type Method Description RoleMapperRoleMapperFactory. getRoleMapper(String appName, SecurityRoleMapperFactory fact)Returns a RoleMapper corresponding to the AppName. -
Uses of SecurityRoleMapperFactory in com.sun.enterprise.security.ee
Methods in com.sun.enterprise.security.ee that return SecurityRoleMapperFactory Modifier and Type Method Description static SecurityRoleMapperFactorySecurityUtil. getRoleMapperFactory()
-