org.mobicents.xcap.client.auth
Interface Credentials

All Known Implementing Classes:
CredentialsImpl

public interface Credentials

This interface represents a set of credentials consisting of a security principal and a secret (password) that can be used to establish user identity.

Author:
martins

Method Summary
 java.lang.String getPassword()
           
 java.security.Principal getUserPrincipal()
           
 

Method Detail

getUserPrincipal

java.security.Principal getUserPrincipal()
Returns:

getPassword

java.lang.String getPassword()
Returns:


Copyright © 2010. All Rights Reserved.