org.apache.axis.security.simple
public class SimpleSecurityProvider extends Object implements SecurityProvider
Field Summary | |
---|---|
protected static Log | log |
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: username the user name to check password the password to check
Returns: an AuthenticatedUser or null
Returns: true if the user matches the passed name