Package org.apache.axis.security
Interface AuthenticatedUser
-
- All Known Implementing Classes:
ServletAuthenticatedUser,SimpleAuthenticatedUser
public interface AuthenticatedUserA 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.StringgetName()Return a string representation of the user's name.
-