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 String
getClientId()
Date
getCreationDate()
Date
getExpirationDate()
String
getScope()
String
getTokenType()
String
getValue()
void
setClientId(String clientId)
void
setCreationDate(Date p_creationDate)
void
setExpirationDate(Date p_expirationDate)
void
setScope(String scope)
void
setTokenType(String tokenType)
void
setValue(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)
-
-