keycloak-service
org.keycloak.services.resources.IdentityBrokerService メンバ一覧

継承メンバを含む org.keycloak.services.resources.IdentityBrokerService の全メンバ一覧です。

afterFirstBrokerLogin(@QueryParam(LoginActionsService.SESSION_CODE) String code, @QueryParam("client_id") String clientId, @QueryParam(Constants.TAB_ID) String tabId)org.keycloak.services.resources.IdentityBrokerServiceinline
afterFirstBrokerLogin(ClientSessionCode< AuthenticationSessionModel > clientSessionCode)org.keycloak.services.resources.IdentityBrokerServiceinlineprivate
afterPostBrokerLoginFlow(@QueryParam(LoginActionsService.SESSION_CODE) String code, @QueryParam("client_id") String clientId, @QueryParam(Constants.TAB_ID) String tabId)org.keycloak.services.resources.IdentityBrokerServiceinline
afterPostBrokerLoginFlowSuccess(AuthenticationSessionModel authSession, BrokeredIdentityContext context, boolean wasFirstBrokerLogin, ClientSessionCode< AuthenticationSessionModel > clientSessionCode)org.keycloak.services.resources.IdentityBrokerServiceinlineprivate
authenticated(BrokeredIdentityContext context)org.keycloak.services.resources.IdentityBrokerServiceinline
badRequest(String message)org.keycloak.services.resources.IdentityBrokerServiceinlineprivate
browserAuthentication(AuthenticationSessionModel authSession, String errorMessage)org.keycloak.services.resources.IdentityBrokerServiceinlineprotected
cancelled(String code)org.keycloak.services.resources.IdentityBrokerServiceinline
canReadBrokerToken(AccessToken token)org.keycloak.services.resources.IdentityBrokerServiceinlineprivate
checkAccountManagementFailedLinking(AuthenticationSessionModel authSession, String error, Object... parameters)org.keycloak.services.resources.IdentityBrokerServiceinlineprivate
checkClient(String clientId)org.keycloak.services.resources.IdentityBrokerServiceinlineprivate
checkRealm()org.keycloak.services.resources.IdentityBrokerServiceinlineprivate
clientConnectionorg.keycloak.services.resources.IdentityBrokerServiceprivate
clientInitiatedAccountLinking(@PathParam("provider_id") String providerId, @QueryParam("redirect_uri") String redirectUri, @QueryParam("client_id") String clientId, @QueryParam("nonce") String nonce, @QueryParam("hash") String hash)org.keycloak.services.resources.IdentityBrokerServiceinline
clientIntiatedAccountLinkingPreflight(@PathParam("provider_id") String providerId)org.keycloak.services.resources.IdentityBrokerServiceinline
corsResponse(Response response, ClientModel clientModel)org.keycloak.services.resources.IdentityBrokerServiceinlineprivate
createAuthenticationRequest(String providerId, ClientSessionCode< AuthenticationSessionModel > clientSessionCode)org.keycloak.services.resources.IdentityBrokerServiceinlineprivate
error(String code, String message)org.keycloak.services.resources.IdentityBrokerServiceinline
eventorg.keycloak.services.resources.IdentityBrokerServiceprivate
finishBrokerAuthentication(BrokeredIdentityContext context, UserModel federatedUser, AuthenticationSessionModel authSession, String providerId)org.keycloak.services.resources.IdentityBrokerServiceinlineprivate
finishOrRedirectToPostBrokerLogin(AuthenticationSessionModel authSession, BrokeredIdentityContext context, boolean wasFirstBrokerLogin, ClientSessionCode< AuthenticationSessionModel > clientSessionCode)org.keycloak.services.resources.IdentityBrokerServiceinlineprivate
fireErrorEvent(String message, Throwable throwable)org.keycloak.services.resources.IdentityBrokerServiceinlineprivate
fireErrorEvent(String message)org.keycloak.services.resources.IdentityBrokerServiceinlineprivate
forbidden(String message)org.keycloak.services.resources.IdentityBrokerServiceinlineprivate
getEndpoint(@PathParam("provider_id") String providerId)org.keycloak.services.resources.IdentityBrokerServiceinline
getIdentityProvider(KeycloakSession session, RealmModel realm, String alias)org.keycloak.services.resources.IdentityBrokerServiceinlinestatic
getIdentityProviderConfig(String providerId)org.keycloak.services.resources.IdentityBrokerServiceinlineprivate
getIdentityProviderFactory(KeycloakSession session, IdentityProviderModel model)org.keycloak.services.resources.IdentityBrokerServiceinlinestatic
getRedirectUri(String providerId)org.keycloak.services.resources.IdentityBrokerServiceinlineprivate
getToken(String providerId, boolean forceRetrieval)org.keycloak.services.resources.IdentityBrokerServiceinlineprivate
headersorg.keycloak.services.resources.IdentityBrokerServiceprivate
IdentityBrokerService(RealmModel realmModel)org.keycloak.services.resources.IdentityBrokerServiceinline
init()org.keycloak.services.resources.IdentityBrokerServiceinline
isDebugEnabled()org.keycloak.services.resources.IdentityBrokerServiceinlineprivate
LINKING_IDENTITY_PROVIDERorg.keycloak.services.resources.IdentityBrokerServiceprivatestatic
loggerorg.keycloak.services.resources.IdentityBrokerServiceprivatestatic
parseEncodedSessionCode(String encodedCode)org.keycloak.services.resources.IdentityBrokerServiceinlineprivate
parseSessionCode(String code, String clientId, String tabId)org.keycloak.services.resources.IdentityBrokerServiceinlineprivate
performAccountLinking(AuthenticationSessionModel authSession, UserSessionModel userSession, BrokeredIdentityContext context, FederatedIdentityModel newModel, UserModel federatedUser)org.keycloak.services.resources.IdentityBrokerServiceinlineprivate
performLogin(@PathParam("provider_id") String providerId, @QueryParam(LoginActionsService.SESSION_CODE) String code, @QueryParam("client_id") String clientId, @QueryParam(Constants.TAB_ID) String tabId)org.keycloak.services.resources.IdentityBrokerServiceinline
performPostLogin(@PathParam("provider_id") String providerId, @QueryParam(LoginActionsService.SESSION_CODE) String code, @QueryParam("client_id") String clientId, @QueryParam(Constants.TAB_ID) String tabId)org.keycloak.services.resources.IdentityBrokerServiceinline
realmModelorg.keycloak.services.resources.IdentityBrokerServiceprivate
redirectToAccountErrorPage(AuthenticationSessionModel authSession, String message, Object ... parameters)org.keycloak.services.resources.IdentityBrokerServiceinlineprivate
redirectToErrorPage(AuthenticationSessionModel authSession, Response.Status status, String message, Object ... parameters)org.keycloak.services.resources.IdentityBrokerServiceinlineprivate
redirectToErrorPage(Response.Status status, String message, Object ... parameters)org.keycloak.services.resources.IdentityBrokerServiceinlineprivate
redirectToErrorPage(AuthenticationSessionModel authSession, Response.Status status, String message, Throwable throwable, Object ... parameters)org.keycloak.services.resources.IdentityBrokerServiceinlineprivate
redirectToErrorWhenLinkingFailed(AuthenticationSessionModel authSession, String message, Object... parameters)org.keycloak.services.resources.IdentityBrokerServiceinlineprivate
requestorg.keycloak.services.resources.IdentityBrokerServiceprivate
retrieveToken(@PathParam("provider_id") String providerId)org.keycloak.services.resources.IdentityBrokerServiceinline
retrieveTokenPreflight()org.keycloak.services.resources.IdentityBrokerServiceinline
rollback()org.keycloak.services.resources.IdentityBrokerServiceinlineprivate
samlIdpInitiatedSSO(final String clientUrlName)org.keycloak.services.resources.IdentityBrokerServiceinlineprivate
sessionorg.keycloak.services.resources.IdentityBrokerServiceprivate
shouldPerformAccountLinking(AuthenticationSessionModel authSession, UserSessionModel userSession, String providerId)org.keycloak.services.resources.IdentityBrokerServiceinlineprivate
updateFederatedIdentity(BrokeredIdentityContext context, UserModel federatedUser)org.keycloak.services.resources.IdentityBrokerServiceinlineprivate
updateToken(BrokeredIdentityContext context, UserModel federatedUser, FederatedIdentityModel federatedIdentityModel)org.keycloak.services.resources.IdentityBrokerServiceinlineprivate
validateUser(AuthenticationSessionModel authSession, UserModel user, RealmModel realm)org.keycloak.services.resources.IdentityBrokerServiceinline