|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hazelcast.security.AbstractCredentials
public abstract class AbstractCredentials
Abstract implementation of Credentials
Constructor Summary | |
---|---|
AbstractCredentials()
|
|
AbstractCredentials(String principal)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getEndpoint()
Returns IP address of endpoint. |
String |
getPrincipal()
Returns principal of endpoint. |
int |
hashCode()
|
void |
readData(DataInput in)
|
protected abstract void |
readDataInternal(DataInput in)
|
void |
setEndpoint(String endpoint)
Sets IP address of endpoint. |
void |
setPrincipal(String principal)
|
void |
writeData(DataOutput out)
|
protected abstract void |
writeDataInternal(DataOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractCredentials()
public AbstractCredentials(String principal)
Method Detail |
---|
public final String getEndpoint()
Credentials
getEndpoint
in interface Credentials
public final void setEndpoint(String endpoint)
Credentials
setEndpoint
in interface Credentials
endpoint
- addresspublic String getPrincipal()
Credentials
getPrincipal
in interface Credentials
public void setPrincipal(String principal)
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public final void writeData(DataOutput out) throws IOException
writeData
in interface DataSerializable
IOException
public final void readData(DataInput in) throws IOException
readData
in interface DataSerializable
IOException
protected abstract void writeDataInternal(DataOutput out) throws IOException
IOException
protected abstract void readDataInternal(DataInput in) throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |