Package io.jans.as.server.model.common
Class CibaRequestCacheControl
java.lang.Object
io.jans.as.server.model.common.CibaRequestCacheControl
- All Implemented Interfaces:
Serializable
Class used to keep all data about a CIBA request that should be processed and saved in Cache.
- Version:
- June 2, 2020
- Author:
- Milton BO
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncacheKey()
io.jans.as.common.model.registration.Client
int
io.jans.as.common.model.common.User
getUser()
boolean
void
setAcrValues
(String acrValues) void
setAuthReqId
(String authReqId) void
setAuthzDetails
(String authzDetails) void
setBindingMessage
(String bindingMessage) void
setClient
(io.jans.as.common.model.registration.Client client) void
setClientNotificationToken
(String clientNotificationToken) void
setExpiresIn
(int expiresIn) void
setLastAccessControl
(Long lastAccessControl) void
void
setStatus
(CibaRequestStatus status) void
setTokensDelivered
(boolean tokensDelivered) void
setUser
(io.jans.as.common.model.common.User user) toString()
-
Constructor Details
-
CibaRequestCacheControl
public CibaRequestCacheControl() -
CibaRequestCacheControl
-
-
Method Details
-
cacheKey
-
getScopesAsString
-
getExpiresIn
public int getExpiresIn() -
getAuthReqId
-
setAuthReqId
-
getUser
public io.jans.as.common.model.common.User getUser() -
setUser
public void setUser(io.jans.as.common.model.common.User user) -
getClient
public io.jans.as.common.model.registration.Client getClient() -
setClient
public void setClient(io.jans.as.common.model.registration.Client client) -
getScopes
-
setScopes
-
setExpiresIn
public void setExpiresIn(int expiresIn) -
getClientNotificationToken
-
setClientNotificationToken
-
getBindingMessage
-
setBindingMessage
-
getLastAccessControl
-
setLastAccessControl
-
getStatus
-
setStatus
-
isTokensDelivered
public boolean isTokensDelivered() -
setTokensDelivered
public void setTokensDelivered(boolean tokensDelivered) -
getAuthzDetails
-
setAuthzDetails
-
getAcrValues
-
setAcrValues
-
toString
-