public abstract class AbstractCredentials extends Object implements Credentials, Portable
Credentials| Constructor and Description |
|---|
AbstractCredentials() |
AbstractCredentials(String principal) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getEndpoint()
Returns IP address of endpoint.
|
String |
getPrincipal()
Returns principal of endpoint.
|
int |
hashCode() |
void |
readPortable(PortableReader reader) |
protected abstract void |
readPortableInternal(PortableReader reader) |
void |
setEndpoint(String endpoint)
Sets IP address of endpoint.
|
void |
setPrincipal(String principal) |
void |
writePortable(PortableWriter writer) |
protected abstract void |
writePortableInternal(PortableWriter writer) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetClassId, getFactoryIdpublic AbstractCredentials()
public AbstractCredentials(String principal)
public final String getEndpoint()
CredentialsgetEndpoint in interface Credentialspublic final void setEndpoint(String endpoint)
CredentialssetEndpoint in interface Credentialsendpoint - addresspublic String getPrincipal()
CredentialsgetPrincipal in interface Credentialspublic void setPrincipal(String principal)
public final void writePortable(PortableWriter writer) throws IOException
writePortable in interface PortableIOExceptionpublic final void readPortable(PortableReader reader) throws IOException
readPortable in interface PortableIOExceptionprotected abstract void writePortableInternal(PortableWriter writer) throws IOException
IOExceptionprotected abstract void readPortableInternal(PortableReader reader) throws IOException
IOExceptionCopyright © 2014 Hazelcast, Inc.. All Rights Reserved.