|
keycloak-service
|
継承メンバを含む org.keycloak.services.resources.LoginActionsService の全メンバ一覧です。
| actionTokenProcessor(UriInfo uriInfo) | org.keycloak.services.resources.LoginActionsService | inlinestatic |
| AUTH_SESSION_ID | org.keycloak.services.resources.LoginActionsService | static |
| authenticate(@QueryParam(AUTH_SESSION_ID) String authSessionId, @QueryParam(SESSION_CODE) String code, @QueryParam(Constants.EXECUTION) String execution, @QueryParam(Constants.CLIENT_ID) String clientId, @QueryParam(Constants.TAB_ID) String tabId) | org.keycloak.services.resources.LoginActionsService | inline |
| AUTHENTICATE_PATH | org.keycloak.services.resources.LoginActionsService | static |
| authenticateForm(@QueryParam(AUTH_SESSION_ID) String authSessionId, @QueryParam(SESSION_CODE) String code, @QueryParam(Constants.EXECUTION) String execution, @QueryParam(Constants.CLIENT_ID) String clientId, @QueryParam(Constants.TAB_ID) String tabId) | org.keycloak.services.resources.LoginActionsService | inline |
| authenticationFormProcessor(UriInfo uriInfo) | org.keycloak.services.resources.LoginActionsService | inlinestatic |
| brokerLoginFlow(String authSessionId, String code, String execution, String clientId, String tabId, String flowPath) | org.keycloak.services.resources.LoginActionsService | inlineprotected |
| checksForCode(String authSessionId, String code, String execution, String clientId, String tabId, String flowPath) | org.keycloak.services.resources.LoginActionsService | inlineprivate |
| checkSsl() | org.keycloak.services.resources.LoginActionsService | inlineprivate |
| clientConnection | org.keycloak.services.resources.LoginActionsService | private |
| createAuthenticationSessionForClient() | org.keycloak.services.resources.LoginActionsService | inlinepackage |
| event | org.keycloak.services.resources.LoginActionsService | private |
| executeActionToken(@QueryParam(AUTH_SESSION_ID) String authSessionId, @QueryParam(Constants.KEY) String key, @QueryParam(Constants.EXECUTION) String execution, @QueryParam(Constants.CLIENT_ID) String clientId, @QueryParam(Constants.TAB_ID) String tabId) | org.keycloak.services.resources.LoginActionsService | inline |
| FIRST_BROKER_LOGIN_PATH | org.keycloak.services.resources.LoginActionsService | static |
| firstBrokerLoginGet(@QueryParam(AUTH_SESSION_ID) String authSessionId, @QueryParam(SESSION_CODE) String code, @QueryParam(Constants.EXECUTION) String execution, @QueryParam(Constants.CLIENT_ID) String clientId, @QueryParam(Constants.TAB_ID) String tabId) | org.keycloak.services.resources.LoginActionsService | inline |
| firstBrokerLoginPost(@QueryParam(AUTH_SESSION_ID) String authSessionId, @QueryParam(SESSION_CODE) String code, @QueryParam(Constants.EXECUTION) String execution, @QueryParam(Constants.CLIENT_ID) String clientId, @QueryParam(Constants.TAB_ID) String tabId) | org.keycloak.services.resources.LoginActionsService | inline |
| firstBrokerLoginProcessor(UriInfo uriInfo) | org.keycloak.services.resources.LoginActionsService | inlinestatic |
| FORWARDED_ERROR_MESSAGE_NOTE | org.keycloak.services.resources.LoginActionsService | static |
| getLastExecutionUrl(String flowPath, String executionId, String clientId, String tabId) | org.keycloak.services.resources.LoginActionsService | inlineprotected |
| handleActionToken(String tokenString, String execution, String clientId, String tabId) | org.keycloak.services.resources.LoginActionsService | inlinepackage |
| handleActionTokenVerificationException(ActionTokenContext<?> tokenContext, VerificationException ex, String eventError, String errorMessage) | org.keycloak.services.resources.LoginActionsService | inlineprivate |
| headers | org.keycloak.services.resources.LoginActionsService | protected |
| initLoginEvent(AuthenticationSessionModel authSession) | org.keycloak.services.resources.LoginActionsService | inlineprivate |
| logger | org.keycloak.services.resources.LoginActionsService | privatestatic |
| loginActionsBaseUrl(UriInfo uriInfo) | org.keycloak.services.resources.LoginActionsService | inlinestatic |
| loginActionsBaseUrl(UriBuilder baseUriBuilder) | org.keycloak.services.resources.LoginActionsService | inlinestatic |
| LoginActionsService(RealmModel realm, EventBuilder event) | org.keycloak.services.resources.LoginActionsService | inline |
| POST_BROKER_LOGIN_PATH | org.keycloak.services.resources.LoginActionsService | static |
| postBrokerLoginGet(@QueryParam(AUTH_SESSION_ID) String authSessionId, @QueryParam(SESSION_CODE) String code, @QueryParam(Constants.EXECUTION) String execution, @QueryParam(Constants.CLIENT_ID) String clientId, @QueryParam(Constants.TAB_ID) String tabId) | org.keycloak.services.resources.LoginActionsService | inline |
| postBrokerLoginPost(@QueryParam(AUTH_SESSION_ID) String authSessionId, @QueryParam(SESSION_CODE) String code, @QueryParam(Constants.EXECUTION) String execution, @QueryParam(Constants.CLIENT_ID) String clientId, @QueryParam(Constants.TAB_ID) String tabId) | org.keycloak.services.resources.LoginActionsService | inline |
| postBrokerLoginProcessor(UriInfo uriInfo) | org.keycloak.services.resources.LoginActionsService | inlinestatic |
| processAuthentication(boolean action, String execution, AuthenticationSessionModel authSession, String errorMessage) | org.keycloak.services.resources.LoginActionsService | inlineprotected |
| processConsent(final MultivaluedMap< String, String > formData) | org.keycloak.services.resources.LoginActionsService | inline |
| processFlow(boolean action, String execution, AuthenticationSessionModel authSession, String flowPath, AuthenticationFlowModel flow, String errorMessage, AuthenticationProcessor processor) | org.keycloak.services.resources.LoginActionsService | inlineprotected |
| processFlowFromPath(String flowPath, AuthenticationSessionModel authSession, String errorMessage) | org.keycloak.services.resources.LoginActionsService | inlineprivate |
| processRegister(@QueryParam(AUTH_SESSION_ID) String authSessionId, @QueryParam(SESSION_CODE) String code, @QueryParam(Constants.EXECUTION) String execution, @QueryParam(Constants.CLIENT_ID) String clientId, @QueryParam(Constants.TAB_ID) String tabId) | org.keycloak.services.resources.LoginActionsService | inline |
| processRegistration(boolean action, String execution, AuthenticationSessionModel authSession, String errorMessage) | org.keycloak.services.resources.LoginActionsService | inlineprotected |
| processRequireAction(final String authSessionId, final String code, String action, String clientId, String tabId) | org.keycloak.services.resources.LoginActionsService | inlineprivate |
| processResetCredentials(boolean actionRequest, String execution, AuthenticationSessionModel authSession, String errorMessage) | org.keycloak.services.resources.LoginActionsService | inlineprotected |
| providers | org.keycloak.services.resources.LoginActionsService | protected |
| realm | org.keycloak.services.resources.LoginActionsService | private |
| redirectToAfterBrokerLoginEndpoint(AuthenticationSessionModel authSession, boolean firstBrokerLogin) | org.keycloak.services.resources.LoginActionsService | inlineprivate |
| redirectToAfterBrokerLoginEndpoint(KeycloakSession session, RealmModel realm, UriInfo uriInfo, AuthenticationSessionModel authSession, boolean firstBrokerLogin) | org.keycloak.services.resources.LoginActionsService | inlinestatic |
| registerPage(@QueryParam(AUTH_SESSION_ID) String authSessionId, @QueryParam(SESSION_CODE) String code, @QueryParam(Constants.EXECUTION) String execution, @QueryParam(Constants.CLIENT_ID) String clientId, @QueryParam(Constants.TAB_ID) String tabId) | org.keycloak.services.resources.LoginActionsService | inline |
| registerRequest(String authSessionId, String code, String execution, String clientId, String tabId, boolean isPostRequest) | org.keycloak.services.resources.LoginActionsService | inlineprivate |
| REGISTRATION_PATH | org.keycloak.services.resources.LoginActionsService | static |
| registrationFormProcessor(UriInfo uriInfo) | org.keycloak.services.resources.LoginActionsService | inlinestatic |
| request | org.keycloak.services.resources.LoginActionsService | private |
| REQUIRED_ACTION | org.keycloak.services.resources.LoginActionsService | static |
| requiredActionGET(@QueryParam(AUTH_SESSION_ID) String authSessionId, @QueryParam(SESSION_CODE) final String code, @QueryParam(Constants.EXECUTION) String action, @QueryParam(Constants.CLIENT_ID) String clientId, @QueryParam(Constants.TAB_ID) String tabId) | org.keycloak.services.resources.LoginActionsService | inline |
| requiredActionPOST(@QueryParam(AUTH_SESSION_ID) String authSessionId, @QueryParam(SESSION_CODE) final String code, @QueryParam(Constants.EXECUTION) String action, @QueryParam(Constants.CLIENT_ID) String clientId, @QueryParam(Constants.TAB_ID) String tabId) | org.keycloak.services.resources.LoginActionsService | inline |
| requiredActionProcessor(UriInfo uriInfo) | org.keycloak.services.resources.LoginActionsService | inlinestatic |
| RESET_CREDENTIALS_PATH | org.keycloak.services.resources.LoginActionsService | static |
| resetCredentials(String authSessionId, String code, String execution, String clientId, String tabId) | org.keycloak.services.resources.LoginActionsService | inlineprotected |
| resetCredentialsGET(@QueryParam(AUTH_SESSION_ID) String authSessionId, @QueryParam(SESSION_CODE) String code, @QueryParam(Constants.EXECUTION) String execution, @QueryParam(Constants.CLIENT_ID) String clientId, @QueryParam(Constants.TAB_ID) String tabId) | org.keycloak.services.resources.LoginActionsService | inline |
| resetCredentialsPOST(@QueryParam(AUTH_SESSION_ID) String authSessionId, @QueryParam(SESSION_CODE) String code, @QueryParam(Constants.EXECUTION) String execution, @QueryParam(Constants.CLIENT_ID) String clientId, @QueryParam(Constants.TAB_ID) String tabId, @QueryParam(Constants.KEY) String key) | org.keycloak.services.resources.LoginActionsService | inline |
| resolveActionTokenHandler(String actionId) | org.keycloak.services.resources.LoginActionsService | inlinepackage |
| RESTART_PATH | org.keycloak.services.resources.LoginActionsService | static |
| restartSession(@QueryParam(AUTH_SESSION_ID) String authSessionId, @QueryParam(Constants.CLIENT_ID) String clientId, @QueryParam(Constants.TAB_ID) String tabId) | org.keycloak.services.resources.LoginActionsService | inline |
| session | org.keycloak.services.resources.LoginActionsService | protected |
| SESSION_CODE | org.keycloak.services.resources.LoginActionsService | static |
1.8.13