JBoss JACC 1.1 API 5.0.2.RC1
A C D E G H I J L P R S T W 

A

addToExcludedPolicy(Permission) - Method in interface javax.security.jacc.PolicyConfiguration
Adds a single excluded permission to the PolicyConfiguration.
addToExcludedPolicy(PermissionCollection) - Method in interface javax.security.jacc.PolicyConfiguration
Adds a collection of excluded permissions to the PolicyConfiguration
addToRole(String, Permission) - Method in interface javax.security.jacc.PolicyConfiguration
Add a single permission to a named role in the PolicyConfiguration.
addToRole(String, PermissionCollection) - Method in interface javax.security.jacc.PolicyConfiguration
Add permissions to a named role in the PolicyConfiguration.
addToUncheckedPolicy(Permission) - Method in interface javax.security.jacc.PolicyConfiguration
Add a single unchecked permission to the PolicyConfiguration.
addToUncheckedPolicy(PermissionCollection) - Method in interface javax.security.jacc.PolicyConfiguration
Add unchecked permissions to the 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
A security permission 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
Compare two EJBMethodPermissions.
equals(Object) - Method in class javax.security.jacc.EJBRoleRefPermission
Test an EJBRoleRefPermission 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
 
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 the security-role-ref target role name.
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
Used by the PolicyContext class to activate the handler and obtain from it the context object identified by the given 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 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
Get the keys identifying the context objects supported by this handlers getContext(String, Object) method.
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 the javax.security.jacc.PolicyConfigurationFactory.provider system property to create a provider factory implementation.

H

hashCode() - Method in class javax.security.jacc.EJBMethodPermission
Calculates the hash code as the hash of the methodName, methodInterface and methodSig for each that is non-null.
hashCode() - Method in class javax.security.jacc.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
 

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
 
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 Policy providers.
PolicyContextException - Exception in javax.security.jacc
This checked exception is thrown by the policy context and configuration classes.
PolicyContextException() - Constructor for exception javax.security.jacc.PolicyContextException
 
PolicyContextException(String) - Constructor for exception javax.security.jacc.PolicyContextException
 
PolicyContextException(String, Throwable) - Constructor for exception javax.security.jacc.PolicyContextException
 
PolicyContextException(Throwable) - Constructor for exception javax.security.jacc.PolicyContextException
 
PolicyContextHandler - Interface in javax.security.jacc
JACC interface which defines the methods that must be implemented by handlers that are to be registered and activated by PolicyContexts

R

registerHandler(String, PolicyContextHandler, boolean) - Static method in class javax.security.jacc.PolicyContext
Authorization protected method used to register a container specific PolicyContext handler.
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
Query the handler to see if its getContext(String, Object) method supports the given key.

T

toString() - Method in class javax.security.jacc.EJBMethodPermission
Method string represented by this permission
toString() - Method in class javax.security.jacc.EJBRoleRefPermission
Returns a string describing this Permission.

W

WebResourcePermission - Class in javax.security.jacc
Class for Servlet web resource permissions.
WebResourcePermission(HttpServletRequest) - Constructor for class javax.security.jacc.WebResourcePermission
Creates a new WebResourcePermission from the HttpServletRequest object.
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.
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(HttpServletRequest) - Constructor for class javax.security.jacc.WebUserDataPermission
Creates a new WebUserDataPermission from the HttpServletRequest object.
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.
A C D E G H I J L P R S T W 
JBoss JACC 1.1 API 5.0.2.RC1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.