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

Quick Search    Search Deep
A C D G I L T U

A

accountId - Variable in class com.clra.xml.security.DBAuthenticatedUser
 
accountName - Variable in class com.clra.xml.security.DBAuthenticatedUser
 
accountRoles - Variable in class com.clra.xml.security.DBAuthenticatedUser
 
authenticate(MessageContext) - Method in class com.clra.xml.security.DBSecurityProvider
Authenticate a user from a username/password pair.

C

com.clra.xml.security - package com.clra.xml.security
 

D

DBAuthenticatedUser - class com.clra.xml.security.DBAuthenticatedUser.
An implementation of AuthenticatedUser that caches a accountId as well as account roles.
DBAuthenticatedUser(Integer, String, MemberRole[]) - Constructor for class com.clra.xml.security.DBAuthenticatedUser
 
DBAuthenticationHandler - class com.clra.xml.security.DBAuthenticationHandler.
An minor rewrite of the Axis SimpleAuthenticationHandler, which checks to see if a user specified in the MessageContext is allowed to continue.
DBAuthenticationHandler() - Constructor for class com.clra.xml.security.DBAuthenticationHandler
 
DBAuthorizationHandler - class com.clra.xml.security.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.
DBAuthorizationHandler() - Constructor for class com.clra.xml.security.DBAuthorizationHandler
 
DBSecurityProvider - class com.clra.xml.security.DBSecurityProvider.
An implementation of SecurityProvider which authentiates a user against a JAAS-like table of users and roles in a database.
DBSecurityProvider() - Constructor for class com.clra.xml.security.DBSecurityProvider
 

G

getAccountId() - Method in class com.clra.xml.security.DBAuthenticatedUser
Return the user's account id.
getAccountName() - Method in class com.clra.xml.security.DBAuthenticatedUser
Same result as getName().
getAccountRoles() - Method in class com.clra.xml.security.DBAuthenticatedUser
Return the user's roles.
getName() - Method in class com.clra.xml.security.DBAuthenticatedUser
Return the user's name.

I

invoke(MessageContext) - Method in class com.clra.xml.security.DBAuthenticationHandler
Authenticate the user and password from the msgContext
invoke(MessageContext) - Method in class com.clra.xml.security.DBAuthorizationHandler
Authorize the user and targetService from the msgContext

L

log - Static variable in class com.clra.xml.security.DBAuthenticationHandler
 
log - Static variable in class com.clra.xml.security.DBAuthorizationHandler
 
log - Static variable in class com.clra.xml.security.DBSecurityProvider
 

T

toString() - Method in class com.clra.xml.security.DBAuthenticatedUser
 

U

undo(MessageContext) - Method in class com.clra.xml.security.DBAuthorizationHandler
Nothing to undo
userMatches(AuthenticatedUser, String) - Method in class com.clra.xml.security.DBSecurityProvider
See if a user matches a principal name.

A C D G I L T U