Module jakarta.security.jacc
Package jakarta.security.jacc
This package contains the Jakarta Authorization API
-
Interface Summary Interface Description Policy A Policy object is responsible for determining whether a caller principal (including the unauthenticated one) has permission to perform a security-sensitive operation.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.PrincipalMapper A PrincipalMapper is an object that maps from a collection of generic Principals or a Subject to well known entities in Jakarta EE. -
Class Summary Class Description EJBMethodPermission Class for Jakarta Enterprise Beans method permissions.EJBRoleRefPermission Class for Jakarta Enterprise BeansisCallerInRole (String reference)
permissions.HttpMethodSpec This class is used ...PolicyConfigurationFactory Abstract factory and finder class for obtaining the instance of the class that implements the PolicyConfigurationFactory of a provider.PolicyContext This utility class is used by containers to communicate policy context identifiers and other policy relevant context toPolicy
providers.PolicyFactory Abstract factory and finder class for obtaining the instance of the class that implements the PolicyFactory of a provider.URLPattern URLPatternSpec This class extends the URLPattern class and is used to represent URLPatternSpec objects.WebResourcePermission Class for Jakarta Servlet web resource permissions.WebRoleRefPermission Class for Jakarta ServletisUserInRole (String reference)
permissions.WebUserDataPermission Class for Jakarta Servlet Web user data permissions. -
Exception Summary Exception Description PolicyContextException This checked exception is thrown by implementations of thePolicyConfiguration
Interface, thePolicyConfigurationFactory
abstract class, thePolicyContext
utility class, and implementations of thePolicyContextException
Interface.