Uses of Class
jakarta.security.jacc.PolicyFactory
-
Uses of PolicyFactory in jakarta.security.jacc
Modifier and TypeMethodDescriptionstatic PolicyFactory
PolicyFactory.getPolicyFactory()
Get the system-wide PolicyFactory implementation.PolicyFactory.getWrapped()
If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.Modifier and TypeMethodDescriptionstatic void
PolicyFactory.setPolicyFactory
(PolicyFactory policyFactory) Set the system-wide PolicyFactory implementation.ModifierConstructorDescriptionPolicyFactory
(PolicyFactory wrapped) If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.