站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档

SimpleAuthenticatedUser (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档


org.apache.axis.security.simple
Class SimpleAuthenticatedUser

java.lang.Object
  extended byorg.apache.axis.security.simple.SimpleAuthenticatedUser
All Implemented Interfaces:
AuthenticatedUser

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@macromedia.com)

Constructor Summary
SimpleAuthenticatedUser(String name)
           
 
Method Summary
 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(String name)
Method Detail

getName

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

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


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.