org.glassfish.cafe.api
Interface ProxyAuthentication


public interface ProxyAuthentication

ProxyAuthentication is used in authentication and authorization procedures that take place between the application and the network.


Method Summary
 String getDomain()
          Returns the authentication domain name.
 String getName()
          Returns the authentication user ID.
 String getPassword()
          Returns the authentication password.
 

Method Detail

getDomain

String getDomain()
Returns the authentication domain name.

Returns:
the domain name.

getName

String getName()
Returns the authentication user ID.

Returns:
the user name.

getPassword

String getPassword()
Returns the authentication password.

Returns:
the password.


Copyright © 2010. All Rights Reserved.