public class ConnectionRequest extends Object implements ConnectionRequestInfo
ConnectionRequest
instance wraps a user connection
request for performing unified messaging.Modifier and Type | Field and Description |
---|---|
protected String |
identityClass
identification class for user.
|
protected String |
password
Password of the user requesting a connection to the
underlying JORAM server.
|
protected String |
userName
Identification of the user requesting a connection to the
underlying JORAM server.
|
Constructor and Description |
---|
ConnectionRequest(String userName,
String password,
String identityClass)
Constructs a
ConnectionRequest instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Compares
ConnectionRequest instances wrapped users
identities. |
String |
getIdentityClass() |
String |
getPassword()
Returns the password of the user requesting a connection to the
underlying JORAM server.
|
String |
getUserName()
Returns the identification of the user requesting a connection to the
underlying JORAM server.
|
int |
hashCode()
Returns a code based on the wrapped user identity.
|
String |
toString() |
protected String userName
protected String password
protected String identityClass
public String getUserName()
public String getPassword()
public String getIdentityClass()
public boolean equals(Object o)
ConnectionRequest
instances wrapped users
identities.equals
in interface ConnectionRequestInfo
equals
in class Object
public int hashCode()
hashCode
in interface ConnectionRequestInfo
hashCode
in class Object
Copyright © 2013 ScalAgent D.T.. All Rights Reserved.