@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-07-28T10:55:36.443Z") public class UpdateSiteParams extends Object
| Constructor and Description |
|---|
UpdateSiteParams() |
| Modifier and Type | Method and Description |
|---|---|
UpdateSiteParams |
accessTokenAsJwt(Boolean accessTokenAsJwt) |
UpdateSiteParams |
accessTokenLifetime(Integer accessTokenLifetime) |
UpdateSiteParams |
accessTokenSigningAlg(String accessTokenSigningAlg) |
UpdateSiteParams |
acrValues(List<String> acrValues) |
UpdateSiteParams |
addAcrValuesItem(String acrValuesItem) |
UpdateSiteParams |
addAuthorizedOriginsItem(String authorizedOriginsItem) |
UpdateSiteParams |
addClaimsLocalesItem(String claimsLocalesItem) |
UpdateSiteParams |
addClaimsRedirectUriItem(String claimsRedirectUriItem) |
UpdateSiteParams |
addClientRequestUrisItem(String clientRequestUrisItem) |
UpdateSiteParams |
addContactsItem(String contactsItem) |
UpdateSiteParams |
addGrantTypesItem(String grantTypesItem) |
UpdateSiteParams |
addPostLogoutRedirectUrisItem(String postLogoutRedirectUrisItem) |
UpdateSiteParams |
addRedirectUrisItem(String redirectUrisItem) |
UpdateSiteParams |
addResponseTypesItem(String responseTypesItem) |
UpdateSiteParams |
addScopeItem(String scopeItem) |
UpdateSiteParams |
addUiLocalesItem(String uiLocalesItem) |
UpdateSiteParams |
authorizedOrigins(List<String> authorizedOrigins) |
UpdateSiteParams |
claimsLocales(List<String> claimsLocales) |
UpdateSiteParams |
claimsRedirectUri(List<String> claimsRedirectUri) |
UpdateSiteParams |
clientJwksUri(String clientJwksUri) |
UpdateSiteParams |
clientName(String clientName) |
UpdateSiteParams |
clientRequestUris(List<String> clientRequestUris) |
UpdateSiteParams |
clientSectorIdentifierUri(String clientSectorIdentifierUri) |
UpdateSiteParams |
clientTokenEndpointAuthMethod(String clientTokenEndpointAuthMethod) |
UpdateSiteParams |
clientTokenEndpointAuthSigningAlg(String clientTokenEndpointAuthSigningAlg) |
UpdateSiteParams |
clientUri(String clientUri) |
UpdateSiteParams |
contacts(List<String> contacts) |
UpdateSiteParams |
customAttributes(Map<String,String> customAttributes) |
UpdateSiteParams |
defaultMaxAge(Integer defaultMaxAge) |
boolean |
equals(Object o) |
UpdateSiteParams |
frontChannelLogoutSessionRequired(Boolean frontChannelLogoutSessionRequired) |
Integer |
getAccessTokenLifetime()
specifies the Client-specific access token expiration.
|
String |
getAccessTokenSigningAlg()
sets signing algorithm used for JWT signing.
|
List<String> |
getAcrValues()
Get acrValues
|
List<String> |
getAuthorizedOrigins()
specifies authorized JavaScript origins.
|
List<String> |
getClaimsLocales()
Get claimsLocales
|
List<String> |
getClaimsRedirectUri()
Get claimsRedirectUri
|
String |
getClientJwksUri()
Get clientJwksUri
|
String |
getClientName()
oxd will generate its own non-human readable name by default if client_name is not specified
|
List<String> |
getClientRequestUris()
Get clientRequestUris
|
String |
getClientSectorIdentifierUri()
Get clientSectorIdentifierUri
|
String |
getClientTokenEndpointAuthMethod()
Get clientTokenEndpointAuthMethod
|
String |
getClientTokenEndpointAuthSigningAlg()
Provide the Requested Client Authentication method for the Token Endpoint.
|
String |
getClientUri()
specifies an URL of the home page of the Client.
|
List<String> |
getContacts()
Get contacts
|
Map<String,String> |
getCustomAttributes()
specifies custom attribute map copy.
|
Integer |
getDefaultMaxAge()
specifies the Default Maximum Authentication Age.
|
List<String> |
getGrantTypes()
Get grantTypes
|
String |
getIdTokenBindingCnf()
Get idTokenBindingCnf
|
String |
getIdTokenEncryptedResponseAlg()
choose the JWE alg algorithm (JWA) required for encrypting the ID Token issued to this client_id.
|
String |
getIdTokenEncryptedResponseEnc()
choose the JWE enc algorithm (JWA) required for symmetric encryption of the ID Token issued to this client_id.
|
String |
getIdTokenSignedResponseAlg()
choose the JWS alg algorithm (JWA) required for the ID Token issued to this client_id.
|
String |
getInitiateLoginUri()
specifies the URI using the https scheme that the authorization server can call to initiate a login at the client.
|
String |
getJwks()
Client's JSON Web Key Set (JWK) document, passed by value.
|
String |
getLogoUri()
specifies an URL that references a logo for the Client application.
|
String |
getOxdId()
Get oxdId
|
String |
getPolicyUri()
specifies an URL that the Relying Party Client provides to the End-User to read about the how the profile data will be used.
|
List<String> |
getPostLogoutRedirectUris()
Get postLogoutRedirectUris
|
List<String> |
getRedirectUris()
Provide the list of redirection URIs.
|
String |
getRequestObjectEncryptionAlg()
choose the JWE alg algorithm (JWA) the RP is declaring that it may use for encrypting Request Objects sent to the OP.
|
String |
getRequestObjectEncryptionEnc()
choose the JWE enc algorithm (JWA) the RP is declaring that it may use for encrypting Request Objects sent to the OP.
|
String |
getRequestObjectSigningAlg()
choose the JWS alg algorithm (JWA) that must be required by the Authorization Server.
|
List<String> |
getResponseTypes()
Get responseTypes
|
List<String> |
getScope()
Get scope
|
String |
getSoftwareId()
specifies a unique identifier string (UUID) assigned by the client developer or software publisher used by registration endpoints to identify the client software to be dynamically registered.
|
String |
getSoftwareStatement()
specifies a software statement containing client metadata values about the client software as claims.
|
String |
getSoftwareVersion()
specifies a version identifier string for the client software identified by 'software_id'.
|
String |
getTlsClientAuthSubjectDn()
Get tlsClientAuthSubjectDn
|
String |
getTosUri()
specifies an URL that the Relying Party Client provides to the End-User to read about the Relying Party's terms.
|
List<String> |
getUiLocales()
Get uiLocales
|
String |
getUserInfoEncryptedResponseAlg()
choose the JWE alg algorithm (JWA) required for encrypting UserInfo responses.
|
String |
getUserInfoEncryptedResponseEnc()
choose the JWE enc algorithm (JWA) required for symmetric encryption of UserInfo responses.
|
String |
getUserInfoSignedResponseAlg()
choose the JWS alg algorithm (JWA) required for UserInfo responses.
|
UpdateSiteParams |
grantTypes(List<String> grantTypes) |
int |
hashCode() |
UpdateSiteParams |
idTokenBindingCnf(String idTokenBindingCnf) |
UpdateSiteParams |
idTokenEncryptedResponseAlg(String idTokenEncryptedResponseAlg) |
UpdateSiteParams |
idTokenEncryptedResponseEnc(String idTokenEncryptedResponseEnc) |
UpdateSiteParams |
idTokenSignedResponseAlg(String idTokenSignedResponseAlg) |
UpdateSiteParams |
initiateLoginUri(String initiateLoginUri) |
Boolean |
isAccessTokenAsJwt()
specifies whether access_token should be return as JWT or not.
|
Boolean |
isFrontChannelLogoutSessionRequired()
specifies if front channel logout session required.
|
Boolean |
isRequireAuthTime()
specifies the Boolean value specifying whether the auth_time claim in the id_token is required.
|
Boolean |
isRptAsJwt()
specifies whether RPT should be return as JWT or not.
|
Boolean |
isRunIntrospectionScriptBeforeaccessTokenAsJwtCreationAndIncludeClaims()
choose to run introspection script before access_token_as_jwt creation and include claims.
|
Boolean |
isTrustedClient()
specifies whether client is trusted.
|
UpdateSiteParams |
jwks(String jwks) |
UpdateSiteParams |
logoUri(String logoUri) |
UpdateSiteParams |
oxdId(String oxdId) |
UpdateSiteParams |
policyUri(String policyUri) |
UpdateSiteParams |
postLogoutRedirectUris(List<String> postLogoutRedirectUris) |
UpdateSiteParams |
putCustomAttributesItem(String key,
String customAttributesItem) |
UpdateSiteParams |
redirectUris(List<String> redirectUris) |
UpdateSiteParams |
requestObjectEncryptionAlg(String requestObjectEncryptionAlg) |
UpdateSiteParams |
requestObjectEncryptionEnc(String requestObjectEncryptionEnc) |
UpdateSiteParams |
requestObjectSigningAlg(String requestObjectSigningAlg) |
UpdateSiteParams |
requireAuthTime(Boolean requireAuthTime) |
UpdateSiteParams |
responseTypes(List<String> responseTypes) |
UpdateSiteParams |
rptAsJwt(Boolean rptAsJwt) |
UpdateSiteParams |
runIntrospectionScriptBeforeaccessTokenAsJwtCreationAndIncludeClaims(Boolean runIntrospectionScriptBeforeaccessTokenAsJwtCreationAndIncludeClaims) |
UpdateSiteParams |
scope(List<String> scope) |
void |
setAccessTokenAsJwt(Boolean accessTokenAsJwt) |
void |
setAccessTokenLifetime(Integer accessTokenLifetime) |
void |
setAccessTokenSigningAlg(String accessTokenSigningAlg) |
void |
setAcrValues(List<String> acrValues) |
void |
setAuthorizedOrigins(List<String> authorizedOrigins) |
void |
setClaimsLocales(List<String> claimsLocales) |
void |
setClaimsRedirectUri(List<String> claimsRedirectUri) |
void |
setClientJwksUri(String clientJwksUri) |
void |
setClientName(String clientName) |
void |
setClientRequestUris(List<String> clientRequestUris) |
void |
setClientSectorIdentifierUri(String clientSectorIdentifierUri) |
void |
setClientTokenEndpointAuthMethod(String clientTokenEndpointAuthMethod) |
void |
setClientTokenEndpointAuthSigningAlg(String clientTokenEndpointAuthSigningAlg) |
void |
setClientUri(String clientUri) |
void |
setContacts(List<String> contacts) |
void |
setCustomAttributes(Map<String,String> customAttributes) |
void |
setDefaultMaxAge(Integer defaultMaxAge) |
void |
setFrontChannelLogoutSessionRequired(Boolean frontChannelLogoutSessionRequired) |
void |
setGrantTypes(List<String> grantTypes) |
void |
setIdTokenBindingCnf(String idTokenBindingCnf) |
void |
setIdTokenEncryptedResponseAlg(String idTokenEncryptedResponseAlg) |
void |
setIdTokenEncryptedResponseEnc(String idTokenEncryptedResponseEnc) |
void |
setIdTokenSignedResponseAlg(String idTokenSignedResponseAlg) |
void |
setInitiateLoginUri(String initiateLoginUri) |
void |
setJwks(String jwks) |
void |
setLogoUri(String logoUri) |
void |
setOxdId(String oxdId) |
void |
setPolicyUri(String policyUri) |
void |
setPostLogoutRedirectUris(List<String> postLogoutRedirectUris) |
void |
setRedirectUris(List<String> redirectUris) |
void |
setRequestObjectEncryptionAlg(String requestObjectEncryptionAlg) |
void |
setRequestObjectEncryptionEnc(String requestObjectEncryptionEnc) |
void |
setRequestObjectSigningAlg(String requestObjectSigningAlg) |
void |
setRequireAuthTime(Boolean requireAuthTime) |
void |
setResponseTypes(List<String> responseTypes) |
void |
setRptAsJwt(Boolean rptAsJwt) |
void |
setRunIntrospectionScriptBeforeaccessTokenAsJwtCreationAndIncludeClaims(Boolean runIntrospectionScriptBeforeaccessTokenAsJwtCreationAndIncludeClaims) |
void |
setScope(List<String> scope) |
void |
setSoftwareId(String softwareId) |
void |
setSoftwareStatement(String softwareStatement) |
void |
setSoftwareVersion(String softwareVersion) |
void |
setTlsClientAuthSubjectDn(String tlsClientAuthSubjectDn) |
void |
setTosUri(String tosUri) |
void |
setTrustedClient(Boolean trustedClient) |
void |
setUiLocales(List<String> uiLocales) |
void |
setUserInfoEncryptedResponseAlg(String userInfoEncryptedResponseAlg) |
void |
setUserInfoEncryptedResponseEnc(String userInfoEncryptedResponseEnc) |
void |
setUserInfoSignedResponseAlg(String userInfoSignedResponseAlg) |
UpdateSiteParams |
softwareId(String softwareId) |
UpdateSiteParams |
softwareStatement(String softwareStatement) |
UpdateSiteParams |
softwareVersion(String softwareVersion) |
UpdateSiteParams |
tlsClientAuthSubjectDn(String tlsClientAuthSubjectDn) |
String |
toString() |
UpdateSiteParams |
tosUri(String tosUri) |
UpdateSiteParams |
trustedClient(Boolean trustedClient) |
UpdateSiteParams |
uiLocales(List<String> uiLocales) |
UpdateSiteParams |
userInfoEncryptedResponseAlg(String userInfoEncryptedResponseAlg) |
UpdateSiteParams |
userInfoEncryptedResponseEnc(String userInfoEncryptedResponseEnc) |
UpdateSiteParams |
userInfoSignedResponseAlg(String userInfoSignedResponseAlg) |
public UpdateSiteParams oxdId(String oxdId)
public String getOxdId()
public void setOxdId(String oxdId)
public UpdateSiteParams redirectUris(List<String> redirectUris)
public UpdateSiteParams addRedirectUrisItem(String redirectUrisItem)
public List<String> getRedirectUris()
public UpdateSiteParams postLogoutRedirectUris(List<String> postLogoutRedirectUris)
public UpdateSiteParams addPostLogoutRedirectUrisItem(String postLogoutRedirectUrisItem)
public List<String> getPostLogoutRedirectUris()
public void setPostLogoutRedirectUris(List<String> postLogoutRedirectUris)
public UpdateSiteParams responseTypes(List<String> responseTypes)
public UpdateSiteParams addResponseTypesItem(String responseTypesItem)
public UpdateSiteParams grantTypes(List<String> grantTypes)
public UpdateSiteParams addGrantTypesItem(String grantTypesItem)
public UpdateSiteParams scope(List<String> scope)
public UpdateSiteParams addScopeItem(String scopeItem)
public UpdateSiteParams acrValues(List<String> acrValues)
public UpdateSiteParams addAcrValuesItem(String acrValuesItem)
public UpdateSiteParams clientJwksUri(String clientJwksUri)
public String getClientJwksUri()
public void setClientJwksUri(String clientJwksUri)
public UpdateSiteParams clientTokenEndpointAuthMethod(String clientTokenEndpointAuthMethod)
public String getClientTokenEndpointAuthMethod()
public void setClientTokenEndpointAuthMethod(String clientTokenEndpointAuthMethod)
public UpdateSiteParams clientRequestUris(List<String> clientRequestUris)
public UpdateSiteParams addClientRequestUrisItem(String clientRequestUrisItem)
public List<String> getClientRequestUris()
public UpdateSiteParams clientSectorIdentifierUri(String clientSectorIdentifierUri)
public String getClientSectorIdentifierUri()
public void setClientSectorIdentifierUri(String clientSectorIdentifierUri)
public UpdateSiteParams contacts(List<String> contacts)
public UpdateSiteParams addContactsItem(String contactsItem)
public UpdateSiteParams uiLocales(List<String> uiLocales)
public UpdateSiteParams addUiLocalesItem(String uiLocalesItem)
public UpdateSiteParams claimsLocales(List<String> claimsLocales)
public UpdateSiteParams addClaimsLocalesItem(String claimsLocalesItem)
public UpdateSiteParams accessTokenAsJwt(Boolean accessTokenAsJwt)
public Boolean isAccessTokenAsJwt()
public void setAccessTokenAsJwt(Boolean accessTokenAsJwt)
public UpdateSiteParams accessTokenSigningAlg(String accessTokenSigningAlg)
public String getAccessTokenSigningAlg()
public void setAccessTokenSigningAlg(String accessTokenSigningAlg)
public UpdateSiteParams rptAsJwt(Boolean rptAsJwt)
public Boolean isRptAsJwt()
public void setRptAsJwt(Boolean rptAsJwt)
public UpdateSiteParams claimsRedirectUri(List<String> claimsRedirectUri)
public UpdateSiteParams addClaimsRedirectUriItem(String claimsRedirectUriItem)
public List<String> getClaimsRedirectUri()
public UpdateSiteParams clientTokenEndpointAuthSigningAlg(String clientTokenEndpointAuthSigningAlg)
public String getClientTokenEndpointAuthSigningAlg()
public void setClientTokenEndpointAuthSigningAlg(String clientTokenEndpointAuthSigningAlg)
public UpdateSiteParams trustedClient(Boolean trustedClient)
public Boolean isTrustedClient()
public void setTrustedClient(Boolean trustedClient)
public UpdateSiteParams clientName(String clientName)
public String getClientName()
public void setClientName(String clientName)
public UpdateSiteParams logoUri(String logoUri)
public String getLogoUri()
public void setLogoUri(String logoUri)
public UpdateSiteParams clientUri(String clientUri)
public String getClientUri()
public void setClientUri(String clientUri)
public UpdateSiteParams policyUri(String policyUri)
public String getPolicyUri()
public void setPolicyUri(String policyUri)
public UpdateSiteParams frontChannelLogoutSessionRequired(Boolean frontChannelLogoutSessionRequired)
public Boolean isFrontChannelLogoutSessionRequired()
public void setFrontChannelLogoutSessionRequired(Boolean frontChannelLogoutSessionRequired)
public UpdateSiteParams tosUri(String tosUri)
public String getTosUri()
public void setTosUri(String tosUri)
public UpdateSiteParams jwks(String jwks)
public String getJwks()
public void setJwks(String jwks)
public UpdateSiteParams idTokenBindingCnf(String idTokenBindingCnf)
public String getIdTokenBindingCnf()
public void setIdTokenBindingCnf(String idTokenBindingCnf)
public UpdateSiteParams tlsClientAuthSubjectDn(String tlsClientAuthSubjectDn)
public String getTlsClientAuthSubjectDn()
public void setTlsClientAuthSubjectDn(String tlsClientAuthSubjectDn)
public UpdateSiteParams runIntrospectionScriptBeforeaccessTokenAsJwtCreationAndIncludeClaims(Boolean runIntrospectionScriptBeforeaccessTokenAsJwtCreationAndIncludeClaims)
public Boolean isRunIntrospectionScriptBeforeaccessTokenAsJwtCreationAndIncludeClaims()
public void setRunIntrospectionScriptBeforeaccessTokenAsJwtCreationAndIncludeClaims(Boolean runIntrospectionScriptBeforeaccessTokenAsJwtCreationAndIncludeClaims)
public UpdateSiteParams idTokenSignedResponseAlg(String idTokenSignedResponseAlg)
public String getIdTokenSignedResponseAlg()
public void setIdTokenSignedResponseAlg(String idTokenSignedResponseAlg)
public UpdateSiteParams idTokenEncryptedResponseAlg(String idTokenEncryptedResponseAlg)
public String getIdTokenEncryptedResponseAlg()
public void setIdTokenEncryptedResponseAlg(String idTokenEncryptedResponseAlg)
public UpdateSiteParams idTokenEncryptedResponseEnc(String idTokenEncryptedResponseEnc)
public String getIdTokenEncryptedResponseEnc()
public void setIdTokenEncryptedResponseEnc(String idTokenEncryptedResponseEnc)
public UpdateSiteParams userInfoSignedResponseAlg(String userInfoSignedResponseAlg)
public String getUserInfoSignedResponseAlg()
public void setUserInfoSignedResponseAlg(String userInfoSignedResponseAlg)
public UpdateSiteParams userInfoEncryptedResponseAlg(String userInfoEncryptedResponseAlg)
public String getUserInfoEncryptedResponseAlg()
public void setUserInfoEncryptedResponseAlg(String userInfoEncryptedResponseAlg)
public UpdateSiteParams userInfoEncryptedResponseEnc(String userInfoEncryptedResponseEnc)
public String getUserInfoEncryptedResponseEnc()
public void setUserInfoEncryptedResponseEnc(String userInfoEncryptedResponseEnc)
public UpdateSiteParams requestObjectSigningAlg(String requestObjectSigningAlg)
public String getRequestObjectSigningAlg()
public void setRequestObjectSigningAlg(String requestObjectSigningAlg)
public UpdateSiteParams requestObjectEncryptionAlg(String requestObjectEncryptionAlg)
public String getRequestObjectEncryptionAlg()
public void setRequestObjectEncryptionAlg(String requestObjectEncryptionAlg)
public UpdateSiteParams requestObjectEncryptionEnc(String requestObjectEncryptionEnc)
public String getRequestObjectEncryptionEnc()
public void setRequestObjectEncryptionEnc(String requestObjectEncryptionEnc)
public UpdateSiteParams defaultMaxAge(Integer defaultMaxAge)
public Integer getDefaultMaxAge()
public void setDefaultMaxAge(Integer defaultMaxAge)
public UpdateSiteParams requireAuthTime(Boolean requireAuthTime)
public Boolean isRequireAuthTime()
public void setRequireAuthTime(Boolean requireAuthTime)
public UpdateSiteParams initiateLoginUri(String initiateLoginUri)
public String getInitiateLoginUri()
public void setInitiateLoginUri(String initiateLoginUri)
public UpdateSiteParams authorizedOrigins(List<String> authorizedOrigins)
public UpdateSiteParams addAuthorizedOriginsItem(String authorizedOriginsItem)
public List<String> getAuthorizedOrigins()
public UpdateSiteParams accessTokenLifetime(Integer accessTokenLifetime)
public Integer getAccessTokenLifetime()
public void setAccessTokenLifetime(Integer accessTokenLifetime)
public UpdateSiteParams softwareId(String softwareId)
public String getSoftwareId()
public void setSoftwareId(String softwareId)
public UpdateSiteParams softwareVersion(String softwareVersion)
public String getSoftwareVersion()
public void setSoftwareVersion(String softwareVersion)
public UpdateSiteParams softwareStatement(String softwareStatement)
public String getSoftwareStatement()
public void setSoftwareStatement(String softwareStatement)
public UpdateSiteParams customAttributes(Map<String,String> customAttributes)
public UpdateSiteParams putCustomAttributesItem(String key, String customAttributesItem)
public Map<String,String> getCustomAttributes()
Copyright © 2020. All rights reserved.