org.apache.axis.security.simple

Class SimpleAuthenticatedUser

public class SimpleAuthenticatedUser extends 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
SimpleAuthenticatedUser(String name)
Method Summary
StringgetName()
Return a string representation of the user's name.

Constructor Detail

SimpleAuthenticatedUser

public SimpleAuthenticatedUser(String name)

Method Detail

getName

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

Returns: the user's name as a String.

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.