Uses of Interface
org.apache.axis.security.AuthenticatedUser
-
Packages that use AuthenticatedUser Package Description org.apache.axis.security org.apache.axis.security.servlet org.apache.axis.security.simple -
-
Uses of AuthenticatedUser in org.apache.axis.security
Methods in org.apache.axis.security that return AuthenticatedUser Modifier and Type Method Description AuthenticatedUserSecurityProvider. authenticate(MessageContext msgContext)Authenticate a user from a username/password pair.Methods in org.apache.axis.security with parameters of type AuthenticatedUser Modifier and Type Method Description booleanSecurityProvider. userMatches(AuthenticatedUser user, java.lang.String principal)See if a user matches a principal name. -
Uses of AuthenticatedUser in org.apache.axis.security.servlet
Classes in org.apache.axis.security.servlet that implement AuthenticatedUser Modifier and Type Class Description classServletAuthenticatedUserServletAuthenticatedUser is a sligtly odd implementation of AuthenticatedUser.Methods in org.apache.axis.security.servlet that return AuthenticatedUser Modifier and Type Method Description AuthenticatedUserServletSecurityProvider. authenticate(MessageContext msgContext)Authenticate a user from a username/password pair.Methods in org.apache.axis.security.servlet with parameters of type AuthenticatedUser Modifier and Type Method Description booleanServletSecurityProvider. userMatches(AuthenticatedUser user, java.lang.String principal)See if a user matches a principal name. -
Uses of AuthenticatedUser in org.apache.axis.security.simple
Classes in org.apache.axis.security.simple that implement AuthenticatedUser Modifier and Type Class Description classSimpleAuthenticatedUserSimpleAuthenticatedUser is a trivial implementation of the AuthenticatedUser interface, for use with a default Axis installation and the SimpleSecurityProvider.Methods in org.apache.axis.security.simple that return AuthenticatedUser Modifier and Type Method Description AuthenticatedUserSimpleSecurityProvider. authenticate(MessageContext msgContext)Authenticate a user from a username/password pair.Methods in org.apache.axis.security.simple with parameters of type AuthenticatedUser Modifier and Type Method Description booleanSimpleSecurityProvider. userMatches(AuthenticatedUser user, java.lang.String principal)See if a user matches a principal name.
-