org.objectweb.jonas.security.jacc.JPolicyContextHandler Class Reference

List of all members.

Public Member Functions

 JPolicyContextHandler ()
boolean supports (String key) throws PolicyContextException
String[] getKeys () throws PolicyContextException
Object getContext (String key, Object data) throws PolicyContextException

Detailed Description

JOnAS class which contains all Context Handler to register inside the PolicyContext
Author:
Florent Benoit
See also:
jacc Section 4.6.1

Definition at line 43 of file JPolicyContextHandler.java.


Constructor & Destructor Documentation

org.objectweb.jonas.security.jacc.JPolicyContextHandler.JPolicyContextHandler  ) 
 

Default constructor

Definition at line 89 of file JPolicyContextHandler.java.


Member Function Documentation

Object org.objectweb.jonas.security.jacc.JPolicyContextHandler.getContext String  key,
Object  data
throws PolicyContextException
 

Parameters:
key the key for the object that we want to retrieve
data the handler data given by PolicyContext class
Returns:
the object for the specified key and with the given data object
Exceptions:
PolicyContextException (never used)
See also:
javax.security.jacc.PolicyContextHandler#getContext(java.lang.String, java.lang.Object)

Definition at line 125 of file JPolicyContextHandler.java.

References org.objectweb.jonas.security.jacc.JPolicyContextHandlerData.getContainerSubject(), org.objectweb.jonas.security.jacc.JPolicyContextHandlerData.getEjbArguments(), and org.objectweb.jonas.security.jacc.JPolicyContextHandlerData.getHttpServletRequest().

Here is the call graph for this function:

String [] org.objectweb.jonas.security.jacc.JPolicyContextHandler.getKeys  )  throws PolicyContextException
 

Supported keys by this JOnAS Context Handler

See also:
javax.security.jacc.PolicyContextHandler#getKeys()

Definition at line 113 of file JPolicyContextHandler.java.

boolean org.objectweb.jonas.security.jacc.JPolicyContextHandler.supports String  key  )  throws PolicyContextException
 

Parameters:
key the supported key
Returns:
true if the key is supported, else false.
Exceptions:
PolicyContextException (never used here)
See also:
javax.security.jacc.PolicyContextHandler#supports(java.lang.String)

Definition at line 100 of file JPolicyContextHandler.java.


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:07:43 2005 for JOnAS by  doxygen 1.3.9.1