A C D E F G H I J L M O P R S T U V W 
All Classes All Packages

A

actions - Variable in class jakarta.security.jacc.EJBMethodPermission
 
actions - Variable in class jakarta.security.jacc.EJBRoleRefPermission
 
actions - Variable in class jakarta.security.jacc.HttpMethodSpec
 
actions - Variable in class jakarta.security.jacc.WebRoleRefPermission
 
addToExcludedPolicy(Permission) - Method in interface jakarta.security.jacc.PolicyConfiguration
Used to add a single excluded policy statement to this PolicyConfiguration.
addToExcludedPolicy(PermissionCollection) - Method in interface jakarta.security.jacc.PolicyConfiguration
Used to add excluded policy statements to this PolicyConfiguration.
addToRole(String, Permission) - Method in interface jakarta.security.jacc.PolicyConfiguration
Used to add a single permission to a named role in this PolicyConfiguration.
addToRole(String, PermissionCollection) - Method in interface jakarta.security.jacc.PolicyConfiguration
Used to add permissions to a named role in this PolicyConfiguration.
addToUncheckedPolicy(Permission) - Method in interface jakarta.security.jacc.PolicyConfiguration
Used to add a single unchecked policy statement to this PolicyConfiguration.
addToUncheckedPolicy(PermissionCollection) - Method in interface jakarta.security.jacc.PolicyConfiguration
Used to add unchecked policy statements to this PolicyConfiguration.
allSet - Static variable in class jakarta.security.jacc.HttpMethodSpec
 
allSpec - Static variable in class jakarta.security.jacc.HttpMethodSpec
 

C

canonicalSpec - Variable in class jakarta.security.jacc.URLPatternSpec
 
comma - Static variable in class jakarta.security.jacc.HttpMethodSpec
 
commit() - Method in interface jakarta.security.jacc.PolicyConfiguration
This method is used to set to "inService" the state of the policy context whose interface is this PolicyConfiguration Object.
compareTo(URLPattern) - Method in class jakarta.security.jacc.URLPattern
 

D

DEFAULT_PATTERN - Static variable in class jakarta.security.jacc.URLPattern
 
delete() - Method in interface jakarta.security.jacc.PolicyConfiguration
Causes all policy statements to be deleted from this PolicyConfiguration and sets its internal state such that calling any method, other than delete, getContextID, or inService on the PolicyConfiguration will be rejected and cause an UnsupportedOperationException to be thrown.

E

EJBMethodPermission - Class in jakarta.security.jacc
Class for Jakarta Enterprise Beans method permissions.
EJBMethodPermission(String, String) - Constructor for class jakarta.security.jacc.EJBMethodPermission
Creates a new EJBMethodPermission with the specified name and actions.
EJBMethodPermission(String, String, Method) - Constructor for class jakarta.security.jacc.EJBMethodPermission
Creates a new EJBMethodPermission with name corresponding to the EJBName and actions composed from methodInterface, and the Method object.
EJBMethodPermission(String, String, String, String[]) - Constructor for class jakarta.security.jacc.EJBMethodPermission
Creates a new EJBMethodPermission with name corresponding to the EJBName and actions composed from methodName, methodInterface, and methodParams.
EJBRoleRefPermission - Class in jakarta.security.jacc
Class for Jakarta Enterprise Beans isCallerInRole (String reference) permissions.
EJBRoleRefPermission(String, String) - Constructor for class jakarta.security.jacc.EJBRoleRefPermission
Creates a new EJBRoleRefPermission with the specified name and actions.
EMPTY_STRING - Static variable in class jakarta.security.jacc.URLPatternSpec
 
EMPTY_STRING - Static variable in class jakarta.security.jacc.WebResourcePermission
 
EMPTY_STRING - Static variable in class jakarta.security.jacc.WebUserDataPermission
 
emptyString - Static variable in class jakarta.security.jacc.HttpMethodSpec
 
equals(Object) - Method in class jakarta.security.jacc.EJBMethodPermission
Checks two EJBMethodPermission objects for equality.
equals(Object) - Method in class jakarta.security.jacc.EJBRoleRefPermission
Checks two EJBRoleRefPermission objects for equality.
equals(Object) - Method in class jakarta.security.jacc.HttpMethodSpec
 
equals(Object) - Method in class jakarta.security.jacc.URLPattern
 
equals(Object) - Method in class jakarta.security.jacc.URLPatternSpec
 
equals(Object) - Method in class jakarta.security.jacc.WebResourcePermission
Checks two WebResourcePermission objects for equality.
equals(Object) - Method in class jakarta.security.jacc.WebRoleRefPermission
Checks two WebRoleRefPermission objects for equality.
equals(Object) - Method in class jakarta.security.jacc.WebUserDataPermission
Checks two WebUserDataPermission objects for equality.
ESCAPED_COLON - Static variable in class jakarta.security.jacc.WebResourcePermission
 
ESCAPED_COLON - Static variable in class jakarta.security.jacc.WebUserDataPermission
 
exceptionList - Variable in class jakarta.security.jacc.HttpMethodSpec
 
exceptionSpecArray - Static variable in class jakarta.security.jacc.HttpMethodSpec
 
exclaimationPoint - Static variable in class jakarta.security.jacc.HttpMethodSpec
 
exclaimationPointChar - Static variable in class jakarta.security.jacc.HttpMethodSpec
 
extensionMethods - Static variable in class jakarta.security.jacc.HttpMethodSpec
 
extensionSet - Variable in class jakarta.security.jacc.HttpMethodSpec
 

F

FACTORY_NAME - Static variable in class jakarta.security.jacc.PolicyConfigurationFactory
 
FACTORY_NAME - Static variable in class jakarta.security.jacc.PolicyFactory
 

G

get() - Static method in class jakarta.security.jacc.PolicyConfigurationFactory
This static method uses a system property to find and instantiate (via a public constructor) a provider specific factory implementation class.
get(String) - Static method in class jakarta.security.jacc.PolicyContext
This method may be used by a Policy provider to activate the PolicyContextHandler registered to the context object key and cause it to return the corresponding policy context object from the container.
getActions() - Method in class jakarta.security.jacc.EJBMethodPermission
Returns a String containing a canonical representation of the actions of this EJBMethodPermission.
getActions() - Method in class jakarta.security.jacc.EJBRoleRefPermission
Returns a canonical String representation of the actions of this EJBRoleRefPermission.
getActions() - Method in class jakarta.security.jacc.HttpMethodSpec
 
getActions() - Method in class jakarta.security.jacc.WebResourcePermission
Returns a canonical String representation of the actions of this WebResourcePermission.
getActions() - Method in class jakarta.security.jacc.WebRoleRefPermission
Returns a canonical String representation of the actions of this WebRoleRefPermission.
getActions() - Method in class jakarta.security.jacc.WebUserDataPermission
Returns a canonical String representation of the actions of this WebUserDataPermission.
getCallerPrincipal(Set<Principal>) - Method in interface jakarta.security.jacc.PrincipalMapper
Pick from the principals within the passed-in set of principals the platform-specific java.security.Principal that represents the name of the authenticated caller, or null if the current caller is not authenticated.
getCallerPrincipal(Subject) - Method in interface jakarta.security.jacc.PrincipalMapper
Pick from the principals within the passed-in Subject the platform-specific java.security.Principal that represents the name of authenticated caller, or null if the current caller is not authenticated.
getContext(String) - Static method in class jakarta.security.jacc.PolicyContext
This method may be used by a Policy provider to activate the PolicyContextHandler registered to the context object key and cause it to return the corresponding policy context object from the container.
getContext(String, Object) - Method in interface jakarta.security.jacc.PolicyContextHandler
This public method is used by the PolicyContext class to activate the handler and obtain from it the context object identified by the (case-sensitive) key.
getContextID() - Method in interface jakarta.security.jacc.PolicyConfiguration
This method returns this object's policy context identifier.
getContextID() - Static method in class jakarta.security.jacc.PolicyContext
This static method returns the value of the policy context identifier associated with the thread on which the accessor is called.
getExcludedPermissions() - Method in interface jakarta.security.jacc.PolicyConfiguration
Used to return all excluded policy statements that have been added to this PolicyConfiguration via prior calls to PolicyConfiguration.addToExcludedPolicy(Permission) and PolicyConfiguration.addToExcludedPolicy(PermissionCollection).
getExtensionActions(String, int, BitSet) - Method in class jakarta.security.jacc.HttpMethodSpec
 
getExtensionMethod(int) - Static method in class jakarta.security.jacc.HttpMethodSpec
 
getFirstPattern(String) - Static method in class jakarta.security.jacc.URLPatternSpec
 
getHandlerKeys() - Static method in class jakarta.security.jacc.PolicyContext
This method may be used to obtain the keys that identify the container specific context handlers registered by the container.
getKeys() - Method in interface jakarta.security.jacc.PolicyContextHandler
This public method returns the keys identifying the context objects supported by the handler.
getMappedRoles(Set<Principal>) - Method in interface jakarta.security.jacc.PrincipalMapper
Pick from the principals within the passed-in set of principals all application roles that are associated with the caller principal.
getMappedRoles(Subject) - Method in interface jakarta.security.jacc.PrincipalMapper
Pick from the principals within the passed-in Subject all application roles that are associated with the caller principal.
getPatternDepth() - Method in class jakarta.security.jacc.URLPattern
 
getPermissionCollection(Subject) - Method in interface jakarta.security.jacc.Policy
Returns a collection of at least all declared permissions associated with the caller principal contained in the @{subject} parameter.
getPerRolePermissions() - Method in interface jakarta.security.jacc.PolicyConfiguration
Used to return all per role policy statements that have been added to this PolicyConfiguration via prior calls to PolicyConfiguration.addToRole(String, Permission) and PolicyConfiguration.addToRole(String, PermissionCollection), indexed by the role names used in those calls.
getPolicy() - Method in class jakarta.security.jacc.PolicyFactory
This method is used to obtain an instance of the provider specific class that implements the Policy interface that corresponds to policy context within the provider.
getPolicy(String) - Method in class jakarta.security.jacc.PolicyFactory
This method is used to obtain an instance of the provider specific class that implements the Policy interface that corresponds to policy context within the provider.
getPolicyConfiguration() - Method in class jakarta.security.jacc.PolicyConfigurationFactory
This method is used to obtain an instance of the provider specific class that implements the PolicyConfiguration interface that corresponds to the identified policy context within the provider.
getPolicyConfiguration(String) - Method in class jakarta.security.jacc.PolicyConfigurationFactory
This method is used to obtain an instance of the provider specific class that implements the PolicyConfiguration interface that corresponds to the identified policy context within the provider.
getPolicyConfiguration(String, boolean) - Method in class jakarta.security.jacc.PolicyConfigurationFactory
This method is used to obtain an instance of the provider specific class that implements the PolicyConfiguration interface that corresponds to the identified policy context within the provider.
getPolicyConfigurationFactory() - Static method in class jakarta.security.jacc.PolicyConfigurationFactory
This static method uses a system property to find and instantiate (via a public constructor) a provider specific factory implementation class.
getPolicyFactory() - Static method in class jakarta.security.jacc.PolicyFactory
Get the system-wide PolicyFactory implementation.
getSpec(String) - Static method in class jakarta.security.jacc.HttpMethodSpec
 
getSpec(String[]) - Static method in class jakarta.security.jacc.HttpMethodSpec
 
getStandardActions(boolean, int) - Method in class jakarta.security.jacc.HttpMethodSpec
 
getStandardSpec(String, BitSet) - Static method in class jakarta.security.jacc.HttpMethodSpec
 
getUncheckedPermissions() - Method in interface jakarta.security.jacc.PolicyConfiguration
Used to return all unchecked policy statements that have been added to this PolicyConfiguration via prior calls to PolicyConfiguration.addToUncheckedPolicy(Permission) and PolicyConfiguration.addToUncheckedPolicy(PermissionCollection).
getUriMinusContextPath(HttpServletRequest) - Static method in class jakarta.security.jacc.WebResourcePermission
Chops the ContextPath off the front of the requestURI to yield the servletPath + PathInfo.
getUriMinusContextPath(HttpServletRequest) - Static method in class jakarta.security.jacc.WebUserDataPermission
Chops the ContextPath off the front of the requestURI to yield the servletPath + PathInfo.
getURLPattern() - Method in class jakarta.security.jacc.URLPatternSpec
This method returns a String containing the first URLPattern in this URLPatternSpec.
getWrapped() - Method in class jakarta.security.jacc.PolicyConfigurationFactory
If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.
getWrapped() - Method in class jakarta.security.jacc.PolicyFactory
If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.

H

handlerTable - Static variable in class jakarta.security.jacc.PolicyContext
This static instance variable contains the mapping of container registered PolicyContextHandler objects with the keys that identify the context objects returned by the handlers.
hashCode() - Method in class jakarta.security.jacc.EJBMethodPermission
Returns the hash code value for this EJBMethodPermission.
hashCode() - Method in class jakarta.security.jacc.EJBRoleRefPermission
Returns the hash code value for this EJBRoleRefPermission.
hashCode() - Method in class jakarta.security.jacc.HttpMethodSpec
 
hashCode() - Method in class jakarta.security.jacc.URLPatternSpec
Returns the hash code value for this URLPatternSpec properties of the returned hash code must be as follows:
hashCode() - Method in class jakarta.security.jacc.WebResourcePermission
Returns the hash code value for this WebResourcePermission.
hashCode() - Method in class jakarta.security.jacc.WebRoleRefPermission
Returns the hash code value for this WebRoleRefPermission.
hashCode() - Method in class jakarta.security.jacc.WebUserDataPermission
Returns the hash code value for this WebUserDataPermission.
hashCodeValue - Variable in class jakarta.security.jacc.EJBMethodPermission
 
hashCodeValue - Variable in class jakarta.security.jacc.EJBRoleRefPermission
 
hashCodeValue - Variable in class jakarta.security.jacc.URLPatternSpec
 
hashCodeValue - Variable in class jakarta.security.jacc.WebResourcePermission
 
hashCodeValue - Variable in class jakarta.security.jacc.WebRoleRefPermission
 
hashCodeValue - Variable in class jakarta.security.jacc.WebUserDataPermission
 
HTTP_SERVLET_REQUEST - Static variable in class jakarta.security.jacc.PolicyContext
Key to use for getting an `jakarta.servlet.http.HttpServletRequest` from getContext(String) When this handler is activated, the container must return the `HttpServletRequest` object corresponding to the component request being processed by the container.
HttpMethodSpec - Class in jakarta.security.jacc
This class is used ...
HttpMethodSpec(boolean, int) - Constructor for class jakarta.security.jacc.HttpMethodSpec
 
HttpMethodSpec(HttpMethodSpec, BitSet) - Constructor for class jakarta.security.jacc.HttpMethodSpec
 

I

implies(HttpMethodSpec) - Method in class jakarta.security.jacc.HttpMethodSpec
 
implies(URLPattern) - Method in class jakarta.security.jacc.URLPattern
Does this pattern imply (that is, match) the argument pattern? This method follows the same rules (in the same order) as those used for mapping requests to Jakarta Servlets.
implies(URLPatternSpec) - Method in class jakarta.security.jacc.URLPatternSpec
Determines if the argument URLPatternSpec is "implied by" this URLPatternSpec.
implies(Permission) - Method in class jakarta.security.jacc.EJBMethodPermission
Determines if the argument Permission is "implied by" this EJBMethodPermission.
implies(Permission) - Method in class jakarta.security.jacc.EJBRoleRefPermission
Determines if the argument Permission is "implied by" this EJBRoleRefPermission.
implies(Permission) - Method in interface jakarta.security.jacc.Policy
This method checks whether the permission represented by the @{permissionToBeChecked} parameter is granted to the anonymous (unauthenticated) caller principal.
implies(Permission) - Method in class jakarta.security.jacc.WebResourcePermission
Determines if the argument Permission is "implied by" this WebResourcePermission.
implies(Permission) - Method in class jakarta.security.jacc.WebRoleRefPermission
Determines if the argument Permission is "implied by" this WebRoleRefPermission.
implies(Permission) - Method in class jakarta.security.jacc.WebUserDataPermission
Determines if the argument Permission is "implied by" this WebUserDataPermission.
implies(Permission, Set<Principal>) - Method in interface jakarta.security.jacc.Policy
Returns a collection of at least all declared permissions associated with the caller principal contained in the set of principals being passed in.
implies(Permission, Subject) - Method in interface jakarta.security.jacc.Policy
This method checks whether the permission represented by the @{permissionToBeChecked} parameter is granted to the caller principal within the @{subject} parameter.
impliesByRole(Permission, Subject) - Method in interface jakarta.security.jacc.Policy
This method checks whether the permission represented by the @{permissionToBeChecked} parameter is granted to the caller principal within the @{subject} parameter based on one or more roles associated with that caller principal.
inService() - Method in interface jakarta.security.jacc.PolicyConfiguration
This method is used to determine if the policy context whose interface is this PolicyConfiguration Object is in the "inService" state.
inService(String) - Method in class jakarta.security.jacc.PolicyConfigurationFactory
This method determines if the identified policy context exists with state "inService" in the Policy provider associated with the factory.
interfaceHash - Static variable in class jakarta.security.jacc.EJBMethodPermission
 
interfaceKeys - Static variable in class jakarta.security.jacc.EJBMethodPermission
 
isAnyAuthenticatedUserRoleMapped() - Method in interface jakarta.security.jacc.PrincipalMapper
Jakarta Security defines the "any authenticated caller role" as "**" and allows an application specific mapping for this role to be established.
isExcluded(Permission) - Method in interface jakarta.security.jacc.Policy
This method checks whether the permission represented by the @{permissionToBeChecked} parameter is excluded by this policy.
isUnchecked(Permission) - Method in interface jakarta.security.jacc.Policy
This method checks whether the permission represented by the @{permissionToBeChecked} parameter is unchecked by this policy.

J

jakarta.security.jacc - module jakarta.security.jacc
 
jakarta.security.jacc - package jakarta.security.jacc
This package contains the Jakarta Authorization API

L

linkConfiguration(PolicyConfiguration) - Method in interface jakarta.security.jacc.PolicyConfiguration
Creates a relationship between this configuration and another such that they share the same principal-to-role mappings.

M

makeMethodSet(String, BitSet) - Static method in class jakarta.security.jacc.HttpMethodSpec
 
mapSize - Static variable in class jakarta.security.jacc.HttpMethodSpec
 
methodHash - Static variable in class jakarta.security.jacc.HttpMethodSpec
 
methodInterface - Variable in class jakarta.security.jacc.EJBMethodPermission
 
methodKeys - Static variable in class jakarta.security.jacc.HttpMethodSpec
 
methodName - Variable in class jakarta.security.jacc.EJBMethodPermission
 
methodParams - Variable in class jakarta.security.jacc.EJBMethodPermission
 
methodSpec - Variable in class jakarta.security.jacc.WebResourcePermission
 
methodSpec - Variable in class jakarta.security.jacc.WebUserDataPermission
 

O

otherMethodInterface - Variable in class jakarta.security.jacc.EJBMethodPermission
 

P

parseActions(String) - Method in class jakarta.security.jacc.WebUserDataPermission
 
pattern - Variable in class jakarta.security.jacc.URLPattern
 
patternType - Variable in class jakarta.security.jacc.URLPattern
 
patternType() - Method in class jakarta.security.jacc.URLPattern
 
Policy - Interface in jakarta.security.jacc
A Policy object is responsible for determining whether a caller principal (including the unauthenticated one) has permission to perform a security-sensitive operation.
PolicyConfiguration - Interface in jakarta.security.jacc
The methods of this interface are used by containers to create policy statements in a Policy provider.
policyConfigurationFactory - Static variable in class jakarta.security.jacc.PolicyConfigurationFactory
 
PolicyConfigurationFactory - Class in jakarta.security.jacc
Abstract factory and finder class for obtaining the instance of the class that implements the PolicyConfigurationFactory of a provider.
PolicyConfigurationFactory() - Constructor for class jakarta.security.jacc.PolicyConfigurationFactory
Default constructor for if no wrapping is needed
PolicyConfigurationFactory(PolicyConfigurationFactory) - Constructor for class jakarta.security.jacc.PolicyConfigurationFactory
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
PolicyContext - Class in jakarta.security.jacc
This utility class is used by containers to communicate policy context identifiers and other policy relevant context to Policy providers.
PolicyContext() - Constructor for class jakarta.security.jacc.PolicyContext
 
PolicyContextException - Exception in jakarta.security.jacc
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.
PolicyContextException() - Constructor for exception jakarta.security.jacc.PolicyContextException
Constructs a new PolicyContextException with null as its detail message.
PolicyContextException(String) - Constructor for exception jakarta.security.jacc.PolicyContextException
Constructs a new PolicyContextException with the specified detail message
PolicyContextException(String, Throwable) - Constructor for exception jakarta.security.jacc.PolicyContextException
Constructs a new PolicyContextException with the specified detail message and cause.
PolicyContextException(Throwable) - Constructor for exception jakarta.security.jacc.PolicyContextException
Constructs a new PolicyContextException with the specified cause.
PolicyContextHandler - Interface in jakarta.security.jacc
This interface defines the methods that must be implemented by handlers that are to be registered and activated by the PolicyContext class.
policyFactory - Static variable in class jakarta.security.jacc.PolicyFactory
 
PolicyFactory - Class in jakarta.security.jacc
Abstract factory and finder class for obtaining the instance of the class that implements the PolicyFactory of a provider.
PolicyFactory() - Constructor for class jakarta.security.jacc.PolicyFactory
Default constructor for if no wrapping is needed
PolicyFactory(PolicyFactory) - Constructor for class jakarta.security.jacc.PolicyFactory
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
PRINCIPAL_MAPPER - Static variable in class jakarta.security.jacc.PolicyContext
Key to use for getting a `jakarta.security.jacc.PrincipalMapper` from getContext(String)
PrincipalMapper - Interface in jakarta.security.jacc
A PrincipalMapper is an object that maps from a collection of generic Principals or a Subject to well known entities in Jakarta EE.
PT_DEFAULT - Static variable in class jakarta.security.jacc.URLPattern
 
PT_EXACT - Static variable in class jakarta.security.jacc.URLPattern
 
PT_EXTENSION - Static variable in class jakarta.security.jacc.URLPattern
 
PT_PREFIX - Static variable in class jakarta.security.jacc.URLPattern
 

R

readObject(ObjectInputStream) - Method in class jakarta.security.jacc.EJBMethodPermission
readObject reads the serialized fields from the input stream and uses them to restore the permission.
readObject(ObjectInputStream) - Method in class jakarta.security.jacc.EJBRoleRefPermission
readObject reads the serialized fields from the input stream and uses them to restore the permission.
readObject(ObjectInputStream) - Method in class jakarta.security.jacc.WebResourcePermission
readObject reads the serialized fields from the input stream and uses them to restore the permission.
readObject(ObjectInputStream) - Method in class jakarta.security.jacc.WebRoleRefPermission
readObject reads the serialized fields from the input stream and uses them to restore the permission.
readObject(ObjectInputStream) - Method in class jakarta.security.jacc.WebUserDataPermission
readObject reads the serialized fields from the input stream and uses them to restore the permission.
refresh() - Method in interface jakarta.security.jacc.Policy
Optional method; TODO: needed?
registerHandler(String, PolicyContextHandler, boolean) - Static method in class jakarta.security.jacc.PolicyContext
Method used to register a container specific PolicyContext handler.
removeExcludedPolicy() - Method in interface jakarta.security.jacc.PolicyConfiguration
Used to remove any excluded policy statements from this PolicyConfiguration.
removeRole(String) - Method in interface jakarta.security.jacc.PolicyConfiguration
Used to remove a role and all its permissions from this PolicyConfiguration.
removeUncheckedPolicy() - Method in interface jakarta.security.jacc.PolicyConfiguration
Used to remove any unchecked policy statements from this PolicyConfiguration.

S

serialPersistentFields - Static variable in class jakarta.security.jacc.EJBMethodPermission
The serialized fields of this permission are defined below.
serialPersistentFields - Static variable in class jakarta.security.jacc.EJBRoleRefPermission
The serialized fields of this permission are defined below.
serialPersistentFields - Static variable in class jakarta.security.jacc.WebResourcePermission
The serialized fields of this permission are defined below.
serialPersistentFields - Static variable in class jakarta.security.jacc.WebRoleRefPermission
The serialized fields of this permission are defined below.
serialPersistentFields - Static variable in class jakarta.security.jacc.WebUserDataPermission
The serialized fields of this permission are defined below.
serialVersionUID - Static variable in class jakarta.security.jacc.EJBMethodPermission
 
serialVersionUID - Static variable in class jakarta.security.jacc.EJBRoleRefPermission
 
serialVersionUID - Static variable in exception jakarta.security.jacc.PolicyContextException
 
serialVersionUID - Static variable in class jakarta.security.jacc.WebResourcePermission
 
serialVersionUID - Static variable in class jakarta.security.jacc.WebRoleRefPermission
 
serialVersionUID - Static variable in class jakarta.security.jacc.WebUserDataPermission
 
setContextID(String) - Static method in class jakarta.security.jacc.PolicyContext
Method used to modify the value of the policy context identifier associated with the thread on which this method is called.
setExtensionBit(String, BitSet) - Static method in class jakarta.security.jacc.HttpMethodSpec
 
setHandlerData(Object) - Static method in class jakarta.security.jacc.PolicyContext
Method that may be used to associate a thread-scoped handler data object with the PolicyContext.
setMethodSpec(String) - Method in class jakarta.security.jacc.EJBMethodPermission
 
setMethodSpec(String, Method) - Method in class jakarta.security.jacc.EJBMethodPermission
 
setMethodSpec(String, String, String[]) - Method in class jakarta.security.jacc.EJBMethodPermission
 
setPolicy(Policy) - Method in class jakarta.security.jacc.PolicyFactory
Set the context Policy implementation.
setPolicy(String, Policy) - Method in class jakarta.security.jacc.PolicyFactory
Set the context Policy implementation.
setPolicyConfigurationFactory(PolicyConfigurationFactory) - Static method in class jakarta.security.jacc.PolicyConfigurationFactory
Set the system-wide PolicyFactory implementation.
setPolicyFactory(PolicyFactory) - Static method in class jakarta.security.jacc.PolicyFactory
Set the system-wide PolicyFactory implementation.
setURLPatternArray() - Method in class jakarta.security.jacc.URLPatternSpec
 
SOAP_MESSAGE - Static variable in class jakarta.security.jacc.PolicyContext
Key to use for getting an `jakarta.xml.soap.SOAPMessage` from getContext(String) If the request being processed by the container arrived as a SOAP request at the `ServiceEndpoint` method interface, the container must return the SOAP message object when this handler is activated.
specArray - Static variable in class jakarta.security.jacc.HttpMethodSpec
 
standardMap - Variable in class jakarta.security.jacc.HttpMethodSpec
 
standardSpec - Variable in class jakarta.security.jacc.HttpMethodSpec
 
SUBJECT - Static variable in class jakarta.security.jacc.PolicyContext
Key to use for getting a `javax.security.auth.Subject` from getContext(String) When this handler is activated as the result of a policy decision performed by a container before dispatch into a component, this handler must return a `Subject` containing the principals and credentials of the “caller” of the component.
supports(String) - Method in interface jakarta.security.jacc.PolicyContextHandler
This public method returns a boolean result indicating whether or not the handler supports the context object identified by the (case-sensitive) key value.

T

threadLocalContextID - Static variable in class jakarta.security.jacc.PolicyContext
This static instance variable contains the policy context identifier value.
threadLocalHandlerData - Static variable in class jakarta.security.jacc.PolicyContext
This static instance variable contains the handler parameter data object.
toString() - Method in class jakarta.security.jacc.HttpMethodSpec
 
toString() - Method in class jakarta.security.jacc.URLPattern
 
toString() - Method in class jakarta.security.jacc.URLPatternSpec
 
transportHash - Static variable in class jakarta.security.jacc.WebUserDataPermission
 
transportKeys - Static variable in class jakarta.security.jacc.WebUserDataPermission
 
transportType - Variable in class jakarta.security.jacc.WebUserDataPermission
 
TT_CONFIDENTIAL - Static variable in class jakarta.security.jacc.WebUserDataPermission
 
TT_NONE - Static variable in class jakarta.security.jacc.WebUserDataPermission
 

U

URLPattern - Class in jakarta.security.jacc
 
URLPattern() - Constructor for class jakarta.security.jacc.URLPattern
 
URLPattern(String) - Constructor for class jakarta.security.jacc.URLPattern
 
urlPatternArray - Variable in class jakarta.security.jacc.URLPatternSpec
 
urlPatternList - Variable in class jakarta.security.jacc.URLPatternSpec
 
urlPatternSpec - Variable in class jakarta.security.jacc.WebResourcePermission
 
urlPatternSpec - Variable in class jakarta.security.jacc.WebUserDataPermission
 
URLPatternSpec - Class in jakarta.security.jacc
This class extends the URLPattern class and is used to represent URLPatternSpec objects.
URLPatternSpec(String) - Constructor for class jakarta.security.jacc.URLPatternSpec
Creates a new URLPatternSpec that identifies the web resources to which a WebResourcePermission or WebUserDataPermission applies.

V

validateInterface(String) - Static method in class jakarta.security.jacc.EJBMethodPermission
 

W

WebResourcePermission - Class in jakarta.security.jacc
Class for Jakarta Servlet web resource permissions.
WebResourcePermission(HttpServletRequest) - Constructor for class jakarta.security.jacc.WebResourcePermission
Creates a new WebResourcePermission from the HttpServletRequest object.
WebResourcePermission(String, String) - Constructor for class jakarta.security.jacc.WebResourcePermission
Creates a new WebResourcePermission with the specified name and actions.
WebResourcePermission(String, String[]) - Constructor for class jakarta.security.jacc.WebResourcePermission
Creates a new WebResourcePermission with name corresponding to the URLPatternSpec, and actions composed from the array of HTTP methods.
WebRoleRefPermission - Class in jakarta.security.jacc
Class for Jakarta Servlet isUserInRole (String reference) permissions.
WebRoleRefPermission(String, String) - Constructor for class jakarta.security.jacc.WebRoleRefPermission
Creates a new WebRoleRefPermission with the specified name and actions.
WebUserDataPermission - Class in jakarta.security.jacc
Class for Jakarta Servlet Web user data permissions.
WebUserDataPermission(HttpServletRequest) - Constructor for class jakarta.security.jacc.WebUserDataPermission
Creates a new WebUserDataPermission from the HttpServletRequest object.
WebUserDataPermission(String, String) - Constructor for class jakarta.security.jacc.WebUserDataPermission
Creates a new WebUserDataPermission with the specified name and actions.
WebUserDataPermission(String, String[], String) - Constructor for class jakarta.security.jacc.WebUserDataPermission
Creates a new WebUserDataPermission with name corresponding to the URLPatternSpec, and actions composed from the array of HTTP methods and the transport type.
wrapped - Variable in class jakarta.security.jacc.PolicyConfigurationFactory
 
wrapped - Variable in class jakarta.security.jacc.PolicyFactory
 
writeObject(ObjectOutputStream) - Method in class jakarta.security.jacc.EJBMethodPermission
writeObject is used to establish the values of the serialized fields before they are written to the output stream and need not be implemented if the values of the serialized fields are always available and up to date.
writeObject(ObjectOutputStream) - Method in class jakarta.security.jacc.EJBRoleRefPermission
writeObject is used to establish the values of the serialized fields before they are written to the output stream and need not be implemented if the values of the serialized fields are always available and up to date.
writeObject(ObjectOutputStream) - Method in class jakarta.security.jacc.WebResourcePermission
writeObject is used to establish the values of the serialized fields before they are written to the output stream and need not be implemented if the values of the serialized fields are always available and up to date.
writeObject(ObjectOutputStream) - Method in class jakarta.security.jacc.WebRoleRefPermission
writeObject is used to establish the values of the serialized fields before they are written to the output stream and need not be implemented if the values of the serialized fields are always available and up to date.
writeObject(ObjectOutputStream) - Method in class jakarta.security.jacc.WebUserDataPermission
writeObject is used to establish the values of the serialized fields before they are written to the output stream and need not be implemented if the values of the serialized fields are always available and up to date.
A C D E F G H I J L M O P R S T U V W 
All Classes All Packages