Package com.hazelcast.security
Class UsernamePasswordCredentials
java.lang.Object
com.hazelcast.security.UsernamePasswordCredentials
- All Implemented Interfaces:
 DataSerializable,IdentifiedDataSerializable,Credentials,PasswordCredentials,Serializable
public class UsernamePasswordCredentials
extends Object
implements PasswordCredentials, IdentifiedDataSerializable
Simple implementation of 
PasswordCredentials using
 name and password as security attributes.- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanintReturns type identifier for this class.intReturns DataSerializableFactory factory ID for this class.getName()Gets the password.inthashCode()voidReads fields from the input streamvoidvoidsetPassword(String password) toString()voidWrites object fields to output stream 
- 
Constructor Details
- 
UsernamePasswordCredentials
public UsernamePasswordCredentials() - 
UsernamePasswordCredentials
 
 - 
 - 
Method Details
- 
getPassword
Gets the password.- Specified by:
 getPasswordin interfacePasswordCredentials
 - 
setPassword
- Parameters:
 password- the password to set
 - 
getName
- Specified by:
 getNamein interfaceCredentials
 - 
setName
- Parameters:
 name- the name to set
 - 
getFactoryId
public int getFactoryId()Description copied from interface:IdentifiedDataSerializableReturns DataSerializableFactory factory ID for this class.- Specified by:
 getFactoryIdin interfaceIdentifiedDataSerializable- Returns:
 - factory ID
 
 - 
getClassId
public int getClassId()Description copied from interface:IdentifiedDataSerializableReturns type identifier for this class. It should be unique per DataSerializableFactory.- Specified by:
 getClassIdin interfaceIdentifiedDataSerializable- Returns:
 - type ID
 
 - 
toString
 - 
writeData
Description copied from interface:DataSerializableWrites object fields to output stream- Specified by:
 writeDatain interfaceDataSerializable- Parameters:
 out- output- Throws:
 IOException- if an I/O error occurs. In particular, anIOExceptionmay be thrown if the output stream has been closed.
 - 
readData
Description copied from interface:DataSerializableReads fields from the input stream- Specified by:
 readDatain interfaceDataSerializable- Parameters:
 in- input- Throws:
 IOException- if an I/O error occurs. In particular, anIOExceptionmay be thrown if the input stream has been closed.
 - 
hashCode
public int hashCode() - 
equals
 
 -