org.apache.axis.security.simple
Class SimpleAuthenticatedUser
java.lang.Object
org.apache.axis.security.simple.SimpleAuthenticatedUser
- AuthenticatedUser
public class SimpleAuthenticatedUser
extends java.lang.Object
SimpleAuthenticatedUser is a trivial implementation of the
AuthenticatedUser interface, for use with a default Axis installation
and the SimpleSecurityProvider.
- Glen Daniels (gdaniels@apache.org)
String | getName() - Return a string representation of the user's name.
|
SimpleAuthenticatedUser
public SimpleAuthenticatedUser(String name)
getName
public String getName()
Return a string representation of the user's name.
- getName in interface AuthenticatedUser
- the user's name as a String.
Copyright © 2005 Apache Web Services Project. All Rights Reserved.