| Constructor and Description |
|---|
ClusterPrincipal() |
ClusterPrincipal(com.hazelcast.security.Credentials credentials) |
| Modifier and Type | Method and Description |
|---|---|
com.hazelcast.security.Credentials |
getCredentials() |
String |
getEndpoint() |
int |
getFactoryId() |
int |
getId() |
String |
getName() |
String |
getPrincipal() |
void |
readData(com.hazelcast.nio.ObjectDataInput in) |
String |
toString() |
void |
writeData(com.hazelcast.nio.ObjectDataOutput out) |
public ClusterPrincipal()
public ClusterPrincipal(com.hazelcast.security.Credentials credentials)
public String getEndpoint()
public String getPrincipal()
public com.hazelcast.security.Credentials getCredentials()
public String toString()
public int getFactoryId()
getFactoryId in interface com.hazelcast.nio.serialization.IdentifiedDataSerializablepublic int getId()
getId in interface com.hazelcast.nio.serialization.IdentifiedDataSerializablepublic void writeData(com.hazelcast.nio.ObjectDataOutput out)
throws IOException
writeData in interface com.hazelcast.nio.serialization.DataSerializableIOExceptionpublic void readData(com.hazelcast.nio.ObjectDataInput in)
throws IOException
readData in interface com.hazelcast.nio.serialization.DataSerializableIOExceptionCopyright © 2020 Hazelcast, Inc.. All Rights Reserved.