Package org.apache.axis.security.simple
Class SimpleAuthenticatedUser
java.lang.Object
org.apache.axis.security.simple.SimpleAuthenticatedUser
- All Implemented Interfaces:
AuthenticatedUser
SimpleAuthenticatedUser is a trivial implementation of the
AuthenticatedUser interface, for use with a default Axis installation
and the SimpleSecurityProvider.
- Author:
- Glen Daniels (gdaniels@apache.org)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SimpleAuthenticatedUser
-
-
Method Details
-
getName
Return a string representation of the user's name.- Specified by:
getName
in interfaceAuthenticatedUser
- Returns:
- the user's name as a String.
-