Uses of Interface
org.jboss.as.controller.access.AuthorizerConfiguration
Packages that use AuthorizerConfiguration
Package
Description
-
Uses of AuthorizerConfiguration in org.jboss.as.controller.access
Methods in org.jboss.as.controller.access with parameters of type AuthorizerConfigurationModifier and TypeMethodDescriptionCustomAuthorizer.setAuthorizerConfiguration(AuthorizerConfiguration configuration) Provides a reference to theAuthorizerConfigurationto the authorizer. -
Uses of AuthorizerConfiguration in org.jboss.as.controller.access.management
Classes in org.jboss.as.controller.access.management that implement AuthorizerConfigurationModifier and TypeClassDescriptionclassStandardAuthorizerConfigurationimplementation that also exposes mutator APIs for use by the WildFly management layer. -
Uses of AuthorizerConfiguration in org.jboss.as.controller.access.rbac
Methods in org.jboss.as.controller.access.rbac with parameters of type AuthorizerConfigurationModifier and TypeMethodDescriptionstatic StandardRBACAuthorizerStandardRBACAuthorizer.create(AuthorizerConfiguration configuration, RoleMapper roleMapper) Constructors in org.jboss.as.controller.access.rbac with parameters of type AuthorizerConfigurationModifierConstructorDescriptionDefaultPermissionFactory(RoleMapper roleMapper, AuthorizerConfiguration authorizerConfiguration) Creates a newDefaultPermissionFactoryStandardRoleMapper(AuthorizerConfiguration authorizerConfiguration) SuperUserRoleMapper(AuthorizerConfiguration configuration)