Class OIDCConfigurationRepresentation
- java.lang.Object
- 
- org.keycloak.protocol.oidc.representations.OIDCConfigurationRepresentation
 
- 
- Direct Known Subclasses:
- UmaConfiguration
 
 public class OIDCConfigurationRepresentation extends Object - Author:
- Stian Thorgersen
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected Map<String,Object>otherClaims
 - 
Constructor SummaryConstructors Constructor Description OIDCConfigurationRepresentation()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
getIssuerpublic String getIssuer() 
 - 
setIssuerpublic void setIssuer(String issuer) 
 - 
getAuthorizationEndpointpublic String getAuthorizationEndpoint() 
 - 
setAuthorizationEndpointpublic void setAuthorizationEndpoint(String authorizationEndpoint) 
 - 
getTokenEndpointpublic String getTokenEndpoint() 
 - 
setTokenEndpointpublic void setTokenEndpoint(String tokenEndpoint) 
 - 
getIntrospectionEndpointpublic String getIntrospectionEndpoint() 
 - 
setIntrospectionEndpointpublic void setIntrospectionEndpoint(String introspectionEndpoint) 
 - 
getUserinfoEndpointpublic String getUserinfoEndpoint() 
 - 
setUserinfoEndpointpublic void setUserinfoEndpoint(String userinfoEndpoint) 
 - 
getJwksUripublic String getJwksUri() 
 - 
setJwksUripublic void setJwksUri(String jwksUri) 
 - 
getCheckSessionIframepublic String getCheckSessionIframe() 
 - 
setCheckSessionIframepublic void setCheckSessionIframe(String checkSessionIframe) 
 - 
getLogoutEndpointpublic String getLogoutEndpoint() 
 - 
setLogoutEndpointpublic void setLogoutEndpoint(String logoutEndpoint) 
 - 
setResponseTypesSupportedpublic void setResponseTypesSupported(List<String> responseTypesSupported) 
 - 
setIdTokenSigningAlgValuesSupportedpublic void setIdTokenSigningAlgValuesSupported(List<String> idTokenSigningAlgValuesSupported) 
 - 
setIdTokenEncryptionAlgValuesSupportedpublic void setIdTokenEncryptionAlgValuesSupported(List<String> idTokenEncryptionAlgValuesSupported) 
 - 
setIdTokenEncryptionEncValuesSupportedpublic void setIdTokenEncryptionEncValuesSupported(List<String> idTokenEncryptionEncValuesSupported) 
 - 
setUserInfoSigningAlgValuesSupportedpublic void setUserInfoSigningAlgValuesSupported(List<String> userInfoSigningAlgValuesSupported) 
 - 
getUserInfoEncryptionAlgValuesSupportedpublic List<String> getUserInfoEncryptionAlgValuesSupported() 
 - 
setUserInfoEncryptionAlgValuesSupportedpublic void setUserInfoEncryptionAlgValuesSupported(List<String> userInfoEncryptionAlgValuesSupported) 
 - 
getUserInfoEncryptionEncValuesSupportedpublic List<String> getUserInfoEncryptionEncValuesSupported() 
 - 
setUserInfoEncryptionEncValuesSupportedpublic void setUserInfoEncryptionEncValuesSupported(List<String> userInfoEncryptionEncValuesSupported) 
 - 
getRequestObjectSigningAlgValuesSupportedpublic List<String> getRequestObjectSigningAlgValuesSupported() 
 - 
setRequestObjectSigningAlgValuesSupportedpublic void setRequestObjectSigningAlgValuesSupported(List<String> requestObjectSigningAlgValuesSupported) 
 - 
getRequestObjectEncryptionAlgValuesSupportedpublic List<String> getRequestObjectEncryptionAlgValuesSupported() 
 - 
setRequestObjectEncryptionAlgValuesSupportedpublic void setRequestObjectEncryptionAlgValuesSupported(List<String> requestObjectEncryptionAlgValuesSupported) 
 - 
getRequestObjectEncryptionEncValuesSupportedpublic List<String> getRequestObjectEncryptionEncValuesSupported() 
 - 
setRequestObjectEncryptionEncValuesSupportedpublic void setRequestObjectEncryptionEncValuesSupported(List<String> requestObjectEncryptionEncValuesSupported) 
 - 
setResponseModesSupportedpublic void setResponseModesSupported(List<String> responseModesSupported) 
 - 
getRegistrationEndpointpublic String getRegistrationEndpoint() 
 - 
setRegistrationEndpointpublic void setRegistrationEndpoint(String registrationEndpoint) 
 - 
setTokenEndpointAuthMethodsSupportedpublic void setTokenEndpointAuthMethodsSupported(List<String> tokenEndpointAuthMethodsSupported) 
 - 
getTokenEndpointAuthSigningAlgValuesSupportedpublic List<String> getTokenEndpointAuthSigningAlgValuesSupported() 
 - 
setTokenEndpointAuthSigningAlgValuesSupportedpublic void setTokenEndpointAuthSigningAlgValuesSupported(List<String> tokenEndpointAuthSigningAlgValuesSupported) 
 - 
getIntrospectionEndpointAuthMethodsSupportedpublic List<String> getIntrospectionEndpointAuthMethodsSupported() 
 - 
setIntrospectionEndpointAuthMethodsSupportedpublic void setIntrospectionEndpointAuthMethodsSupported(List<String> introspectionEndpointAuthMethodsSupported) 
 - 
getIntrospectionEndpointAuthSigningAlgValuesSupportedpublic List<String> getIntrospectionEndpointAuthSigningAlgValuesSupported() 
 - 
setIntrospectionEndpointAuthSigningAlgValuesSupportedpublic void setIntrospectionEndpointAuthSigningAlgValuesSupported(List<String> introspectionEndpointAuthSigningAlgValuesSupported) 
 - 
getClaimsParameterSupportedpublic Boolean getClaimsParameterSupported() 
 - 
setClaimsParameterSupportedpublic void setClaimsParameterSupported(Boolean claimsParameterSupported) 
 - 
getRequestParameterSupportedpublic Boolean getRequestParameterSupported() 
 - 
setRequestParameterSupportedpublic void setRequestParameterSupported(Boolean requestParameterSupported) 
 - 
getRequestUriParameterSupportedpublic Boolean getRequestUriParameterSupported() 
 - 
setRequestUriParameterSupportedpublic void setRequestUriParameterSupported(Boolean requestUriParameterSupported) 
 - 
getRequireRequestUriRegistrationpublic Boolean getRequireRequestUriRegistration() 
 - 
setRequireRequestUriRegistrationpublic void setRequireRequestUriRegistration(Boolean requireRequestUriRegistration) 
 - 
setCodeChallengeMethodsSupportedpublic void setCodeChallengeMethodsSupported(List<String> codeChallengeMethodsSupported) 
 - 
getTlsClientCertificateBoundAccessTokenspublic Boolean getTlsClientCertificateBoundAccessTokens() 
 - 
setTlsClientCertificateBoundAccessTokenspublic void setTlsClientCertificateBoundAccessTokens(Boolean tlsClientCertificateBoundAccessTokens) 
 - 
getRevocationEndpointpublic String getRevocationEndpoint() 
 - 
setRevocationEndpointpublic void setRevocationEndpoint(String revocationEndpoint) 
 - 
getRevocationEndpointAuthMethodsSupportedpublic List<String> getRevocationEndpointAuthMethodsSupported() 
 - 
setRevocationEndpointAuthMethodsSupportedpublic void setRevocationEndpointAuthMethodsSupported(List<String> revocationEndpointAuthMethodsSupported) 
 - 
getRevocationEndpointAuthSigningAlgValuesSupportedpublic List<String> getRevocationEndpointAuthSigningAlgValuesSupported() 
 - 
setRevocationEndpointAuthSigningAlgValuesSupportedpublic void setRevocationEndpointAuthSigningAlgValuesSupported(List<String> revocationEndpointAuthSigningAlgValuesSupported) 
 - 
getBackchannelLogoutSupportedpublic Boolean getBackchannelLogoutSupported() 
 - 
getBackchannelLogoutSessionSupportedpublic Boolean getBackchannelLogoutSessionSupported() 
 - 
setBackchannelLogoutSessionSupportedpublic void setBackchannelLogoutSessionSupported(Boolean backchannelLogoutSessionSupported) 
 - 
setBackchannelLogoutSupportedpublic void setBackchannelLogoutSupported(Boolean backchannelLogoutSupported) 
 - 
getBackchannelTokenDeliveryModesSupportedpublic List<String> getBackchannelTokenDeliveryModesSupported() 
 - 
setBackchannelTokenDeliveryModesSupportedpublic void setBackchannelTokenDeliveryModesSupported(List<String> backchannelTokenDeliveryModesSupported) 
 - 
getBackchannelAuthenticationEndpointpublic String getBackchannelAuthenticationEndpoint() 
 - 
setBackchannelAuthenticationEndpointpublic void setBackchannelAuthenticationEndpoint(String backchannelAuthenticationEndpoint) 
 - 
getBackchannelAuthenticationRequestSigningAlgValuesSupportedpublic List<String> getBackchannelAuthenticationRequestSigningAlgValuesSupported() 
 - 
setBackchannelAuthenticationRequestSigningAlgValuesSupportedpublic void setBackchannelAuthenticationRequestSigningAlgValuesSupported(List<String> backchannelAuthenticationRequestSigningAlgValuesSupported) 
 - 
getPushedAuthorizationRequestEndpointpublic String getPushedAuthorizationRequestEndpoint() 
 - 
setPushedAuthorizationRequestEndpointpublic void setPushedAuthorizationRequestEndpoint(String pushedAuthorizationRequestEndpoint) 
 - 
getRequirePushedAuthorizationRequestspublic Boolean getRequirePushedAuthorizationRequests() 
 - 
setRequirePushedAuthorizationRequestspublic void setRequirePushedAuthorizationRequests(Boolean requirePushedAuthorizationRequests) 
 - 
getMtlsEndpointAliasespublic MTLSEndpointAliases getMtlsEndpointAliases() 
 - 
setMtlsEndpointAliasespublic void setMtlsEndpointAliases(MTLSEndpointAliases mtlsEndpointAliases) 
 - 
setDeviceAuthorizationEndpointpublic void setDeviceAuthorizationEndpoint(String deviceAuthorizationEndpoint) 
 - 
getDeviceAuthorizationEndpointpublic String getDeviceAuthorizationEndpoint() 
 - 
getAuthorizationSigningAlgValuesSupportedpublic List<String> getAuthorizationSigningAlgValuesSupported() 
 - 
setAuthorizationSigningAlgValuesSupportedpublic void setAuthorizationSigningAlgValuesSupported(List<String> authorizationSigningAlgValuesSupported) 
 - 
getAuthorizationEncryptionAlgValuesSupportedpublic List<String> getAuthorizationEncryptionAlgValuesSupported() 
 - 
setAuthorizationEncryptionAlgValuesSupportedpublic void setAuthorizationEncryptionAlgValuesSupported(List<String> authorizationEncryptionAlgValuesSupported) 
 - 
getAuthorizationEncryptionEncValuesSupportedpublic List<String> getAuthorizationEncryptionEncValuesSupported() 
 - 
setAuthorizationEncryptionEncValuesSupportedpublic void setAuthorizationEncryptionEncValuesSupported(List<String> authorizationEncryptionEncValuesSupported) 
 - 
getFrontChannelLogoutSessionSupportedpublic Boolean getFrontChannelLogoutSessionSupported() 
 - 
getFrontChannelLogoutSupportedpublic Boolean getFrontChannelLogoutSupported() 
 
- 
 
-