jar

io.gardenerframework.camellia : authentication-server-core

Maven & Gradle

Apr 18, 2023
3 stars

camellia · 认证、授权与审计组件

Table Of Contents

Latest Version

Download io.gardenerframework.camellia : authentication-server-core JAR file - Latest Versions:

All Versions

Download io.gardenerframework.camellia : authentication-server-core JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window authentication-server-core-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.gardenerframework.camellia.authentication.server.main.mfa.challenge

├─ io.gardenerframework.camellia.authentication.server.main.mfa.challenge.AuthenticationServerMfaAuthenticator.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.mfa.challenge.AuthenticationServerMfaAuthenticatorChallengeRequestFactory.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.mfa.challenge.AuthenticationServerMfaScenario.class - [JAR]

io.gardenerframework.camellia.authentication.server.common.configuration

├─ io.gardenerframework.camellia.authentication.server.common.configuration.AdministrationServerPathOption.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.common.configuration.AuthenticationServerPathOption.class - [JAR]

io.gardenerframework.camellia.authentication.server.security.encryption

├─ io.gardenerframework.camellia.authentication.server.security.encryption.EncryptionService.class - [JAR]

io.gardenerframework.camellia.authentication.server.security.encryption.schema

├─ io.gardenerframework.camellia.authentication.server.security.encryption.schema.EncryptionKey.class - [JAR]

io.gardenerframework.camellia.authentication.server.main.utils

├─ io.gardenerframework.camellia.authentication.server.main.utils.AuthenticationEndpointMatcher.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.utils.RequestingClientHolder.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.utils.UserAuthenticationServiceRegistry.class - [JAR]

io.gardenerframework.camellia.authentication.server.main.event.listener.annotation

├─ io.gardenerframework.camellia.authentication.server.main.event.listener.annotation.CareForAuthenticationServerEnginePreservedException.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.event.listener.annotation.CareForAuthenticationServerEnginePreservedObject.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.event.listener.annotation.CareForAuthenticationServerEnginePreservedPrincipal.class - [JAR]

io.gardenerframework.camellia.authentication.server.management.feature.annotation

├─ io.gardenerframework.camellia.authentication.server.management.feature.annotation.AuthenticationServerManagementFeature.class - [JAR]

io.gardenerframework.camellia.authentication.server.main.schema.request

├─ io.gardenerframework.camellia.authentication.server.main.schema.request.AuthenticationRequestConstants.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.schema.request.AuthenticationRequestParameter.class - [JAR]

io.gardenerframework.camellia.authentication.server.main.schema.subject

├─ io.gardenerframework.camellia.authentication.server.main.schema.subject.Subject.class - [JAR]

io.gardenerframework.camellia.authentication.server.main.event.listener

├─ io.gardenerframework.camellia.authentication.server.main.event.listener.AuthenticationEventListenerSkeleton.class - [JAR]

io.gardenerframework.camellia.authentication.server.main.annotation

├─ io.gardenerframework.camellia.authentication.server.main.annotation.AuthenticationType.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.annotation.SupportAuthenticationEndpoint.class - [JAR]

io.gardenerframework.camellia.authentication.server.main.schema.subject.principal

├─ io.gardenerframework.camellia.authentication.server.main.schema.subject.principal.AlipayUserIdPrincipal.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.schema.subject.principal.DingTalkOpenIdPrincipal.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.schema.subject.principal.EmailPrincipal.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.schema.subject.principal.EnterpriseWeChatOpenIdPrincipal.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.schema.subject.principal.FaceIdPrincipal.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.schema.subject.principal.JdOpenIdPrincipal.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.schema.subject.principal.JdXIdPrincipal.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.schema.subject.principal.LarkOpenIdPrincipal.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.schema.subject.principal.MembershipCardIdPrincipal.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.schema.subject.principal.MobilePhoneNumberPrincipal.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.schema.subject.principal.Principal.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.schema.subject.principal.UserIdPrincipal.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.schema.subject.principal.UsernamePrincipal.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.schema.subject.principal.WeChatOpenIdPrincipal.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.schema.subject.principal.WeChatUnionIdPrincipal.class - [JAR]

io.gardenerframework.camellia.authentication.server.main.schema

├─ io.gardenerframework.camellia.authentication.server.main.schema.UserAuthenticatedAuthentication.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.schema.UserAuthenticationRequestToken.class - [JAR]

io.gardenerframework.camellia.authentication.server.main.schema.request.constraints

├─ io.gardenerframework.camellia.authentication.server.main.schema.request.constraints.AuthenticationTypeSupported.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.schema.request.constraints.AuthenticationTypeSupportedValidator.class - [JAR]

io.gardenerframework.camellia.authentication.server.main.mfa.utils

├─ io.gardenerframework.camellia.authentication.server.main.mfa.utils.AuthenticationServerMfaAuthenticatorRegistry.class - [JAR]

io.gardenerframework.camellia.authentication.server.main.mfa.advisor

├─ io.gardenerframework.camellia.authentication.server.main.mfa.advisor.AuthenticationServerMfaAuthenticatorAdvisor.class - [JAR]

io.gardenerframework.camellia.authentication.server.main.event.support

├─ io.gardenerframework.camellia.authentication.server.main.event.support.AuthenticationEventBuilder.class - [JAR]

io.gardenerframework.camellia.authentication.server.main.oauth2

├─ io.gardenerframework.camellia.authentication.server.main.oauth2.OidcUserInfoClaimsCustomizer.class - [JAR]

io.gardenerframework.camellia.authentication.server.main.exception.annotation

├─ io.gardenerframework.camellia.authentication.server.main.exception.annotation.OAuth2ErrorCode.class - [JAR]

io.gardenerframework.camellia.authentication.server.main.configuration

├─ io.gardenerframework.camellia.authentication.server.main.configuration.OAuth2ClientAuthenticationFilterRequestMatherConfigurer.class - [JAR]

io.gardenerframework.camellia.authentication.server.main.user

├─ io.gardenerframework.camellia.authentication.server.main.user.UserService.class - [JAR]

io.gardenerframework.camellia.authentication.server.main.event.schema

├─ io.gardenerframework.camellia.authentication.server.main.event.schema.AuthenticationEvent.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.event.schema.AuthenticationFailedEvent.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.event.schema.AuthenticationSuccessEvent.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.event.schema.ClientAuthenticatedEvent.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.event.schema.UserAboutToLoadEvent.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.event.schema.UserAuthenticatedEvent.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.event.schema.UserLoadedEvent.class - [JAR]

io.gardenerframework.camellia.authentication.server.main.schema.subject.credentials

├─ io.gardenerframework.camellia.authentication.server.main.schema.subject.credentials.Credentials.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.schema.subject.credentials.EmptyCredentials.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.schema.subject.credentials.PasswordCredentials.class - [JAR]

io.gardenerframework.camellia.authentication.server.main.exception.client

├─ io.gardenerframework.camellia.authentication.server.main.exception.client.BadAuthenticationRequestException.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.exception.client.BadAuthenticationRequestParameterException.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.exception.client.UserNotFoundException.class - [JAR]

io.gardenerframework.camellia.authentication.server.main.exception

├─ io.gardenerframework.camellia.authentication.server.main.exception.AuthenticationServerAuthenticationExceptions.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.exception.NestedAuthenticationException.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.exception.OAuth2ErrorCodes.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.exception.ResponseStatusCodeAuthenticationException.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.exception.ResponseStatusCodeOAuth2AuthenticationException.class - [JAR]

io.gardenerframework.camellia.authentication.server.common.api.group

├─ io.gardenerframework.camellia.authentication.server.common.api.group.AdministrationServerRestController.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.common.api.group.AuthenticationServerAdministrationRestController.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.common.api.group.AuthenticationServerRestController.class - [JAR]

io.gardenerframework.camellia.authentication.server.main

├─ io.gardenerframework.camellia.authentication.server.main.AbstractUserAuthenticationService.class - [JAR]

├─ io.gardenerframework.camellia.authentication.server.main.UserAuthenticationService.class - [JAR]

io.gardenerframework.camellia.authentication.server.main.user.schema

├─ io.gardenerframework.camellia.authentication.server.main.user.schema.User.class - [JAR]