Package io.jans.scim.service.external
Class TokenDetails
- java.lang.Object
-
- io.jans.orm.model.base.Entry
-
- io.jans.scim.service.external.TokenDetails
-
- All Implemented Interfaces:
Serializable,Cloneable
public class TokenDetails extends io.jans.orm.model.base.Entry- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TokenDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClientId()DategetCreationDate()DategetExpirationDate()StringgetScope()StringgetTokenType()StringgetValue()voidsetClientId(String clientId)voidsetCreationDate(Date p_creationDate)voidsetExpirationDate(Date p_expirationDate)voidsetScope(String scope)voidsetTokenType(String tokenType)voidsetValue(String value)
-
-
-
Method Detail
-
getClientId
public String getClientId()
-
setClientId
public void setClientId(String clientId)
-
getCreationDate
public Date getCreationDate()
-
setCreationDate
public void setCreationDate(Date p_creationDate)
-
getExpirationDate
public Date getExpirationDate()
-
setExpirationDate
public void setExpirationDate(Date p_expirationDate)
-
getTokenType
public String getTokenType()
-
setTokenType
public void setTokenType(String tokenType)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
getScope
public String getScope()
-
setScope
public void setScope(String scope)
-
-