Class DelegatingConfigurableAuthorizer

java.lang.Object
org.jboss.as.controller.access.management.DelegatingConfigurableAuthorizer
All Implemented Interfaces:
Authorizer, JmxAuthorizer

public final class DelegatingConfigurableAuthorizer extends Object implements JmxAuthorizer
A Authorizer that delegates to another. Used for initial boot to allow an instance of this class to be provided to the ModelController but then have the functional implementation swapped out when boot proceeds to the point where the user-configured authorizer is available.
Author:
Brian Stansberry (c) 2013 Red Hat Inc.