| Home >> All >> com >> clra >> xml >> [ security Javadoc ] |
com.clra.xml.security: Javadoc index of package com.clra.xml.security.
Package Samples:
com.clra.xml.security
Classes:
DBAuthorizationHandler: A renamed, but otherwise identical, version of the Axis SimpleAuthorizationHandler, which checks to see if a user specified in the MessageContext is allowed to perform the requested action. The main value of this class is to put the Axis code under CLRA version control, in case the Axis version disappears or changes in some incompatible way (which is, admittedly, very unlikely).
DBAuthenticationHandler: An minor rewrite of the Axis SimpleAuthenticationHandler, which checks to see if a user specified in the MessageContext is allowed to continue. This code differs from the Axis code by using the DBSecurityProvider.
DBSecurityProvider: An implementation of SecurityProvider which authentiates a user against a JAAS-like table of users and roles in a database.
DBAuthenticatedUser: An implementation of AuthenticatedUser that caches a accountId as well as account roles.
| Home | Contact Us | Privacy Policy | Terms of Service |