Uses of Interface
org.jboss.as.controller.access.Authorizer
Packages that use Authorizer
Package
Description
-
Uses of Authorizer in org.jboss.as.controller.access
Subinterfaces of Authorizer in org.jboss.as.controller.accessModifier and TypeInterfaceDescriptioninterfaceInterface for non-standard implementations of theAuthorizersuper-interface. -
Uses of Authorizer in org.jboss.as.controller.access.management
Subinterfaces of Authorizer in org.jboss.as.controller.access.managementModifier and TypeInterfaceDescriptioninterfaceHook to expose JMX-related access control configuration to the JMX subsystem without exposing unrelated capabilities.Classes in org.jboss.as.controller.access.management that implement AuthorizerMethods in org.jboss.as.controller.access.management with parameters of type AuthorizerModifier and TypeMethodDescriptionvoidDelegatingConfigurableAuthorizer.setDelegate(Authorizer delegate) -
Uses of Authorizer in org.jboss.as.controller.access.permission
Classes in org.jboss.as.controller.access.permission that implement AuthorizerModifier and TypeClassDescriptionclass -
Uses of Authorizer in org.jboss.as.controller.access.rbac
Classes in org.jboss.as.controller.access.rbac that implement AuthorizerModifier and TypeClassDescriptionfinal classStandardAuthorizerimplementation that uses a providedRoleMapperto construct aDefaultPermissionFactory, with that permission factory used for the permissions used by thesuperclass implementation.