public interface SecurityProvider
| Modifier and Type | Method and Description |
|---|---|
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.
|
AuthenticatedUser authenticate(MessageContext msgContext)
msgContext - the MessageContext containing authentication infoboolean userMatches(AuthenticatedUser user, java.lang.String principal)
Copyright ? 2005 Apache Web Services Project. All Rights Reserved.