Class PolicyConfigurationFactory

java.lang.Object
jakarta.security.jacc.PolicyConfigurationFactory

public abstract class PolicyConfigurationFactory extends Object
Abstract factory and finder class for obtaining the instance of the class that implements the PolicyConfigurationFactory of a provider. The factory will be used to instantiate PolicyConfiguration objects that will be used by the deployment tools of the container to create and manage policy contexts within the Policy Provider.

Usage: extend this class and push the implementation being wrapped to the constructor and use getWrapped() to access the instance being wrapped.

Author:
Ron Monzillo, Gary Ellison, Harpreet Singh
See Also: