org.jboss.axis.security.simple
Class SimpleAuthenticatedUser

java.lang.Object
  extended byorg.jboss.axis.security.simple.SimpleAuthenticatedUser
All Implemented Interfaces:
AuthenticatedUser (src)

public class SimpleAuthenticatedUser
extends java.lang.Object
implements AuthenticatedUser (src)

SimpleAuthenticatedUser is a trivial implementation of the AuthenticatedUser interface, for use with a default Axis installation and the SimpleSecurityProvider.


Constructor Summary
SimpleAuthenticatedUser(java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
          Return a string representation of the user's name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleAuthenticatedUser

public SimpleAuthenticatedUser(java.lang.String name)
Method Detail

getName

public java.lang.String getName()
Return a string representation of the user's name.

Specified by:
getName in interface AuthenticatedUser (src)
Returns:
the user's name as a String.