Uses of Interface
org.glassfish.security.services.api.authorization.RoleMappingService.RoleDeploymentContext
-
-
Uses of RoleMappingService.RoleDeploymentContext in org.glassfish.security.services.api.authorization
Methods in org.glassfish.security.services.api.authorization that return RoleMappingService.RoleDeploymentContext Modifier and Type Method Description RoleMappingService.RoleDeploymentContextRoleMappingService. findOrCreateDeploymentContext(String appContext)Find an existingRoleDeploymentContext, or create a new one if one does not already exist for the specified application context. -
Uses of RoleMappingService.RoleDeploymentContext in org.glassfish.security.services.impl.authorization
Methods in org.glassfish.security.services.impl.authorization that return RoleMappingService.RoleDeploymentContext Modifier and Type Method Description RoleMappingService.RoleDeploymentContextRoleMappingServiceImpl. findOrCreateDeploymentContext(String appContext)Find an existingRoleDeploymentContext, or create a new one if one does not already exist for the specified application context. -
Uses of RoleMappingService.RoleDeploymentContext in org.glassfish.security.services.provider.authorization
Methods in org.glassfish.security.services.provider.authorization that return RoleMappingService.RoleDeploymentContext Modifier and Type Method Description RoleMappingService.RoleDeploymentContextSimpleRoleMappingProviderImpl. findOrCreateDeploymentContext(String appContext) -
Uses of RoleMappingService.RoleDeploymentContext in org.glassfish.security.services.spi.authorization
Methods in org.glassfish.security.services.spi.authorization that return RoleMappingService.RoleDeploymentContext Modifier and Type Method Description RoleMappingService.RoleDeploymentContextRoleMappingProvider. findOrCreateDeploymentContext(String appContext)Find an existingRoleDeploymentContext, or create a new one if one does not already exist for the specified application context.
-