JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.axis.security
Interface AuthenticatedUser
All Known Implementing Classes:
ServletAuthenticatedUser
,
SimpleAuthenticatedUser
public interface
AuthenticatedUser
A small (mostly marker) interface for wrapping provider-specific user classes.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.String
getName
()
Return a string representation of the user's name.
Method Detail
getName
java.lang.String getName()
Return a string representation of the user's name.
Returns:
the user's name as a String.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method