Package org.edg.security.authorization

Class Summary
AuthorizationFilter This class implements javax.servlet.Filter and it's purpose is to inspect X509 distinguished names of the clients and attach database connections to the servlet request on the fly after comparing DNs with the data stored in a relational database.
AuthorizationManager An Authorization Manager checks whether a subject is entitled to act in a certain role or not.
AuthorizationManagerFactory Factory for creating AuthorizationManager instances.
Config  
DNConvert This class is made to convert RFC2253-style Distinguished Name to the older X.500 style frequently used in Globus, or vice versa.
DummyServlet Dummy servlet for the testing of AuthorizationServlet.
RequestWrapper Abstraction that defines a way to manipulate ServletRequests filtered by the authorization servlet filter and passed forward in the servlet chain.
ServletRequestWrapper Subclass of the abstract RequestWrapper.
SOAPOverHTTPAuthorizationHandler The SOAPOverHTTPAuthorizationHandler is and AXIS handler that can be put in a request flow in front of an actual SOAP endpoint that needs authorization protection.
XSQLRequestWrapper Subclass of the abstract RequestWrapper.