Package javax.security.jacc
This package containes the Java Authorization Contract for Containers API
-
Interface Summary Interface Description PolicyConfiguration The methods of this interface are used by containers to create policy statements in a Policy provider.PolicyContextHandler This interface defines the methods that must be implemented by handlers that are to be registered and activated by thePolicyContext
class. -
Class Summary Class Description EJBMethodPermission Class for EJB method permissions.EJBRoleRefPermission Class for EJB isCallerInRole (String reference) permissions.PolicyConfigurationFactory Abstract factory and finder class for obtaining the instance of the class that implements the PolicyConfigurationFactory of a provider.PolicyConfigurationFactory.LoadAction A PrivilegedExceptionAction that looks up the class name identified by thejavax.security.jacc.PolicyConfigurationFactory.provider
system property and loads the class using the thread context class loader.PolicyContext This utility class is used by containers to communicate policy context identifiers and other policy relevant context toPolicy
providers.URLPattern The representation of a URLPattern in theWebResourcePermission
andWebUserDataPermission
URLPatternSpecs.URLPatternSpec Encapsulation of the URLPatternSpec defined in theWebResourcePermission
andWebUserDataPermission
classes.WebResourcePermission Class for Servlet web resource permissions.WebRoleRefPermission Class for Servlet isUserInRole (String reference) permissions.WebUserDataPermission Class for Servlet Web user data permissions. -
Enum Summary Enum Description URLPattern.PatternType -
Exception Summary Exception Description PolicyContextException This checked exception is thrown by implementations of thejavax.security.jacc.PolicyConfiguration
interface, thejavax.security.jacc.PolicyConfigurationFactory
abstract class, thejavax.security.jacc.PolicyContext
utility class, and implementations of thejavax.security.jacc.PolicyContextException
interface.