Class NullSecurityFactory<T>

java.lang.Object
org.wildfly.security.NullSecurityFactory<T>
All Implemented Interfaces:
SecurityFactory<T>

public final class NullSecurityFactory<T> extends Object implements SecurityFactory<T>
A SecurityFactory implementation which returns null every time.
Author:
David M. Lloyd