Class ConsentData
- java.lang.Object
-
- org.cyclos.server.model.access.oidc.ConsentData
-
- All Implemented Interfaces:
Serializable
public class ConsentData extends Object implements Serializable
Data for presenting an OAuth2 / OpenID Connect consent page- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConsentData()
-
Method Summary
-
-
-
Method Detail
-
getAccountType
public String getAccountType()
-
getApplicationLogo
public ImageVO getApplicationLogo()
-
getApplicationName
public String getApplicationName()
-
getClient
public BaseOidcClientDTO getClient()
-
getCountry
public String getCountry()
-
getExpiresAfter
public String getExpiresAfter()
-
getLocale
public String getLocale()
-
getLoginHint
public String getLoginHint()
-
getPasswordInput
public CredentialInputDTO getPasswordInput()
-
getPaymentAmount
public String getPaymentAmount()
-
getPaymentTo
public String getPaymentTo()
-
getResourceCacheKey
public String getResourceCacheKey()
-
getShortcutIcon
public ImageVO getShortcutIcon()
-
isSinglePayment
public boolean isSinglePayment()
-
setAccountType
public void setAccountType(String accountType)
-
setApplicationLogo
public void setApplicationLogo(ImageVO applicationLogo)
-
setApplicationName
public void setApplicationName(String applicationName)
-
setClient
public void setClient(BaseOidcClientDTO client)
-
setCountry
public void setCountry(String country)
-
setExpiresAfter
public void setExpiresAfter(String expiresAfter)
-
setLocale
public void setLocale(String locale)
-
setLoginHint
public void setLoginHint(String loginHint)
-
setPasswordInput
public void setPasswordInput(CredentialInputDTO passwordInput)
-
setPaymentAmount
public void setPaymentAmount(String paymentAmount)
-
setPaymentTo
public void setPaymentTo(String paymentTo)
-
setResourceCacheKey
public void setResourceCacheKey(String resourceCacheKey)
-
setShortcutIcon
public void setShortcutIcon(ImageVO shortcutIcon)
-
setSinglePayment
public void setSinglePayment(boolean singlePayment)
-
-