org.apache.axis.security
public interface SecurityProvider
Method Summary | |
---|---|
AuthenticatedUser | authenticate(MessageContext msgContext) Authenticate a user from a username/password pair.
|
boolean | userMatches(AuthenticatedUser user, String principal) See if a user matches a principal name. |
Parameters: msgContext the MessageContext containing authentication info
Returns: an AuthenticatedUser or null
Returns: true if the user matches the passed name