Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.security.jacc: Javadoc index of package javax.security.jacc.


Package Samples:

javax.security.jacc

Classes:

PolicyContextHandler: This interface defines the methods that must be implemented by handlers that are to be registered and activated by the PolicyContext class. The PolicyContext class provides methods for containers to register and activate container-specific PolicyContext handlers. Policy providers use the PolicyContext class to activate handlers to obtain (from the container) additional policy relevant context to apply in their access decisions. All handlers registered and activated via the PolicyContext class must implement the PolicyContextHandler interface.
EJBRoleRefPermission: Class for EJB isCallerInRole(String reference) permissions. An EJBRoleRefPermission is a named permission and has actions. The name of an EJBRoleRefPermission contains the value of the ejb-name element in the application's deployment descriptor that identifies the EJB in whose context the permission is being evalutated. The actions of an EJBRoleRefPermission identifies the role reference to which the permission applies. An EJBRoleRefPermission is checked to determine if the subject is a member of the role identified by the reference.
PolicyConfigurationFactory: Abstract factory and finder class for obtaining the instance of the class that implements the PolicyConfigurationFactory of a provider. The factory will be used to instantiate PolicyConfiguration objects that will be used by the deployment tools of the container to create and manage policy contexts within the Policy Provider. Implementation classes must have a public no argument constructor that may be used to create an operational instance of the factory implementation class.
WebUserDataPermission: Class for Servlet Web user data permissions. A WebUserDataPermission is a named permission and has actions. The name of a WebUserDataPermission (also referred to as the target name) identifies a Web resource by its context path relative URL pattern.
WebUserDataPermissionTest
WebRoleRefPermissionTest
EJBRoleRefPermissionTest
EJBMethodPermissionCollectionTest
EJBMethodPermissionTest
WebResourcePermissionTest
PolicyContextException
PolicyContext
WebRoleRefPermission
PolicyConfiguration
EJBMethodPermission
HTTPMethodSpec
URLPatternSpec
WebResourcePermission

Home | Contact Us | Privacy Policy | Terms of Service