Class FailedSecurityFactory<T>

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

public final class FailedSecurityFactory<T> extends Object implements SecurityFactory<T>
A SecurityFactory implementation which only throws specified exception on create.
Author:
David M. Lloyd