org.apache.axis.security

Interface AuthenticatedUser

public interface AuthenticatedUser

A small (mostly marker) interface for wrapping provider-specific user classes.

Author: Glen Daniels (gdaniels@apache.org)

Method Summary
StringgetName()
Return a string representation of the user's name.

Method Detail

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.