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