JACC (Java Authorization Contract for Containers) is the part of the Java EE specification that defines an interface for pluggable authorization providers. This enables the administrator to set up third-party plugin modules to perform authorization. By default, the Enterprise Server provides a simple, JACC-compliant file-based authorization engine.
For information on how to write the implementation classes for a JACC provider, see the JACC specification at http://jcp.org/en/jsr/detail?id=115.
The JACC Providers page opens.
The New JACC Provider page opens.
The default provider uses com.sun.enterprise.security.provider.PolicyConfigurationFactoryImpl. The simple provider uses com.sun.enterprise.security.jacc.provider.SimplePolicyConfigurationFactory.
The default provider uses com.sun.enterprise.security.provider.PolicyWrapper. The simple provider uses com.sun.enterprise.security.jacc.provider.SimplePolicyProvider.
To add a property, click the Add Property button. In the blank row that appears, type the property name in the Name field, and type the property value in the Value field.
For a description of the additional properties available for JACC providers, see Properties Specific to JACC Providers.