|
||||||||||
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
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 |
Constructor Detail |
public SimpleSecurityProvider()
Method Detail |
public AuthenticatedUser authenticate(MessageContext msgContext)
authenticate
in interface SecurityProvider
username
- the user name to checkpassword
- the password to checkpublic 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 |