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.

Implementation classes must have a public no argument constructor that may be used to create an operational instance of the factory implementation class.

See Also: