File
Doc
Category
Size
Date
Package
AuthenticatedUser.java
API Doc
Apache Axis 1.4
987
Sat Apr 22 18:57:28 BST 2006
org.apache.axis.security
AuthenticatedUser
public interface AuthenticatedUser
A small (mostly marker) interface for wrapping provider-specific user classes.
author
Glen Daniels (gdaniels@apache.org)
Fields Summary
Constructors Summary
Methods Summary
public
java.lang.String
getName
()
Return a string representation of the user's name.
return
the user's name as a String.
Java Code Source