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 AuthenticatedUser
SecurityProvider. 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 boolean
SecurityProvider. 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 class
ServletAuthenticatedUser
ServletAuthenticatedUser is a sligtly odd implementation of AuthenticatedUser.Methods in org.apache.axis.security.servlet that return AuthenticatedUser Modifier and Type Method Description AuthenticatedUser
ServletSecurityProvider. 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 boolean
ServletSecurityProvider. 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 class
SimpleAuthenticatedUser
SimpleAuthenticatedUser 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 AuthenticatedUser
SimpleSecurityProvider. 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 boolean
SimpleSecurityProvider. userMatches(AuthenticatedUser user, java.lang.String principal)
See if a user matches a principal name.
-