public class AuthenticatedAccessToken
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
AuthenticatedAccessToken() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMaximoBindingName()
Returns name with which the MAXIMO application
is bound in the RMI registry.
|
long |
getSessionCreationTime()
Returns the access token creation time.
|
byte[] |
getSessionData()
Returns the session data associated with
the access token.
|
java.lang.String |
getTenant() |
java.lang.String |
getUserName()
Returns the user name for which the access token
is generated.
|
void |
setMaximoBindingName(java.lang.String string)
Sets the name with which the MAXIMO application
is bound in the RMI registry.
|
void |
setSessionCreationTime(long l)
Sets the access token creation time.
|
void |
setSessionData(byte[] bs)
Sets the session data associated with
the access token.
|
void |
setTenant(java.lang.String tenant) |
void |
setUserName(java.lang.String string)
Sets the user name for which the access token
is generated.
|
public java.lang.String getMaximoBindingName()
public void setMaximoBindingName(java.lang.String string)
string
- the name with which the MAXIMO application
is bound in the RMI registry.public long getSessionCreationTime()
public void setSessionCreationTime(long l)
l
- the access token creation time.public byte[] getSessionData()
public void setSessionData(byte[] bs)
bs
- the session datapublic java.lang.String getUserName()
public void setUserName(java.lang.String string)
string
- the user namepublic java.lang.String getTenant()
public void setTenant(java.lang.String tenant)