public class OIDCConfigurationRepresentation extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,Object> |
otherClaims |
Constructor and Description |
---|
OIDCConfigurationRepresentation() |
public String getIssuer()
public void setIssuer(String issuer)
public String getAuthorizationEndpoint()
public void setAuthorizationEndpoint(String authorizationEndpoint)
public String getTokenEndpoint()
public void setTokenEndpoint(String tokenEndpoint)
public String getIntrospectionEndpoint()
public void setIntrospectionEndpoint(String introspectionEndpoint)
public String getUserinfoEndpoint()
public void setUserinfoEndpoint(String userinfoEndpoint)
public String getJwksUri()
public void setJwksUri(String jwksUri)
public String getCheckSessionIframe()
public void setCheckSessionIframe(String checkSessionIframe)
public String getLogoutEndpoint()
public void setLogoutEndpoint(String logoutEndpoint)
public void setResponseTypesSupported(List<String> responseTypesSupported)
public void setIdTokenSigningAlgValuesSupported(List<String> idTokenSigningAlgValuesSupported)
public void setIdTokenEncryptionAlgValuesSupported(List<String> idTokenEncryptionAlgValuesSupported)
public void setIdTokenEncryptionEncValuesSupported(List<String> idTokenEncryptionEncValuesSupported)
public void setUserInfoSigningAlgValuesSupported(List<String> userInfoSigningAlgValuesSupported)
public List<String> getRequestObjectSigningAlgValuesSupported()
public void setRequestObjectSigningAlgValuesSupported(List<String> requestObjectSigningAlgValuesSupported)
public List<String> getRequestObjectEncryptionAlgValuesSupported()
public void setRequestObjectEncryptionAlgValuesSupported(List<String> requestObjectEncryptionAlgValuesSupported)
public List<String> getRequestObjectEncryptionEncValuesSupported()
public void setRequestObjectEncryptionEncValuesSupported(List<String> requestObjectEncryptionEncValuesSupported)
public void setResponseModesSupported(List<String> responseModesSupported)
public String getRegistrationEndpoint()
public void setRegistrationEndpoint(String registrationEndpoint)
public void setTokenEndpointAuthMethodsSupported(List<String> tokenEndpointAuthMethodsSupported)
public List<String> getTokenEndpointAuthSigningAlgValuesSupported()
public void setTokenEndpointAuthSigningAlgValuesSupported(List<String> tokenEndpointAuthSigningAlgValuesSupported)
public List<String> getIntrospectionEndpointAuthMethodsSupported()
public void setIntrospectionEndpointAuthMethodsSupported(List<String> introspectionEndpointAuthMethodsSupported)
public List<String> getIntrospectionEndpointAuthSigningAlgValuesSupported()
public void setIntrospectionEndpointAuthSigningAlgValuesSupported(List<String> introspectionEndpointAuthSigningAlgValuesSupported)
public Boolean getClaimsParameterSupported()
public void setClaimsParameterSupported(Boolean claimsParameterSupported)
public Boolean getRequestParameterSupported()
public void setRequestParameterSupported(Boolean requestParameterSupported)
public Boolean getRequestUriParameterSupported()
public void setRequestUriParameterSupported(Boolean requestUriParameterSupported)
public Boolean getRequireRequestUriRegistration()
public void setRequireRequestUriRegistration(Boolean requireRequestUriRegistration)
public void setCodeChallengeMethodsSupported(List<String> codeChallengeMethodsSupported)
public Boolean getTlsClientCertificateBoundAccessTokens()
public void setTlsClientCertificateBoundAccessTokens(Boolean tlsClientCertificateBoundAccessTokens)
public String getRevocationEndpoint()
public void setRevocationEndpoint(String revocationEndpoint)
public List<String> getRevocationEndpointAuthMethodsSupported()
public void setRevocationEndpointAuthMethodsSupported(List<String> revocationEndpointAuthMethodsSupported)
public List<String> getRevocationEndpointAuthSigningAlgValuesSupported()
public void setRevocationEndpointAuthSigningAlgValuesSupported(List<String> revocationEndpointAuthSigningAlgValuesSupported)
public Boolean getBackchannelLogoutSupported()
public Boolean getBackchannelLogoutSessionSupported()
public void setBackchannelLogoutSessionSupported(Boolean backchannelLogoutSessionSupported)
public void setBackchannelLogoutSupported(Boolean backchannelLogoutSupported)
public List<String> getBackchannelTokenDeliveryModesSupported()
public void setBackchannelTokenDeliveryModesSupported(List<String> backchannelTokenDeliveryModesSupported)
public String getBackchannelAuthenticationEndpoint()
public void setBackchannelAuthenticationEndpoint(String backchannelAuthenticationEndpoint)
public List<String> getBackchannelAuthenticationRequestSigningAlgValuesSupported()
public void setBackchannelAuthenticationRequestSigningAlgValuesSupported(List<String> backchannelAuthenticationRequestSigningAlgValuesSupported)
public String getPushedAuthorizationRequestEndpoint()
public void setPushedAuthorizationRequestEndpoint(String pushedAuthorizationRequestEndpoint)
public Boolean getRequirePushedAuthorizationRequests()
public void setRequirePushedAuthorizationRequests(Boolean requirePushedAuthorizationRequests)
public MTLSEndpointAliases getMtlsEndpointAliases()
public void setMtlsEndpointAliases(MTLSEndpointAliases mtlsEndpointAliases)
public void setDeviceAuthorizationEndpoint(String deviceAuthorizationEndpoint)
public String getDeviceAuthorizationEndpoint()
public List<String> getAuthorizationSigningAlgValuesSupported()
public void setAuthorizationSigningAlgValuesSupported(List<String> authorizationSigningAlgValuesSupported)
public List<String> getAuthorizationEncryptionAlgValuesSupported()
public void setAuthorizationEncryptionAlgValuesSupported(List<String> authorizationEncryptionAlgValuesSupported)
public List<String> getAuthorizationEncryptionEncValuesSupported()
Copyright © 2021 JBoss by Red Hat. All rights reserved.