org.apache.axis.security

Interface AuthenticatedUser

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

String
getName()
Return a string representation of the user's name.

Method Details

getName

public String getName()
Return a string representation of the user's name.
Returns:
the user's name as a String.

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.