Uses of Class
org.keycloak.protocol.oidc.endpoints.AuthorizationEndpointChecker.AuthorizationCheckException
Packages that use AuthorizationEndpointChecker.AuthorizationCheckException
-
Uses of AuthorizationEndpointChecker.AuthorizationCheckException in org.keycloak.protocol.oid4vc.issuance
Methods in org.keycloak.protocol.oid4vc.issuance that throw AuthorizationEndpointChecker.AuthorizationCheckExceptionModifier and TypeMethodDescriptionvoidOID4VCAuthorizationCheckProvider.check(AuthorizationEndpointChecker context) -
Uses of AuthorizationEndpointChecker.AuthorizationCheckException in org.keycloak.protocol.oidc.endpoints
Methods in org.keycloak.protocol.oidc.endpoints with parameters of type AuthorizationEndpointChecker.AuthorizationCheckExceptionModifier and TypeMethodDescriptionbooleanAuthorizationEndpointChecker.isInvalidResponseType(AuthorizationEndpointChecker.AuthorizationCheckException ex) voidAuthorizationEndpointChecker.throwAsCorsErrorResponseException(Cors cors, AuthorizationEndpointChecker.AuthorizationCheckException ex) voidAuthorizationEndpointChecker.throwAsErrorPageException(AuthenticationSessionModel authenticationSession, AuthorizationEndpointChecker.AuthorizationCheckException ex) Methods in org.keycloak.protocol.oidc.endpoints that throw AuthorizationEndpointChecker.AuthorizationCheckExceptionModifier and TypeMethodDescriptionvoidAuthorizationEndpointCheckProvider.check(AuthorizationEndpointChecker context) voidAuthorizationEndpointChecker.checkAuthorizationDetails()voidAuthorizationEndpointChecker.checkInvalidRequestMessage()voidAuthorizationEndpointChecker.checkOIDCParams()voidAuthorizationEndpointChecker.checkParDPoPParams()voidAuthorizationEndpointChecker.checkParRequired()voidAuthorizationEndpointChecker.checkPKCEParams()voidAuthorizationEndpointChecker.checkProviderAddOns()voidAuthorizationEndpointChecker.checkRedirectUri()voidAuthorizationEndpointChecker.checkResponseType()voidAuthorizationEndpointChecker.checkValidResource()voidAuthorizationEndpointChecker.checkValidScope()