Class PrivilegedServerMechanismFactory

java.lang.Object
org.wildfly.security.http.util.PrivilegedServerMechanismFactory
All Implemented Interfaces:
HttpServerAuthenticationMechanismFactory

public final class PrivilegedServerMechanismFactory extends Object implements HttpServerAuthenticationMechanismFactory
A HttpServerAuthenticationMechanismFactory that wraps a delegate so that any returned HttpServerAuthenticationMechanism is wrapped by a wrapper that ensures all calls are using the provided AccessControlContext, if no AccessControlContext is provided then the one in place at the time this factory is instantiated is used instead.
Author:
Darran Lofthouse