Interface ExtensionContextSupplement
Deprecated.
for internal use only; may be removed at any time
Supplemental methods an extension context might implement. For internal use only.
- Author:
- Brian Stansberry (c) 2014 Red Hat Inc.
-
Method Summary
Modifier and TypeMethodDescriptiongetAuditLogger(boolean inheritConfiguration, boolean manualCommit) Deprecated.Deprecated.Deprecated.Supplier<org.wildfly.security.auth.server.SecurityIdentity>Deprecated.
-
Method Details
-
getAuditLogger
Deprecated.- Throws:
UnsupportedOperationException- if called from an invalid caller
-
getAuthorizer
JmxAuthorizer getAuthorizer()Deprecated.- Throws:
UnsupportedOperationException- if called from an invalid caller
-
getSecurityIdentitySupplier
Supplier<org.wildfly.security.auth.server.SecurityIdentity> getSecurityIdentitySupplier()Deprecated.- Throws:
UnsupportedOperationException- if called from an invalid caller
-
getHostControllerInfoAccessor
RuntimeHostControllerInfoAccessor getHostControllerInfoAccessor()Deprecated.- Throws:
UnsupportedOperationException- if called from an invalid caller
-