public class AuthorizationEndpointChecker extends Object
Modifier and Type | Class and Description |
---|---|
class |
AuthorizationEndpointChecker.AuthorizationCheckException |
Constructor and Description |
---|
AuthorizationEndpointChecker() |
Modifier and Type | Method and Description |
---|---|
void |
checkInvalidRequestMessage() |
void |
checkOIDCParams() |
void |
checkOIDCRequest() |
void |
checkParRequired() |
void |
checkPKCEParams() |
void |
checkRedirectUri() |
void |
checkResponseType() |
void |
checkValidScope() |
AuthorizationEndpointChecker |
client(ClientModel client) |
AuthorizationEndpointChecker |
event(EventBuilder event) |
OIDCResponseMode |
getParsedResponseMode() |
OIDCResponseType |
getParsedResponseType() |
String |
getRedirectUri() |
AuthorizationEndpointChecker |
params(javax.ws.rs.core.MultivaluedMap<String,String> params) |
AuthorizationEndpointChecker |
realm(RealmModel realm) |
AuthorizationEndpointChecker |
request(AuthorizationEndpointRequest request) |
AuthorizationEndpointChecker |
session(KeycloakSession session) |
public AuthorizationEndpointChecker event(EventBuilder event)
public AuthorizationEndpointChecker request(AuthorizationEndpointRequest request)
public AuthorizationEndpointChecker session(KeycloakSession session)
public AuthorizationEndpointChecker client(ClientModel client)
public AuthorizationEndpointChecker realm(RealmModel realm)
public AuthorizationEndpointChecker params(javax.ws.rs.core.MultivaluedMap<String,String> params)
public String getRedirectUri()
public OIDCResponseType getParsedResponseType()
public OIDCResponseMode getParsedResponseMode()
public void checkRedirectUri() throws AuthorizationEndpointChecker.AuthorizationCheckException
public void checkResponseType() throws AuthorizationEndpointChecker.AuthorizationCheckException
public void checkInvalidRequestMessage() throws AuthorizationEndpointChecker.AuthorizationCheckException
public void checkOIDCRequest()
public void checkValidScope() throws AuthorizationEndpointChecker.AuthorizationCheckException
public void checkOIDCParams() throws AuthorizationEndpointChecker.AuthorizationCheckException
public void checkPKCEParams() throws AuthorizationEndpointChecker.AuthorizationCheckException
public void checkParRequired() throws AuthorizationEndpointChecker.AuthorizationCheckException
Copyright © 2021 JBoss by Red Hat. All rights reserved.