Uses of Interface
org.wildfly.security.SecurityFactory
-
-
Uses of SecurityFactory in org.wildfly.security
Classes in org.wildfly.security that implement SecurityFactory Modifier and Type Class Description classFailedSecurityFactory<T>ASecurityFactoryimplementation which only throws specified exception on create.classFixedSecurityFactory<T>ASecurityFactoryimplementation which returns specified object every time.classNullSecurityFactory<T>ASecurityFactoryimplementation which returns null every time.classOneTimeSecurityFactory<T>ASecurityFactoryimplementation which calls delegated factory at first and returns created object for any other create call.Constructors in org.wildfly.security with parameters of type SecurityFactory Constructor Description OneTimeSecurityFactory(SecurityFactory<T> factory)Creates a new factory instance.
-