Package org.flowable.ui.common.model
Class RemoteToken
- java.lang.Object
-
- org.flowable.ui.common.model.RemoteToken
-
- All Implemented Interfaces:
Serializable,Token
public class RemoteToken extends Object implements Token
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoteToken()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()StringgetIpAddress()StringgetTokenData()DategetTokenDate()StringgetTokenValue()StringgetUserAgent()StringgetUserId()StringgetValue()voidsetId(String id)voidsetIpAddress(String ipAddress)voidsetTokenData(String tokenData)voidsetTokenDate(Date tokenDate)voidsetTokenValue(String tokenValue)voidsetUserAgent(String userAgent)voidsetUserId(String userId)voidsetValue(String value)
-
-
-
Method Detail
-
setId
public void setId(String id)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
getTokenValue
public String getTokenValue()
- Specified by:
getTokenValuein interfaceToken
-
setTokenValue
public void setTokenValue(String tokenValue)
- Specified by:
setTokenValuein interfaceToken
-
getTokenDate
public Date getTokenDate()
- Specified by:
getTokenDatein interfaceToken
-
setTokenDate
public void setTokenDate(Date tokenDate)
- Specified by:
setTokenDatein interfaceToken
-
getIpAddress
public String getIpAddress()
- Specified by:
getIpAddressin interfaceToken
-
setIpAddress
public void setIpAddress(String ipAddress)
- Specified by:
setIpAddressin interfaceToken
-
getUserAgent
public String getUserAgent()
- Specified by:
getUserAgentin interfaceToken
-
setUserAgent
public void setUserAgent(String userAgent)
- Specified by:
setUserAgentin interfaceToken
-
getTokenData
public String getTokenData()
- Specified by:
getTokenDatain interfaceToken
-
setTokenData
public void setTokenData(String tokenData)
- Specified by:
setTokenDatain interfaceToken
-
-