Package 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.- Author:
- Glen Daniels (gdaniels@apache.org)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
Return a string representation of the user's name.
-