Class OIDCClientRepresentation
java.lang.Object
org.keycloak.representations.oidc.OIDCClientRepresentation
- Author:
- Stian Thorgersen
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetJwks()
getScope()
void
setApplicationType
(String applicationType) void
setAuthorizationEncryptedResponseAlg
(String authorization_encrypted_response_alg) void
setAuthorizationEncryptedResponseEnc
(String authorization_encrypted_response_enc) void
setAuthorizationSignedResponseAlg
(String authorization_signed_response_alg) void
setBackchannelAuthenticationRequestSigningAlg
(String backchannel_authentication_request_signing_alg) void
setBackchannelClientNotificationEndpoint
(String backchannel_client_notification_endpoint) void
setBackchannelLogoutRevokeOfflineTokens
(Boolean backchannel_logout_revoke_offline_tokens) void
setBackchannelLogoutSessionRequired
(Boolean backchannel_logout_session_required) void
setBackchannelLogoutUri
(String backchannel_logout_uri) void
setBackchannelTokenDeliveryMode
(String backchannel_token_delivery_mode) void
setClientId
(String clientId) void
setClientIdIssuedAt
(Integer clientIdIssuedAt) void
setClientName
(String client_name) void
setClientSecret
(String clientSecret) void
setClientSecretExpiresAt
(Integer client_secret_expires_at) void
setClientUri
(String client_uri) void
setContacts
(List<String> contacts) void
setDefaultAcrValues
(List<String> default_acr_values) void
setDefaultMaxAge
(Integer default_max_age) void
setDpopBoundAccessTokens
(Boolean dpop_bound_access_tokens) void
setFrontchannelLogoutSessionRequired
(Boolean frontchannel_logout_session_required) void
setFrontChannelLogoutUri
(String frontchannel_logout_uri) void
setGrantTypes
(List<String> grantTypes) void
setIdTokenEncryptedResponseAlg
(String idTokenEncryptedResponseAlg) void
setIdTokenEncryptedResponseEnc
(String idTokenEncryptedResponseEnc) void
setIdTokenSignedResponseAlg
(String idTokenSignedResponseAlg) void
setInitiateLoginUri
(String initiate_login_uri) void
setJwks
(JSONWebKeySet jwks) void
setJwksUri
(String jwks_uri) void
setLogoUri
(String logo_uri) void
setPolicyUri
(String policy_uri) void
setPostLogoutRedirectUris
(List<String> post_logout_redirect_uris) void
setRedirectUris
(List<String> redirectUris) void
setRegistrationAccessToken
(String registrationAccessToken) void
setRegistrationClientUri
(String registrationClientUri) void
setRequestObjectEncryptionAlg
(String request_object_encryption_alg) void
setRequestObjectEncryptionEnc
(String request_object_encryption_enc) void
setRequestObjectSigningAlg
(String request_object_signing_alg) void
setRequestUris
(List<String> requestUris) void
setRequireAuthTime
(Boolean require_auth_time) void
setRequirePushedAuthorizationRequests
(Boolean require_pushed_authorization_requests) void
setResponseTypes
(List<String> responseTypes) void
void
setSectorIdentifierUri
(String sectorIdentifierUri) void
setSoftwareId
(String softwareId) void
setSoftwareVersion
(String softwareVersion) void
setSubjectType
(String subjectType) void
setTlsClientAuthSubjectDn
(String tls_client_auth_subject_dn) void
setTlsClientCertificateBoundAccessTokens
(Boolean tls_client_certificate_bound_access_tokens) void
setTokenEndpointAuthMethod
(String token_endpoint_auth_method) void
setTokenEndpointAuthSigningAlg
(String token_endpoint_auth_signing_alg) void
void
setUserinfoEncryptedResponseAlg
(String userinfo_encrypted_response_alg) void
setUserinfoEncryptedResponseEnc
(String userinfo_encrypted_response_enc) void
setUserinfoSignedResponseAlg
(String userinfo_signed_response_alg)
-
Constructor Details
-
OIDCClientRepresentation
public OIDCClientRepresentation()
-
-
Method Details
-
getRedirectUris
-
setRedirectUris
-
getTokenEndpointAuthMethod
-
setTokenEndpointAuthMethod
-
getTokenEndpointAuthSigningAlg
-
setTokenEndpointAuthSigningAlg
-
getGrantTypes
-
setGrantTypes
-
getResponseTypes
-
setResponseTypes
-
getApplicationType
-
setApplicationType
-
getClientId
-
setClientId
-
getClientSecret
-
setClientSecret
-
getClientName
-
setClientName
-
getClientUri
-
setClientUri
-
getLogoUri
-
setLogoUri
-
getScope
-
setScope
-
getContacts
-
setContacts
-
getTosUri
-
setTosUri
-
getPolicyUri
-
setPolicyUri
-
getJwksUri
-
setJwksUri
-
getJwks
-
setJwks
-
getSectorIdentifierUri
-
setSectorIdentifierUri
-
getSubjectType
-
setSubjectType
-
getIdTokenSignedResponseAlg
-
setIdTokenSignedResponseAlg
-
getIdTokenEncryptedResponseAlg
-
setIdTokenEncryptedResponseAlg
-
getIdTokenEncryptedResponseEnc
-
setIdTokenEncryptedResponseEnc
-
getUserinfoSignedResponseAlg
-
setUserinfoSignedResponseAlg
-
getUserinfoEncryptedResponseAlg
-
setUserinfoEncryptedResponseAlg
-
getUserinfoEncryptedResponseEnc
-
setUserinfoEncryptedResponseEnc
-
getRequestObjectSigningAlg
-
setRequestObjectSigningAlg
-
getRequestObjectEncryptionAlg
-
setRequestObjectEncryptionAlg
-
getRequestObjectEncryptionEnc
-
setRequestObjectEncryptionEnc
-
getDefaultMaxAge
-
setDefaultMaxAge
-
getRequireAuthTime
-
setRequireAuthTime
-
getDefaultAcrValues
-
setDefaultAcrValues
-
getInitiateLoginUri
-
setInitiateLoginUri
-
getRequestUris
-
setRequestUris
-
getPostLogoutRedirectUris
-
setPostLogoutRedirectUris
-
getSoftwareId
-
setSoftwareId
-
getSoftwareVersion
-
setSoftwareVersion
-
getClientIdIssuedAt
-
setClientIdIssuedAt
-
getClientSecretExpiresAt
-
setClientSecretExpiresAt
-
getRegistrationClientUri
-
setRegistrationClientUri
-
getRegistrationAccessToken
-
setRegistrationAccessToken
-
getTlsClientCertificateBoundAccessTokens
-
setTlsClientCertificateBoundAccessTokens
public void setTlsClientCertificateBoundAccessTokens(Boolean tls_client_certificate_bound_access_tokens) -
getDpopBoundAccessTokens
-
setDpopBoundAccessTokens
-
getBackchannelLogoutUri
-
setBackchannelLogoutUri
-
getBackchannelLogoutSessionRequired
-
setBackchannelLogoutSessionRequired
-
getBackchannelLogoutRevokeOfflineTokens
-
setBackchannelLogoutRevokeOfflineTokens
public void setBackchannelLogoutRevokeOfflineTokens(Boolean backchannel_logout_revoke_offline_tokens) -
getTlsClientAuthSubjectDn
-
setTlsClientAuthSubjectDn
-
getBackchannelTokenDeliveryMode
-
setBackchannelTokenDeliveryMode
-
getBackchannelClientNotificationEndpoint
-
setBackchannelClientNotificationEndpoint
public void setBackchannelClientNotificationEndpoint(String backchannel_client_notification_endpoint) -
getBackchannelAuthenticationRequestSigningAlg
-
setBackchannelAuthenticationRequestSigningAlg
public void setBackchannelAuthenticationRequestSigningAlg(String backchannel_authentication_request_signing_alg) -
getAuthorizationSignedResponseAlg
-
setAuthorizationSignedResponseAlg
-
getAuthorizationEncryptedResponseAlg
-
setAuthorizationEncryptedResponseAlg
-
getAuthorizationEncryptedResponseEnc
-
setAuthorizationEncryptedResponseEnc
-
getRequirePushedAuthorizationRequests
-
setRequirePushedAuthorizationRequests
-
getFrontChannelLogoutUri
-
setFrontChannelLogoutUri
-
getFrontchannelLogoutSessionRequired
-
setFrontchannelLogoutSessionRequired
-