Uses of Interface
org.apache.axis.security.AuthenticatedUser
Packages that use AuthenticatedUser
Package
Description
-
Uses of AuthenticatedUser in org.apache.axis.security
Methods in org.apache.axis.security that return AuthenticatedUserModifier and TypeMethodDescriptionSecurityProvider.authenticate(MessageContext msgContext) Authenticate a user from a username/password pair.Methods in org.apache.axis.security with parameters of type AuthenticatedUserModifier and TypeMethodDescriptionbooleanSecurityProvider.userMatches(AuthenticatedUser user, 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 AuthenticatedUserModifier and TypeClassDescriptionclassServletAuthenticatedUser is a sligtly odd implementation of AuthenticatedUser.Methods in org.apache.axis.security.servlet that return AuthenticatedUserModifier and TypeMethodDescriptionServletSecurityProvider.authenticate(MessageContext msgContext) Authenticate a user from a username/password pair.Methods in org.apache.axis.security.servlet with parameters of type AuthenticatedUserModifier and TypeMethodDescriptionbooleanServletSecurityProvider.userMatches(AuthenticatedUser user, 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 AuthenticatedUserModifier and TypeClassDescriptionclassSimpleAuthenticatedUser 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 AuthenticatedUserModifier and TypeMethodDescriptionSimpleSecurityProvider.authenticate(MessageContext msgContext) Authenticate a user from a username/password pair.Methods in org.apache.axis.security.simple with parameters of type AuthenticatedUserModifier and TypeMethodDescriptionbooleanSimpleSecurityProvider.userMatches(AuthenticatedUser user, String principal) See if a user matches a principal name.