|
keycloak
|


公開メンバ関数 | |
| void | loadingFrom (Object from) |
| void | migrationFailure (@Cause Throwable t) |
| void | realmExists (String realmName, String from) |
| void | importedRealm (String realmName, String from) |
| void | unableToImportRealm (@Cause Throwable t, String realmName, String from) |
| void | imprtingUsersFrom (Object from) |
| void | failedToLoadUsers (@Cause Throwable t) |
| void | addUserFailedRealmNotFound (String user, String realm) |
| void | addUserSuccess (String user, String realm) |
| void | addUserFailedUserExists (String user, String realm) |
| void | addUserFailed (@Cause Throwable t, String user, String realm) |
| void | failedToDeleteFile (String fileName) |
| void | failedAuthentication (@Cause Throwable t) |
| void | failedClientAuthentication (@Cause Throwable t) |
| void | errorAuthenticatingClient (@Cause Throwable t) |
| void | unknownFlow () |
| void | unknownResultStatus () |
| void | authMethodFallback (String clientId, String expectedClientAuthType) |
| void | noDuplicationDetected () |
| void | resetFlow (String emailOrUserName) |
| void | confirmBrokerEmailFailed (@Cause Throwable t) |
| void | keyParamDoesNotMatch () |
| void | smtpNotConfigured () |
| void | modelDuplicateException (@Cause ModelDuplicateException mde) |
| void | errorValidatingAssertion (@Cause Throwable t) |
| void | failedToSendPwdResetEmail (@Cause EmailException e) |
| void | recaptchaFailed (@Cause Exception e) |
| void | failedToSendEmail (@Cause Exception e) |
| void | fullModelImport (String strategy) |
| void | realmImportRequested (String realmName, String strategy) |
| void | importSuccess () |
| void | fullModelExportRequested () |
| void | realmExportRequested (String realmName) |
| void | exportSuccess () |
| void | overwriteError (@Cause Exception e, String name) |
| void | creationError (@Cause Exception e, String name) |
| void | roleImportError (@Cause Exception e) |
| void | untranslatedProtocol (String errorName) |
| void | usingDeprecatedDirectGrantsOnly () |
| void | invokingDeprecatedEndpoint (URI requestUri) |
| void | responseModeQueryNotAllowed () |
| void | clientSessionNull () |
| void | clientModelNull () |
| void | invalidToken () |
| void | multipleValuesForMapper (String attrValue, String mapper) |
| void | spiMayChange (String factoryId, String factoryClass, String spiName) |
| void | exceptionDuringRollback (@Cause RuntimeException e) |
| void | clientRegistrationException (String message) |
| void | initializingAdminRealm (String adminRealmName) |
| void | failedToLogoutClient (@Cause Exception e) |
| void | failedProcessingType (@Cause Exception e) |
| void | loginFailure (String user, String ip) |
| void | unknownAction (String action) |
| void | errorAuthenticating (@Cause Exception e, String message) |
| void | errorClosingLDAP (@Cause NamingException ne) |
| void | logoutFailed (@Cause IOException ioe, String clientId) |
| void | failedToSendRevocation (@Cause IOException ioe) |
| void | availabilityTestFailed (String managementUrl) |
| void | roleNotInRealm (String offlineAccessRole) |
| void | errorDuringFullUserSync (@Cause Throwable t) |
| void | errorDuringChangedUserSync (@Cause Throwable t) |
| void | failedToFormatMessage (String cause) |
| void | failedToloadMessages (@Cause IOException ioe) |
| void | failedToUpdatePassword (@Cause Exception e) |
| void | couldNotFireEvent (@Cause Exception e) |
| void | failedToParseRestartLoginCookie (@Cause Exception e) |
| void | notFoundSerializedCtxInClientSession (String noteKey) |
| void | flowNotConfigForIDP (String identityProviderAlias) |
| void | flowNotFoundForIDP (String flowId, String identityProviderAlias) |
| void | reqdActionDoesNotMatch () |
| void | invalidKeyForEmailVerification () |
| void | userSessionNull () |
| void | actionProviderNull () |
| void | failedToGetThemeRequest (@Cause Exception e) |
| void | rejectedNonLocalAttemptToCreateInitialUser (String remoteAddr) |
| void | createdInitialAdminUser (String userName) |
| void | initialUserAlreadyCreated () |
| void | localeNotSpecified () |
| void | msgBundleNotFound (String lang) |
| void | msgBundleNotFoundForEn () |
| void | noEventStoreProvider () |
| void | providerNotFound (String id) |
| void | failedToSaveEvent (@Cause Throwable t) |
| void | failedToSendType (@Cause Throwable t, EventListenerProvider listener) |
| void | addedKerberosToRealmCredentials () |
| void | syncingDataForMapper (String modelName, String mapperType, String direction) |
| void | failedToSendActionsEmail (@Cause EmailException e) |
| void | failedToRunScheduledTask (@Cause Throwable t, String taskClass) |
| void | failedToCloseProviderSession (@Cause Throwable t) |
| void | oidcScopeMissing () |
| void | missingParameter (String paramName) |
| void | invalidParameter (String paramName) |
| void | unsupportedParameter (String paramName) |
| void | flowNotAllowed (String flowName) |
| void | supportedJwkNotFound (String usage) |
| void | invalidRequest (@Cause Throwable t) |
| void | clientRegistrationRequestRejected (String opDescription, String detailedMessage) |
| void | clientRegistrationMapperNotAllowed (String mapperName, String mapperType) |
| void | failedToVerifyRemoteHost (String hostname) |
| void | urlDoesntMatch (String url) |
| void | passwordResetFailed (@Cause Throwable t) |
公開変数類 | |
| ServicesLogger | LOGGER = Logger.getMessageLogger(ServicesLogger.class, "org.keycloak.services") |
Main logger for the Keycloak Services module.
| void org.keycloak.services.ServicesLogger.actionProviderNull | ( | ) |
| void org.keycloak.services.ServicesLogger.addedKerberosToRealmCredentials | ( | ) |
| void org.keycloak.services.ServicesLogger.addUserFailed | ( | @Cause Throwable | t, |
| String | user, | ||
| String | realm | ||
| ) |
| void org.keycloak.services.ServicesLogger.addUserFailedRealmNotFound | ( | String | user, |
| String | realm | ||
| ) |
| void org.keycloak.services.ServicesLogger.addUserFailedUserExists | ( | String | user, |
| String | realm | ||
| ) |
| void org.keycloak.services.ServicesLogger.addUserSuccess | ( | String | user, |
| String | realm | ||
| ) |
| void org.keycloak.services.ServicesLogger.authMethodFallback | ( | String | clientId, |
| String | expectedClientAuthType | ||
| ) |
| void org.keycloak.services.ServicesLogger.availabilityTestFailed | ( | String | managementUrl | ) |
| void org.keycloak.services.ServicesLogger.clientModelNull | ( | ) |
| void org.keycloak.services.ServicesLogger.clientRegistrationException | ( | String | message | ) |
| void org.keycloak.services.ServicesLogger.clientRegistrationMapperNotAllowed | ( | String | mapperName, |
| String | mapperType | ||
| ) |
| void org.keycloak.services.ServicesLogger.clientRegistrationRequestRejected | ( | String | opDescription, |
| String | detailedMessage | ||
| ) |
| void org.keycloak.services.ServicesLogger.clientSessionNull | ( | ) |
| void org.keycloak.services.ServicesLogger.confirmBrokerEmailFailed | ( | @Cause Throwable | t | ) |
| void org.keycloak.services.ServicesLogger.couldNotFireEvent | ( | @Cause Exception | e | ) |
| void org.keycloak.services.ServicesLogger.createdInitialAdminUser | ( | String | userName | ) |
| void org.keycloak.services.ServicesLogger.creationError | ( | @Cause Exception | e, |
| String | name | ||
| ) |
| void org.keycloak.services.ServicesLogger.errorAuthenticating | ( | @Cause Exception | e, |
| String | message | ||
| ) |
| void org.keycloak.services.ServicesLogger.errorAuthenticatingClient | ( | @Cause Throwable | t | ) |
| void org.keycloak.services.ServicesLogger.errorClosingLDAP | ( | @Cause NamingException | ne | ) |
| void org.keycloak.services.ServicesLogger.errorDuringChangedUserSync | ( | @Cause Throwable | t | ) |
| void org.keycloak.services.ServicesLogger.errorDuringFullUserSync | ( | @Cause Throwable | t | ) |
| void org.keycloak.services.ServicesLogger.errorValidatingAssertion | ( | @Cause Throwable | t | ) |
| void org.keycloak.services.ServicesLogger.exceptionDuringRollback | ( | @Cause RuntimeException | e | ) |
| void org.keycloak.services.ServicesLogger.exportSuccess | ( | ) |
| void org.keycloak.services.ServicesLogger.failedAuthentication | ( | @Cause Throwable | t | ) |
| void org.keycloak.services.ServicesLogger.failedClientAuthentication | ( | @Cause Throwable | t | ) |
| void org.keycloak.services.ServicesLogger.failedProcessingType | ( | @Cause Exception | e | ) |
| void org.keycloak.services.ServicesLogger.failedToCloseProviderSession | ( | @Cause Throwable | t | ) |
| void org.keycloak.services.ServicesLogger.failedToDeleteFile | ( | String | fileName | ) |
| void org.keycloak.services.ServicesLogger.failedToFormatMessage | ( | String | cause | ) |
| void org.keycloak.services.ServicesLogger.failedToGetThemeRequest | ( | @Cause Exception | e | ) |
| void org.keycloak.services.ServicesLogger.failedToloadMessages | ( | @Cause IOException | ioe | ) |
| void org.keycloak.services.ServicesLogger.failedToLoadUsers | ( | @Cause Throwable | t | ) |
| void org.keycloak.services.ServicesLogger.failedToLogoutClient | ( | @Cause Exception | e | ) |
| void org.keycloak.services.ServicesLogger.failedToParseRestartLoginCookie | ( | @Cause Exception | e | ) |
| void org.keycloak.services.ServicesLogger.failedToRunScheduledTask | ( | @Cause Throwable | t, |
| String | taskClass | ||
| ) |
| void org.keycloak.services.ServicesLogger.failedToSaveEvent | ( | @Cause Throwable | t | ) |
| void org.keycloak.services.ServicesLogger.failedToSendActionsEmail | ( | @Cause EmailException | e | ) |
| void org.keycloak.services.ServicesLogger.failedToSendEmail | ( | @Cause Exception | e | ) |
| void org.keycloak.services.ServicesLogger.failedToSendPwdResetEmail | ( | @Cause EmailException | e | ) |
| void org.keycloak.services.ServicesLogger.failedToSendRevocation | ( | @Cause IOException | ioe | ) |
| void org.keycloak.services.ServicesLogger.failedToSendType | ( | @Cause Throwable | t, |
| EventListenerProvider | listener | ||
| ) |
| void org.keycloak.services.ServicesLogger.failedToUpdatePassword | ( | @Cause Exception | e | ) |
| void org.keycloak.services.ServicesLogger.failedToVerifyRemoteHost | ( | String | hostname | ) |
| void org.keycloak.services.ServicesLogger.flowNotAllowed | ( | String | flowName | ) |
| void org.keycloak.services.ServicesLogger.flowNotConfigForIDP | ( | String | identityProviderAlias | ) |
| void org.keycloak.services.ServicesLogger.flowNotFoundForIDP | ( | String | flowId, |
| String | identityProviderAlias | ||
| ) |
| void org.keycloak.services.ServicesLogger.fullModelExportRequested | ( | ) |
| void org.keycloak.services.ServicesLogger.fullModelImport | ( | String | strategy | ) |
| void org.keycloak.services.ServicesLogger.importedRealm | ( | String | realmName, |
| String | from | ||
| ) |
| void org.keycloak.services.ServicesLogger.importSuccess | ( | ) |
| void org.keycloak.services.ServicesLogger.imprtingUsersFrom | ( | Object | from | ) |
| void org.keycloak.services.ServicesLogger.initializingAdminRealm | ( | String | adminRealmName | ) |
| void org.keycloak.services.ServicesLogger.initialUserAlreadyCreated | ( | ) |
| void org.keycloak.services.ServicesLogger.invalidKeyForEmailVerification | ( | ) |
| void org.keycloak.services.ServicesLogger.invalidParameter | ( | String | paramName | ) |
| void org.keycloak.services.ServicesLogger.invalidRequest | ( | @Cause Throwable | t | ) |
| void org.keycloak.services.ServicesLogger.invalidToken | ( | ) |
| void org.keycloak.services.ServicesLogger.invokingDeprecatedEndpoint | ( | URI | requestUri | ) |
| void org.keycloak.services.ServicesLogger.keyParamDoesNotMatch | ( | ) |
| void org.keycloak.services.ServicesLogger.loadingFrom | ( | Object | from | ) |
| void org.keycloak.services.ServicesLogger.localeNotSpecified | ( | ) |
| void org.keycloak.services.ServicesLogger.loginFailure | ( | String | user, |
| String | ip | ||
| ) |
| void org.keycloak.services.ServicesLogger.logoutFailed | ( | @Cause IOException | ioe, |
| String | clientId | ||
| ) |
| void org.keycloak.services.ServicesLogger.migrationFailure | ( | @Cause Throwable | t | ) |
| void org.keycloak.services.ServicesLogger.missingParameter | ( | String | paramName | ) |
| void org.keycloak.services.ServicesLogger.modelDuplicateException | ( | @Cause ModelDuplicateException | mde | ) |
| void org.keycloak.services.ServicesLogger.msgBundleNotFound | ( | String | lang | ) |
| void org.keycloak.services.ServicesLogger.msgBundleNotFoundForEn | ( | ) |
| void org.keycloak.services.ServicesLogger.multipleValuesForMapper | ( | String | attrValue, |
| String | mapper | ||
| ) |
| void org.keycloak.services.ServicesLogger.noDuplicationDetected | ( | ) |
| void org.keycloak.services.ServicesLogger.noEventStoreProvider | ( | ) |
| void org.keycloak.services.ServicesLogger.notFoundSerializedCtxInClientSession | ( | String | noteKey | ) |
| void org.keycloak.services.ServicesLogger.oidcScopeMissing | ( | ) |
| void org.keycloak.services.ServicesLogger.overwriteError | ( | @Cause Exception | e, |
| String | name | ||
| ) |
| void org.keycloak.services.ServicesLogger.passwordResetFailed | ( | @Cause Throwable | t | ) |
| void org.keycloak.services.ServicesLogger.providerNotFound | ( | String | id | ) |
| void org.keycloak.services.ServicesLogger.realmExists | ( | String | realmName, |
| String | from | ||
| ) |
| void org.keycloak.services.ServicesLogger.realmExportRequested | ( | String | realmName | ) |
| void org.keycloak.services.ServicesLogger.realmImportRequested | ( | String | realmName, |
| String | strategy | ||
| ) |
| void org.keycloak.services.ServicesLogger.recaptchaFailed | ( | @Cause Exception | e | ) |
| void org.keycloak.services.ServicesLogger.rejectedNonLocalAttemptToCreateInitialUser | ( | String | remoteAddr | ) |
| void org.keycloak.services.ServicesLogger.reqdActionDoesNotMatch | ( | ) |
| void org.keycloak.services.ServicesLogger.resetFlow | ( | String | emailOrUserName | ) |
| void org.keycloak.services.ServicesLogger.responseModeQueryNotAllowed | ( | ) |
| void org.keycloak.services.ServicesLogger.roleImportError | ( | @Cause Exception | e | ) |
| void org.keycloak.services.ServicesLogger.roleNotInRealm | ( | String | offlineAccessRole | ) |
| void org.keycloak.services.ServicesLogger.smtpNotConfigured | ( | ) |
| void org.keycloak.services.ServicesLogger.spiMayChange | ( | String | factoryId, |
| String | factoryClass, | ||
| String | spiName | ||
| ) |
| void org.keycloak.services.ServicesLogger.supportedJwkNotFound | ( | String | usage | ) |
| void org.keycloak.services.ServicesLogger.syncingDataForMapper | ( | String | modelName, |
| String | mapperType, | ||
| String | direction | ||
| ) |
| void org.keycloak.services.ServicesLogger.unableToImportRealm | ( | @Cause Throwable | t, |
| String | realmName, | ||
| String | from | ||
| ) |
| void org.keycloak.services.ServicesLogger.unknownAction | ( | String | action | ) |
| void org.keycloak.services.ServicesLogger.unknownFlow | ( | ) |
| void org.keycloak.services.ServicesLogger.unknownResultStatus | ( | ) |
| void org.keycloak.services.ServicesLogger.unsupportedParameter | ( | String | paramName | ) |
| void org.keycloak.services.ServicesLogger.untranslatedProtocol | ( | String | errorName | ) |
| void org.keycloak.services.ServicesLogger.urlDoesntMatch | ( | String | url | ) |
| void org.keycloak.services.ServicesLogger.userSessionNull | ( | ) |
| void org.keycloak.services.ServicesLogger.usingDeprecatedDirectGrantsOnly | ( | ) |
| ServicesLogger org.keycloak.services.ServicesLogger.LOGGER = Logger.getMessageLogger(ServicesLogger.class, "org.keycloak.services") |
1.8.13