A C D E G H I J L P R S T W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addToExcludedPolicy(Permission) - Method in interface javax.security.jacc.PolicyConfiguration
-
Used to add a single excluded policy statement to this PolicyConfiguration.
- addToExcludedPolicy(PermissionCollection) - Method in interface javax.security.jacc.PolicyConfiguration
-
Used to add excluded policy statements to this PolicyConfiguration.
- addToRole(String, Permission) - Method in interface javax.security.jacc.PolicyConfiguration
-
Used to add a single permission to a named role in this PolicyConfiguration.
- addToRole(String, PermissionCollection) - Method in interface javax.security.jacc.PolicyConfiguration
-
Used to add permissions to a named role in this PolicyConfiguration.
- addToUncheckedPolicy(Permission) - Method in interface javax.security.jacc.PolicyConfiguration
-
Used to add a single unchecked policy statement to this PolicyConfiguration.
- addToUncheckedPolicy(PermissionCollection) - Method in interface javax.security.jacc.PolicyConfiguration
-
Used to add unchecked policy statements to this PolicyConfiguration.
C
- commit() - Method in interface javax.security.jacc.PolicyConfiguration
-
This method is used to set to "inService" the state of the policy context whose interface is this PolicyConfiguration Object.
D
- delete() - Method in interface javax.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 javax.security.jacc
-
Class for EJB method permissions.
- EJBMethodPermission(String, String) - Constructor for class javax.security.jacc.EJBMethodPermission
-
Creates a new EJBMethodPermission with the specified name and actions.
- EJBMethodPermission(String, String, Method) - Constructor for class javax.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 javax.security.jacc.EJBMethodPermission
-
Creates a new EJBMethodPermission with name corresponding to the EJBName and actions composed from methodName, methodInterface, and methodParams.
- EJBRoleRefPermission - Class in javax.security.jacc
-
Class for EJB isCallerInRole (String reference) permissions.
- EJBRoleRefPermission(String, String) - Constructor for class javax.security.jacc.EJBRoleRefPermission
-
Creates a new EJBRoleRefPermission with the specified name and actions.
- equals(Object) - Method in class javax.security.jacc.EJBMethodPermission
-
Checks two EJBMethodPermission objects for equality.
- equals(Object) - Method in class javax.security.jacc.EJBRoleRefPermission
-
Checks two EJBRoleRefPermission objects for equality.
- equals(Object) - Method in class javax.security.jacc.WebResourcePermission
-
Checks two WebResourcePermission objects for equality.
- equals(Object) - Method in class javax.security.jacc.WebRoleRefPermission
-
Checks two WebRoleRefPermission objects for equality.
- equals(Object) - Method in class javax.security.jacc.WebUserDataPermission
-
Checks two WebUserDataPermission objects for equality.
G
- getActions() - Method in class javax.security.jacc.EJBMethodPermission
-
Returns a String containing a canonical representation of the actions of this EJBMethodPermission.
- getActions() - Method in class javax.security.jacc.EJBRoleRefPermission
-
Returns a canonical String representation of the actions of this EJBRoleRefPermission.
- getActions() - Method in class javax.security.jacc.WebResourcePermission
-
Returns a canonical String representation of the actions of this WebResourcePermission.
- getActions() - Method in class javax.security.jacc.WebRoleRefPermission
-
Returns a canonical String representation of the actions of this WebRoleRefPermission.
- getActions() - Method in class javax.security.jacc.WebUserDataPermission
-
Returns a canonical String representation of the actions of this WebUserDataPermission.
- getContext(String) - Static method in class javax.security.jacc.PolicyContext
-
This method may be used by a
Policyprovider to activate thePolicyContextHandlerregistered to the context object key and cause it to return the corresponding policy context object from the container. - getContext(String, Object) - Method in interface javax.security.jacc.PolicyContextHandler
-
This public method is used by the
PolicyContextclass to activate the handler and obtain from it the context object identified by the (case-sensitive) key. - getContextID() - Method in interface javax.security.jacc.PolicyConfiguration
-
This method returns this object’s policy context identifier.
- getContextID() - Static method in class javax.security.jacc.PolicyContext
-
This static method returns the value of the policy context identifier associated with the thread on which the accessor is called.
- getHandlerKeys() - Static method in class javax.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 javax.security.jacc.PolicyContextHandler
-
This public method returns the keys identifying the context objects supported by the handler.
- getPolicyConfiguration(String, boolean) - Method in class javax.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 javax.security.jacc.PolicyConfigurationFactory
-
This static method uses a system property to find and instantiate (via a public constructor) a provider spe- cific factory implementation class.
H
- hashCode() - Method in class javax.security.jacc.EJBMethodPermission
-
Returns the hash code value for this EJBMethodPermission.
- hashCode() - Method in class javax.security.jacc.EJBRoleRefPermission
-
Returns the hash code value for this EJBRoleRefPermission.
- hashCode() - Method in class javax.security.jacc.WebResourcePermission
-
Returns the hash code value for this WebResourcePermission.
- hashCode() - Method in class javax.security.jacc.WebRoleRefPermission
-
Returns the hash code value for this WebRoleRefPermission.
- hashCode() - Method in class javax.security.jacc.WebUserDataPermission
-
Returns the hash code value for this WebUserDataPermission.
I
- implies(Permission) - Method in class javax.security.jacc.EJBMethodPermission
-
Determines if the argument Permission is "implied by" this EJBMethodPermission.
- implies(Permission) - Method in class javax.security.jacc.EJBRoleRefPermission
-
Determines if the argument Permission is "implied by" this EJBRoleRefPermission.
- implies(Permission) - Method in class javax.security.jacc.WebResourcePermission
-
Determines if the argument Permission is "implied by" this WebResourcePermission.
- implies(Permission) - Method in class javax.security.jacc.WebRoleRefPermission
-
Determines if the argument Permission is "implied by" this WebRoleRefPermission.
- implies(Permission) - Method in class javax.security.jacc.WebUserDataPermission
-
Determines if the argument Permission is "implied by" this WebUserDataPermission.
- inService() - Method in interface javax.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 javax.security.jacc.PolicyConfigurationFactory
-
This method determines if the identified policy context exists with state “inService” in the Policy provider associated with the factory.
J
- javax.security.jacc - package javax.security.jacc
-
This package containes the Java Authorization Contract for Containers API
L
- linkConfiguration(PolicyConfiguration) - Method in interface javax.security.jacc.PolicyConfiguration
-
Creates a relationship between this configuration and another such that they share the same principal-to- role mappings.
P
- PolicyConfiguration - Interface in javax.security.jacc
-
The methods of this interface are used by containers to create policy statements in a Policy provider.
- PolicyConfigurationFactory - Class in javax.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 javax.security.jacc.PolicyConfigurationFactory
- PolicyContext - Class in javax.security.jacc
-
This utility class is used by containers to communicate policy context identifiers and other policy relevant context to
Policyproviders. - PolicyContextException - Exception in javax.security.jacc
-
This checked exception is thrown by implementations of the
javax.security.jacc.PolicyConfigurationinterface, thejavax.security.jacc.PolicyConfigurationFactoryabstract class, thejavax.security.jacc.PolicyContextutility class, and implementations of thejavax.security.jacc.PolicyContextExceptioninterface. - PolicyContextException() - Constructor for exception javax.security.jacc.PolicyContextException
-
Constructs a new PolicyContextException with null as its detail message.
- PolicyContextException(String) - Constructor for exception javax.security.jacc.PolicyContextException
-
Constructs a new
PolicyContextExceptionwith the specified detail message. - PolicyContextException(String, Throwable) - Constructor for exception javax.security.jacc.PolicyContextException
-
Constructs a new
PolicyContextExceptionwith the specified detail message and cause. - PolicyContextException(Throwable) - Constructor for exception javax.security.jacc.PolicyContextException
-
Constructs a new
PolicyContextExceptionwith the specified cause. - PolicyContextHandler - Interface in javax.security.jacc
-
This interface defines the methods that must be implemented by handlers that are to be registered and activated by the
PolicyContextclass.
R
- registerHandler(String, PolicyContextHandler, boolean) - Static method in class javax.security.jacc.PolicyContext
-
Authorization protected method used to register a container specific
PolicyContexthandler. - removeExcludedPolicy() - Method in interface javax.security.jacc.PolicyConfiguration
-
Used to remove any excluded policy statements from this PolicyConfiguration.
- removeRole(String) - Method in interface javax.security.jacc.PolicyConfiguration
-
Used to remove a role and all its permissions from this PolicyConfiguration.
- removeUncheckedPolicy() - Method in interface javax.security.jacc.PolicyConfiguration
-
Used to remove any unchecked policy statements from this PolicyConfiguration.
S
- setContextID(String) - Static method in class javax.security.jacc.PolicyContext
-
Authorization protected method used to modify the value of the policy context identifier associated with the thread on which this method is called.
- setHandlerData(Object) - Static method in class javax.security.jacc.PolicyContext
-
Authorization protected method that may be used to associate a thread-scoped handler data object with the PolicyContext.
- supports(String) - Method in interface javax.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
- toString() - Method in class javax.security.jacc.EJBMethodPermission
-
Returns the
Stringrepresentation of this permission, which has the following form: - toString() - Method in class javax.security.jacc.EJBRoleRefPermission
-
Returns the
Stringrepresentation of this permission, which has the following form:
W
- WebResourcePermission - Class in javax.security.jacc
-
Class for Servlet web resource permissions.
- WebResourcePermission(String, String) - Constructor for class javax.security.jacc.WebResourcePermission
-
Creates a new WebResourcePermission with the specified name and actions.
- WebResourcePermission(String, String[]) - Constructor for class javax.security.jacc.WebResourcePermission
-
Creates a new WebResourcePermission with name corresponding to the URLPatternSpec, and actions composed from the array of HTTP methods.
- WebResourcePermission(HttpServletRequest) - Constructor for class javax.security.jacc.WebResourcePermission
-
Creates a new WebResourcePermission from the HttpServletRequest object.
- WebRoleRefPermission - Class in javax.security.jacc
-
Class for Servlet isUserInRole (String reference) permissions.
- WebRoleRefPermission(String, String) - Constructor for class javax.security.jacc.WebRoleRefPermission
-
Creates a new WebRoleRefPermission with the specified name and actions.
- WebUserDataPermission - Class in javax.security.jacc
-
Class for Servlet Web user data permissions.
- WebUserDataPermission(String, String) - Constructor for class javax.security.jacc.WebUserDataPermission
-
Creates a new WebUserDataPermission with the specified name and actions.
- WebUserDataPermission(String, String[], String) - Constructor for class javax.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.
- WebUserDataPermission(HttpServletRequest) - Constructor for class javax.security.jacc.WebUserDataPermission
-
Creates a new WebUserDataPermission from the HttpServletRequest object.
All Classes All Packages