|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.apache.axis.security.simple.SimpleSecurityProvider
SimpleSecurityProvider
| Field Summary | |
protected static org.apache.commons.logging.Log |
log
|
| Constructor Summary | |
SimpleSecurityProvider()
|
|
| Method Summary | |
AuthenticatedUser |
authenticate(MessageContext msgContext)
Authenticate a user from a username/password pair. |
boolean |
userMatches(AuthenticatedUser user,
java.lang.String principal)
See if a user matches a principal name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static org.apache.commons.logging.Log log
| Constructor Detail |
public SimpleSecurityProvider()
| Method Detail |
public AuthenticatedUser authenticate(MessageContext msgContext)
authenticate in interface SecurityProviderusername - the user name to checkpassword - the password to check
public boolean userMatches(AuthenticatedUser user,
java.lang.String principal)
userMatches in interface SecurityProvider
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||