Top Description Interfaces Classes
[default module]

Package jakarta.security.jacc


This package contains the Jakarta Authorization API

Interface Summary

Modifier and TypeInterface and Description
public interface
PolicyConfiguration

The methods of this interface are used by containers to create policy statements in a Policy provider.

public interface
PolicyContextHandler

This interface defines the methods that must be implemented by handlers that are to be registered and activated by the PolicyContext class.

Class Summary

Modifier and TypeClass and Description
public class
EJBMethodPermission

Class for Jakarta Enterprise Beans method permissions.

public class
EJBRoleRefPermission

Class for Jakarta Enterprise Beans isCallerInRole (String reference) permissions.

pack-priv class
HttpMethodSpec

This class is used ...

public abstract class
PolicyConfigurationFactory

Abstract factory and finder class for obtaining the instance of the class that implements the PolicyConfigurationFactory of a provider.

public class
PolicyContext

This utility class is used by containers to communicate policy context identifiers and other policy relevant context to Policy providers.

public class
PolicyContextException

This checked exception is thrown by implementations of the PolicyConfiguration Interface, the PolicyConfigurationFactory abstract class, the PolicyContext utility class, and implementations of the PolicyContextException Interface.

pack-priv class
pack-priv class
URLPatternSpec

This class extends the URLPattern class and is used to represent URLPatternSpec objects.

public class
WebResourcePermission

Class for Jakarta Servlet web resource permissions.

public class
WebRoleRefPermission

Class for Jakarta Servlet isUserInRole (String reference) permissions.

public class
WebUserDataPermission

Class for Jakarta Servlet Web user data permissions.