Package org.apache.axis.security.simple
Class SimpleAuthenticatedUser
- java.lang.Object
-
- org.apache.axis.security.simple.SimpleAuthenticatedUser
-
- All Implemented Interfaces:
AuthenticatedUser
public class SimpleAuthenticatedUser extends java.lang.Object implements 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 Constructor Description SimpleAuthenticatedUser(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Return a string representation of the user's name.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Return a string representation of the user's name.- Specified by:
getName
in interfaceAuthenticatedUser
- Returns:
- the user's name as a String.
-
-