- 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.
- 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 specific factory implementation
class.