FileDocCategorySizeDatePackage
AuthenticatedUser.javaAPI DocApache Axis 1.4987Sat Apr 22 18:57:28 BST 2006org.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.StringgetName()
Return a string representation of the user's name.

return
the user's name as a String.