Class OIDCConfigurationRepresentation
- java.lang.Object
-
- org.keycloak.protocol.oidc.representations.OIDCConfigurationRepresentation
-
- Direct Known Subclasses:
UmaConfiguration
public class OIDCConfigurationRepresentation extends Object
- Author:
- Stian Thorgersen
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,Object>
otherClaims
-
Constructor Summary
Constructors Constructor Description OIDCConfigurationRepresentation()
-
Method Summary
-
-
-
Method Detail
-
getIssuer
public String getIssuer()
-
setIssuer
public void setIssuer(String issuer)
-
getAuthorizationEndpoint
public String getAuthorizationEndpoint()
-
setAuthorizationEndpoint
public void setAuthorizationEndpoint(String authorizationEndpoint)
-
getTokenEndpoint
public String getTokenEndpoint()
-
setTokenEndpoint
public void setTokenEndpoint(String tokenEndpoint)
-
getIntrospectionEndpoint
public String getIntrospectionEndpoint()
-
setIntrospectionEndpoint
public void setIntrospectionEndpoint(String introspectionEndpoint)
-
getUserinfoEndpoint
public String getUserinfoEndpoint()
-
setUserinfoEndpoint
public void setUserinfoEndpoint(String userinfoEndpoint)
-
getJwksUri
public String getJwksUri()
-
setJwksUri
public void setJwksUri(String jwksUri)
-
getCheckSessionIframe
public String getCheckSessionIframe()
-
setCheckSessionIframe
public void setCheckSessionIframe(String checkSessionIframe)
-
getLogoutEndpoint
public String getLogoutEndpoint()
-
setLogoutEndpoint
public void setLogoutEndpoint(String logoutEndpoint)
-
setResponseTypesSupported
public void setResponseTypesSupported(List<String> responseTypesSupported)
-
setIdTokenSigningAlgValuesSupported
public void setIdTokenSigningAlgValuesSupported(List<String> idTokenSigningAlgValuesSupported)
-
setIdTokenEncryptionAlgValuesSupported
public void setIdTokenEncryptionAlgValuesSupported(List<String> idTokenEncryptionAlgValuesSupported)
-
setIdTokenEncryptionEncValuesSupported
public void setIdTokenEncryptionEncValuesSupported(List<String> idTokenEncryptionEncValuesSupported)
-
setUserInfoSigningAlgValuesSupported
public void setUserInfoSigningAlgValuesSupported(List<String> userInfoSigningAlgValuesSupported)
-
getUserInfoEncryptionAlgValuesSupported
public List<String> getUserInfoEncryptionAlgValuesSupported()
-
setUserInfoEncryptionAlgValuesSupported
public void setUserInfoEncryptionAlgValuesSupported(List<String> userInfoEncryptionAlgValuesSupported)
-
getUserInfoEncryptionEncValuesSupported
public List<String> getUserInfoEncryptionEncValuesSupported()
-
setUserInfoEncryptionEncValuesSupported
public void setUserInfoEncryptionEncValuesSupported(List<String> userInfoEncryptionEncValuesSupported)
-
getRequestObjectSigningAlgValuesSupported
public List<String> getRequestObjectSigningAlgValuesSupported()
-
setRequestObjectSigningAlgValuesSupported
public void setRequestObjectSigningAlgValuesSupported(List<String> requestObjectSigningAlgValuesSupported)
-
getRequestObjectEncryptionAlgValuesSupported
public List<String> getRequestObjectEncryptionAlgValuesSupported()
-
setRequestObjectEncryptionAlgValuesSupported
public void setRequestObjectEncryptionAlgValuesSupported(List<String> requestObjectEncryptionAlgValuesSupported)
-
getRequestObjectEncryptionEncValuesSupported
public List<String> getRequestObjectEncryptionEncValuesSupported()
-
setRequestObjectEncryptionEncValuesSupported
public void setRequestObjectEncryptionEncValuesSupported(List<String> requestObjectEncryptionEncValuesSupported)
-
setResponseModesSupported
public void setResponseModesSupported(List<String> responseModesSupported)
-
getRegistrationEndpoint
public String getRegistrationEndpoint()
-
setRegistrationEndpoint
public void setRegistrationEndpoint(String registrationEndpoint)
-
setTokenEndpointAuthMethodsSupported
public void setTokenEndpointAuthMethodsSupported(List<String> tokenEndpointAuthMethodsSupported)
-
getTokenEndpointAuthSigningAlgValuesSupported
public List<String> getTokenEndpointAuthSigningAlgValuesSupported()
-
setTokenEndpointAuthSigningAlgValuesSupported
public void setTokenEndpointAuthSigningAlgValuesSupported(List<String> tokenEndpointAuthSigningAlgValuesSupported)
-
getIntrospectionEndpointAuthMethodsSupported
public List<String> getIntrospectionEndpointAuthMethodsSupported()
-
setIntrospectionEndpointAuthMethodsSupported
public void setIntrospectionEndpointAuthMethodsSupported(List<String> introspectionEndpointAuthMethodsSupported)
-
getIntrospectionEndpointAuthSigningAlgValuesSupported
public List<String> getIntrospectionEndpointAuthSigningAlgValuesSupported()
-
setIntrospectionEndpointAuthSigningAlgValuesSupported
public void setIntrospectionEndpointAuthSigningAlgValuesSupported(List<String> introspectionEndpointAuthSigningAlgValuesSupported)
-
getClaimsParameterSupported
public Boolean getClaimsParameterSupported()
-
setClaimsParameterSupported
public void setClaimsParameterSupported(Boolean claimsParameterSupported)
-
getRequestParameterSupported
public Boolean getRequestParameterSupported()
-
setRequestParameterSupported
public void setRequestParameterSupported(Boolean requestParameterSupported)
-
getRequestUriParameterSupported
public Boolean getRequestUriParameterSupported()
-
setRequestUriParameterSupported
public void setRequestUriParameterSupported(Boolean requestUriParameterSupported)
-
getRequireRequestUriRegistration
public Boolean getRequireRequestUriRegistration()
-
setRequireRequestUriRegistration
public void setRequireRequestUriRegistration(Boolean requireRequestUriRegistration)
-
setCodeChallengeMethodsSupported
public void setCodeChallengeMethodsSupported(List<String> codeChallengeMethodsSupported)
-
getTlsClientCertificateBoundAccessTokens
public Boolean getTlsClientCertificateBoundAccessTokens()
-
setTlsClientCertificateBoundAccessTokens
public void setTlsClientCertificateBoundAccessTokens(Boolean tlsClientCertificateBoundAccessTokens)
-
getRevocationEndpoint
public String getRevocationEndpoint()
-
setRevocationEndpoint
public void setRevocationEndpoint(String revocationEndpoint)
-
getRevocationEndpointAuthMethodsSupported
public List<String> getRevocationEndpointAuthMethodsSupported()
-
setRevocationEndpointAuthMethodsSupported
public void setRevocationEndpointAuthMethodsSupported(List<String> revocationEndpointAuthMethodsSupported)
-
getRevocationEndpointAuthSigningAlgValuesSupported
public List<String> getRevocationEndpointAuthSigningAlgValuesSupported()
-
setRevocationEndpointAuthSigningAlgValuesSupported
public void setRevocationEndpointAuthSigningAlgValuesSupported(List<String> revocationEndpointAuthSigningAlgValuesSupported)
-
getBackchannelLogoutSupported
public Boolean getBackchannelLogoutSupported()
-
getBackchannelLogoutSessionSupported
public Boolean getBackchannelLogoutSessionSupported()
-
setBackchannelLogoutSessionSupported
public void setBackchannelLogoutSessionSupported(Boolean backchannelLogoutSessionSupported)
-
setBackchannelLogoutSupported
public void setBackchannelLogoutSupported(Boolean backchannelLogoutSupported)
-
getBackchannelTokenDeliveryModesSupported
public List<String> getBackchannelTokenDeliveryModesSupported()
-
setBackchannelTokenDeliveryModesSupported
public void setBackchannelTokenDeliveryModesSupported(List<String> backchannelTokenDeliveryModesSupported)
-
getBackchannelAuthenticationEndpoint
public String getBackchannelAuthenticationEndpoint()
-
setBackchannelAuthenticationEndpoint
public void setBackchannelAuthenticationEndpoint(String backchannelAuthenticationEndpoint)
-
getBackchannelAuthenticationRequestSigningAlgValuesSupported
public List<String> getBackchannelAuthenticationRequestSigningAlgValuesSupported()
-
setBackchannelAuthenticationRequestSigningAlgValuesSupported
public void setBackchannelAuthenticationRequestSigningAlgValuesSupported(List<String> backchannelAuthenticationRequestSigningAlgValuesSupported)
-
getPushedAuthorizationRequestEndpoint
public String getPushedAuthorizationRequestEndpoint()
-
setPushedAuthorizationRequestEndpoint
public void setPushedAuthorizationRequestEndpoint(String pushedAuthorizationRequestEndpoint)
-
getRequirePushedAuthorizationRequests
public Boolean getRequirePushedAuthorizationRequests()
-
setRequirePushedAuthorizationRequests
public void setRequirePushedAuthorizationRequests(Boolean requirePushedAuthorizationRequests)
-
getMtlsEndpointAliases
public MTLSEndpointAliases getMtlsEndpointAliases()
-
setMtlsEndpointAliases
public void setMtlsEndpointAliases(MTLSEndpointAliases mtlsEndpointAliases)
-
setDeviceAuthorizationEndpoint
public void setDeviceAuthorizationEndpoint(String deviceAuthorizationEndpoint)
-
getDeviceAuthorizationEndpoint
public String getDeviceAuthorizationEndpoint()
-
getAuthorizationSigningAlgValuesSupported
public List<String> getAuthorizationSigningAlgValuesSupported()
-
setAuthorizationSigningAlgValuesSupported
public void setAuthorizationSigningAlgValuesSupported(List<String> authorizationSigningAlgValuesSupported)
-
getAuthorizationEncryptionAlgValuesSupported
public List<String> getAuthorizationEncryptionAlgValuesSupported()
-
setAuthorizationEncryptionAlgValuesSupported
public void setAuthorizationEncryptionAlgValuesSupported(List<String> authorizationEncryptionAlgValuesSupported)
-
getAuthorizationEncryptionEncValuesSupported
public List<String> getAuthorizationEncryptionEncValuesSupported()
-
setAuthorizationEncryptionEncValuesSupported
public void setAuthorizationEncryptionEncValuesSupported(List<String> authorizationEncryptionEncValuesSupported)
-
getFrontChannelLogoutSessionSupported
public Boolean getFrontChannelLogoutSessionSupported()
-
getFrontChannelLogoutSupported
public Boolean getFrontChannelLogoutSupported()
-
-