Uses of Interface
org.apache.axis.security.AuthenticatedUser

Packages that use AuthenticatedUser
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
 AuthenticatedUser SecurityProvider.authenticate(MessageContext msgContext)
          Authenticate a user from a username/password pair.
 

Methods in org.apache.axis.security with parameters of type AuthenticatedUser
 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
 class ServletAuthenticatedUser
          ServletAuthenticatedUser is a sligtly odd implementation of AuthenticatedUser.
 

Methods in org.apache.axis.security.servlet that return AuthenticatedUser
 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
 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
 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
 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
 boolean SimpleSecurityProvider.userMatches(AuthenticatedUser user, java.lang.String principal)
          See if a user matches a principal name.
 



Copyright © 2003 Apache Web Services Project. All Rights Reserved.