Uses of Class
jakarta.security.jacc.PolicyFactory
-
-
Uses of PolicyFactory in jakarta.security.jacc
Fields in jakarta.security.jacc declared as PolicyFactory Modifier and Type Field Description private static PolicyFactoryPolicyFactory. policyFactoryprivate PolicyFactoryPolicyFactory. wrappedMethods in jakarta.security.jacc that return PolicyFactory Modifier and Type Method Description static PolicyFactoryPolicyFactory. getPolicyFactory()Get the system-wide PolicyFactory implementation.PolicyFactoryPolicyFactory. getWrapped()If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.Methods in jakarta.security.jacc with parameters of type PolicyFactory Modifier and Type Method Description static voidPolicyFactory. setPolicyFactory(PolicyFactory policyFactory)Set the system-wide PolicyFactory implementation.Constructors in jakarta.security.jacc with parameters of type PolicyFactory Constructor Description PolicyFactory(PolicyFactory wrapped)If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
-