Package ca.cdr.api.model.json.oauth
Class OpenIdWellKnownOpenIdConfigurationResponseJson
java.lang.Object
ca.cdr.api.model.json.oauth.OpenIdWellKnownOpenIdConfigurationResponseJson
- All Implemented Interfaces:
IModelJson
,IModelJson
Deprecated.
Use ca.cdr.api.model.json.oauth.OpenIdWellKnownOpenIdConfigurationResponseJson
-
Field Summary
Fields inherited from interface ca.uhn.fhir.model.api.IModelJson
SENSITIVE_DATA_FILTER_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.void
addCodeChallengeMethodSupported
(String theCode) Deprecated.void
Deprecated.void
addSubjectTypeSupported
(String theType) Deprecated.void
addSupportedAuthenticationMethod
(String theMethod) Deprecated.void
addSupportedAuthMethodForRevocation
(String theMethod) Deprecated.void
addSupportedGrantType
(String theGrantType) Deprecated.void
addSupportedIdTokenSigningAlg
(String theAlg) Deprecated.void
Deprecated.void
Deprecated.void
addSupportedResponseMode
(String theMode) Deprecated.void
addSupportedResponseType
(String theResponseType) Deprecated.void
addSupportedScope
(String theScope) Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.void
setAuthorizationEndpoint
(String theAuthorizationEndpoint) Deprecated.void
setCodeChallengeMethodsSupported
(List<String> theCodeChallengeMethodsSupported) Deprecated.void
setDynamicClientRegistrationEndpoint
(String theDynamicClientRegistrationEndpoint) Deprecated.void
setIntrospectionEndpoint
(String theIntrospectionEndpoint) Deprecated.void
Deprecated.void
Deprecated.void
setRevocationEndpoint
(String theRevocationEndpoint) Deprecated.void
setRevocationEndpointSigningAlgorithms
(List<String> theRevocationEndpointSigningAlgorithms) Deprecated.void
setSubjectTypesSupported
(List<String> theSubjectTypesSupported) Deprecated.void
setSupportedAuthenticationMethods
(List<String> theSupportedAuthenticationMethods) Deprecated.void
setSupportedAuthMethodsForRevocation
(List<String> theSupportedAuthMethodsForRevocation) Deprecated.void
setSupportedGrantTypes
(List<String> theSupportedGrantTypes) Deprecated.void
setSupportedIdTokenSigningAlgs
(List<String> theSupportedIdTokenSigningAlgs) Deprecated.void
setSupportedIntrospectionEndpointAuthMethods
(List<String> theSupportedIntrospectionEndpointAuthMethods) Deprecated.void
setSupportedJWSSigningAlgorithms
(List<String> theSupportedJWSSigningAlgorithms) Deprecated.void
setSupportedResponseModes
(List<String> theSupportedResponseModes) Deprecated.void
setSupportedResponseTypes
(List<String> theSupportedResponseTypes) Deprecated.void
setSupportedScopes
(List<String> theSupportedScopes) Deprecated.void
setTokenEndpoint
(String theTokenEndpoint) Deprecated.void
setUserInfoEndpoint
(String theUserInfoEndpoint) Deprecated.toString()
Deprecated.
-
Constructor Details
-
OpenIdWellKnownOpenIdConfigurationResponseJson
Deprecated.
-
-
Method Details
-
getIssuer
Deprecated. -
setIssuer
Deprecated. -
getAuthorizationEndpoint
Deprecated. -
setAuthorizationEndpoint
Deprecated. -
getTokenEndpoint
Deprecated. -
setTokenEndpoint
Deprecated. -
getJwkUri
Deprecated. -
setJwkUri
Deprecated. -
getDynamicClientRegistrationEndpoint
Deprecated. -
setDynamicClientRegistrationEndpoint
Deprecated. -
getSupportedScopes
Deprecated. -
setSupportedScopes
Deprecated. -
addSupportedScope
Deprecated. -
getSupportedResponseTypes
Deprecated. -
setSupportedResponseTypes
Deprecated. -
addSupportedResponseType
Deprecated. -
getSupportedResponseModes
Deprecated. -
setSupportedResponseModes
Deprecated. -
addSupportedResponseMode
Deprecated. -
getSupportedGrantTypes
Deprecated. -
setSupportedGrantTypes
Deprecated. -
addSupportedGrantType
Deprecated. -
getSupportedAuthenticationMethods
Deprecated. -
setSupportedAuthenticationMethods
Deprecated. -
addSupportedAuthenticationMethod
Deprecated. -
getSupportedJWSSigningAlgorithms
Deprecated. -
setSupportedJWSSigningAlgorithms
Deprecated. -
addSupportedJWSSigningAlgorithm
Deprecated. -
getRevocationEndpoint
Deprecated. -
setRevocationEndpoint
Deprecated. -
getSupportedAuthMethodsForRevocation
Deprecated. -
setSupportedAuthMethodsForRevocation
Deprecated. -
addSupportedAuthMethodForRevocation
Deprecated. -
getRevocationEndpointSigningAlgorithms
Deprecated. -
setRevocationEndpointSigningAlgorithms
public void setRevocationEndpointSigningAlgorithms(List<String> theRevocationEndpointSigningAlgorithms) Deprecated. -
addRevocationEndpointSigningAlgorithm
Deprecated. -
getIntrospectionEndpoint
Deprecated. -
setIntrospectionEndpoint
Deprecated. -
getSupportedIntrospectionEndpointAuthMethods
Deprecated. -
setSupportedIntrospectionEndpointAuthMethods
public void setSupportedIntrospectionEndpointAuthMethods(List<String> theSupportedIntrospectionEndpointAuthMethods) Deprecated. -
addSupportedIntrospectionEndpointAuthMethod
Deprecated. -
getUserInfoEndpoint
Deprecated. -
setUserInfoEndpoint
Deprecated. -
getSupportedIdTokenSigningAlgs
Deprecated. -
setSupportedIdTokenSigningAlgs
Deprecated. -
addSupportedIdTokenSigningAlg
Deprecated. -
getCodeChallengeMethodsSupported
Deprecated. -
setCodeChallengeMethodsSupported
Deprecated. -
addCodeChallengeMethodSupported
Deprecated. -
getSubjectTypesSupported
Deprecated. -
setSubjectTypesSupported
Deprecated. -
addSubjectTypeSupported
Deprecated. -
add
Deprecated. -
toString
Deprecated.
-