- 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 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 javax.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 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.
- getName() - Method in class javax.security.jacc.PolicyConfigurationFactory.LoadAction
-
- getPattern() - Method in class javax.security.jacc.URLPattern
-
Obtains the String
representation of this pattern.
- getPolicy - Static variable in class javax.security.jacc.PolicyContext
-
- 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.
- 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(URLPatternSpec) - Method in class javax.security.jacc.URLPatternSpec
-
Perform the permission URLPattern
matching:
the first URLPattern
in the name of the argument permission is matched by the first URLPattern
in the name of this permission.
the first URLPattern
in the name of the argument permission is NOT matched by any URLPattern
in the URLPatternList
of the URLPatternSpec
of this permission.
if the first URLPattern
in the name of the argument permission matches the first URLPattern
in
the URLPatternSpec
of this permission, then every URLPattern
in the URLPatternList
of the
URLPatternSpec
of this permission is matched by a URLPattern
in the URLPatternList
of the
argument permission.
- 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.
- isDefault() - Method in class javax.security.jacc.URLPattern
-
Checks if this pattern is a default (i.e.
- isExact() - Method in class javax.security.jacc.URLPattern
-
Checks if this pattern is an exact pattern.
- isExtension() - Method in class javax.security.jacc.URLPattern
-
Checks if this pattern is an extension (i.e.
- isPrefix() - Method in class javax.security.jacc.URLPattern
-
Checks if this pattern is a prefix (i.e.
- parseActions(String) - Method in class javax.security.jacc.WebResourcePermission
-
- parseActions(String) - Method in class javax.security.jacc.WebUserDataPermission
-
- parseMethodSpec(String) - Method in class javax.security.jacc.EJBMethodPermission
-
Parse the methodSpec string into methodName, methodInterface and methodSig.
- pattern - Variable in class javax.security.jacc.URLPattern
-
- PatternType() - Constructor for enum javax.security.jacc.URLPattern.PatternType
-
- 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
-
- PolicyConfigurationFactory.LoadAction - Class in javax.security.jacc
-
A PrivilegedExceptionAction that looks up the class name identified by the javax.security.jacc.PolicyConfigurationFactory.provider
system property and loads the class using the thread
context class loader.
- PolicyContext - Class in javax.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 javax.security.jacc.PolicyContext
-
Private constructor.
- PolicyContextException - Exception in javax.security.jacc
-
This checked exception is thrown by implementations of the javax.security.jacc.PolicyConfiguration
interface,
the javax.security.jacc.PolicyConfigurationFactory
abstract class, the javax.security.jacc.PolicyContext
utility class, and implementations of the javax.security.jacc.PolicyContextException
interface.
- 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 PolicyContextException
with the specified detail message.
- PolicyContextException(String, Throwable) - Constructor for exception javax.security.jacc.PolicyContextException
-
Constructs a new PolicyContextException
with the specified detail message and cause.
- PolicyContextException(Throwable) - Constructor for exception javax.security.jacc.PolicyContextException
-
Constructs a new PolicyContextException
with 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 PolicyContext
class.