Uses of Interface
org.glassfish.security.services.api.authorization.AzAttributeResolver
Packages that use AzAttributeResolver
Package
Description
-
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 AzAttributeResolverModifier and TypeMethodDescriptionAuthorizationService.getAttributeResolvers()Determines the current list ofAttributeResolverinstances, in execution order.Methods in org.glassfish.security.services.api.authorization with parameters of type AzAttributeResolverModifier and TypeMethodDescriptionbooleanAuthorizationService.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 AzAttributeResolverModifier and TypeMethodDescriptionvoidAuthorizationService.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 AzAttributeResolverModifier and TypeMethodDescriptionAuthorizationServiceImpl.getAttributeResolvers()Determines the current list ofAttributeResolverinstances, in execution order.Methods in org.glassfish.security.services.impl.authorization with parameters of type AzAttributeResolverModifier and TypeMethodDescriptionbooleanAuthorizationServiceImpl.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 AzAttributeResolverModifier and TypeMethodDescriptionvoidAuthorizationServiceImpl.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 AzAttributeResolverModifier and TypeMethodDescriptionSimpleAuthorizationProviderImpl.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 AzAttributeResolverModifier and TypeMethodDescriptionAuthorizationProvider.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.