com.semarchy.mdm.client
Interface IMDMCredential

All Superinterfaces:
Serializable
All Known Implementing Classes:
CookieCredential, UsernamePassword

public interface IMDMCredential
extends Serializable

Marker interface representing authentication credentials.

Note: This interface is not intended to be implemented by clients.

A IMDMCredential should not be mutated.

Author:
sarod
See Also:
UsernamePassword, CookieCredential

Method Summary
 String toString()
           
 

Method Detail

toString

String toString()
Overrides:
toString in class Object


Copyright © 2015. All Rights Reserved.