Uses of Interface
org.jboss.as.controller.access.AuthorizerConfiguration
-
Packages that use AuthorizerConfiguration Package Description org.jboss.as.controller.access org.jboss.as.controller.access.management org.jboss.as.controller.access.rbac -
-
Uses of AuthorizerConfiguration in org.jboss.as.controller.access
Methods in org.jboss.as.controller.access with parameters of type AuthorizerConfiguration Modifier and Type Method Description Authorizer.AuthorizerDescriptionCustomAuthorizer. 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 AuthorizerConfiguration Modifier and Type Class Description classWritableAuthorizerConfigurationStandardAuthorizerConfigurationimplementation 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 AuthorizerConfiguration Modifier and Type Method Description static StandardRBACAuthorizerStandardRBACAuthorizer. create(AuthorizerConfiguration configuration, RoleMapper roleMapper)Constructors in org.jboss.as.controller.access.rbac with parameters of type AuthorizerConfiguration Constructor Description DefaultPermissionFactory(RoleMapper roleMapper, AuthorizerConfiguration authorizerConfiguration)Creates a newDefaultPermissionFactoryStandardRoleMapper(AuthorizerConfiguration authorizerConfiguration)SuperUserRoleMapper(AuthorizerConfiguration configuration)
-