Uses of Interface
org.glassfish.security.services.api.authorization.AzAttributeResolver
-
-
Uses of AzAttributeResolver in org.glassfish.security.services.api.authorization
Methods in org.glassfish.security.services.api.authorization that return types with arguments of type AzAttributeResolver Modifier and Type Method Description List<AzAttributeResolver>AuthorizationService. getAttributeResolvers()Determines the current list ofAttributeResolverinstances, in execution order.Methods in org.glassfish.security.services.api.authorization with parameters of type AzAttributeResolver Modifier and Type Method Description booleanAuthorizationService. appendAttributeResolver(AzAttributeResolver resolver)Appends the giveninstance to the internal ordered list ofAzAttributeResolverAzAttributeResolverinstances, if not currently in the list based on.org.glassfish.security.services.api.authorization.AzAttributeResolver#equalsMethod parameters in org.glassfish.security.services.api.authorization with type arguments of type AzAttributeResolver Modifier and Type Method Description voidAuthorizationService. setAttributeResolvers(List<AzAttributeResolver> resolverList)Replaces the internal list ofAttributeResolverinstances with the given list. -
Uses of AzAttributeResolver in org.glassfish.security.services.impl.authorization
Methods in org.glassfish.security.services.impl.authorization that return types with arguments of type AzAttributeResolver Modifier and Type Method Description List<AzAttributeResolver>AuthorizationServiceImpl. getAttributeResolvers()Determines the current list ofAttributeResolverinstances, in execution order.Methods in org.glassfish.security.services.impl.authorization with parameters of type AzAttributeResolver Modifier and Type Method Description booleanAuthorizationServiceImpl. appendAttributeResolver(AzAttributeResolver resolver)Appends the giveninstance to the internal ordered list ofAzAttributeResolverAzAttributeResolverinstances, if not currently in the list based on.org.glassfish.security.services.api.authorization.AzAttributeResolver#equalsMethod parameters in org.glassfish.security.services.impl.authorization with type arguments of type AzAttributeResolver Modifier and Type Method Description voidAuthorizationServiceImpl. setAttributeResolvers(List<AzAttributeResolver> resolverList)Replaces the internal list ofAttributeResolverinstances with the given list. -
Uses of AzAttributeResolver in org.glassfish.security.services.provider.authorization
Method parameters in org.glassfish.security.services.provider.authorization with type arguments of type AzAttributeResolver Modifier and Type Method Description AzResultSimpleAuthorizationProviderImpl. getAuthorizationDecision(AzSubject subject, AzResource resource, AzAction action, AzEnvironment environment, List<AzAttributeResolver> attributeResolvers)booleanSimpleRoleMappingProviderImpl. isUserInRole(String appContext, AzSubject subject, AzResource resource, String role, AzEnvironment environment, List<AzAttributeResolver> resolvers) -
Uses of AzAttributeResolver in org.glassfish.security.services.spi.authorization
Method parameters in org.glassfish.security.services.spi.authorization with type arguments of type AzAttributeResolver Modifier and Type Method Description AzResultAuthorizationProvider. getAuthorizationDecision(AzSubject subject, AzResource resource, AzAction action, AzEnvironment environment, List<AzAttributeResolver> attributeResolvers)Evaluates the specified subject, resource, action, and environment against the body of policy managed by this provider and returns an access control result.booleanRoleMappingProvider. isUserInRole(String appContext, AzSubject subject, AzResource resource, String role, AzEnvironment environment, List<AzAttributeResolver> attributeResolvers)Determine whether the user (AzSubject) has the indicated role for a given resource (AzResource) and application context.
-