com.hazelcast.security
Class UsernamePasswordCredentials

java.lang.Object
  extended by com.hazelcast.security.AbstractCredentials
      extended by com.hazelcast.security.UsernamePasswordCredentials
All Implemented Interfaces:
Portable, Credentials, Serializable

public class UsernamePasswordCredentials
extends AbstractCredentials

Simple implementation of Credentials using username and password as security attributes.

See Also:
Serialized Form

Constructor Summary
UsernamePasswordCredentials()
           
UsernamePasswordCredentials(String username, String password)
           
 
Method Summary
 int getClassId()
           
 int getFactoryId()
           
 String getPassword()
           
 String getUsername()
           
protected  void readPortableInternal(PortableReader reader)
           
 void setPassword(String password)
           
 void setUsername(String username)
           
 String toString()
           
protected  void writePortableInternal(PortableWriter writer)
           
 
Methods inherited from class com.hazelcast.security.AbstractCredentials
equals, getEndpoint, getPrincipal, hashCode, readPortable, setEndpoint, setPrincipal, writePortable
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UsernamePasswordCredentials

public UsernamePasswordCredentials()

UsernamePasswordCredentials

public UsernamePasswordCredentials(String username,
                                   String password)
Method Detail

getUsername

public String getUsername()

getPassword

public String getPassword()

setUsername

public void setUsername(String username)

setPassword

public void setPassword(String password)

writePortableInternal

protected void writePortableInternal(PortableWriter writer)
                              throws IOException
Specified by:
writePortableInternal in class AbstractCredentials
Throws:
IOException

readPortableInternal

protected void readPortableInternal(PortableReader reader)
                             throws IOException
Specified by:
readPortableInternal in class AbstractCredentials
Throws:
IOException

getFactoryId

public int getFactoryId()

getClassId

public int getClassId()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.