Package Hierarchies:
- io.meeds.oauth2.server.configuration,
- io.meeds.oauth2.server.configuration.model,
- io.meeds.oauth2.server.configuration.plugin,
- io.meeds.oauth2.server.dao,
- io.meeds.oauth2.server.entity,
- io.meeds.oauth2.server.listener,
- io.meeds.oauth2.server.model,
- io.meeds.oauth2.server.plugin,
- io.meeds.oauth2.server.rest,
- io.meeds.oauth2.server.rest.model,
- io.meeds.oauth2.server.rest.util,
- io.meeds.oauth2.server.security,
- io.meeds.oauth2.server.service,
- io.meeds.oauth2.server.storage,
- io.meeds.oauth2.server.util,
- io.meeds.oauth2.server.web
Class Hierarchy
- java.lang.Object
- org.springframework.http.converter.AbstractHttpMessageConverter<T> (implements org.springframework.http.converter.HttpMessageConverter<T>)
- org.springframework.security.oauth2.server.authorization.oidc.http.converter.OidcClientRegistrationHttpMessageConverter
- org.exoplatform.container.component.BaseComponentPlugin (implements org.exoplatform.container.component.ComponentPlugin)
- org.exoplatform.social.attachment.AttachmentPlugin
- org.exoplatform.services.listener.Listener<S,D> (implements org.exoplatform.services.listener.ListenerBase<S,D>)
- org.exoplatform.services.organization.UserEventListener
- io.meeds.oauth2.server.rest.util.EntityBuilder
- io.meeds.oauth2.server.util.EntityMapper
- org.springframework.web.filter.GenericFilterBean (implements org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.context.EnvironmentAware, org.springframework.core.env.EnvironmentCapable, jakarta.servlet.Filter, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware)
- org.springframework.security.web.authentication.preauth.AbstractPreAuthenticatedProcessingFilter (implements org.springframework.context.ApplicationEventPublisherAware)
- io.meeds.oauth2.server.util.JaasGrantedAuthorityMixin
- io.meeds.oauth2.server.util.JsonMapConverter (implements jakarta.persistence.AttributeConverter<X,Y>)
- io.meeds.oauth2.server.util.JsonSetConverter (implements jakarta.persistence.AttributeConverter<X,Y>)
- io.meeds.oauth2.server.plugin.OAuthAuthorizationRequestConverter (implements org.springframework.security.web.authentication.AuthenticationConverter)
- io.meeds.oauth2.server.security.OAuthCimdAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider)
- io.meeds.oauth2.server.plugin.OAuthCimdClientConverter
- io.meeds.oauth2.server.plugin.OAuthCimdClientResolver
- io.meeds.oauth2.server.plugin.OAuthClientAclPlugin (implements io.meeds.portal.plugin.AclPlugin)
- io.meeds.oauth2.server.entity.OAuthClientEntity
- io.meeds.oauth2.server.rest.OAuthClientRest
- io.meeds.oauth2.server.service.OAuthClientService
- io.meeds.oauth2.server.storage.OAuthClientStorage (implements org.springframework.security.oauth2.server.authorization.client.RegisteredClientRepository)
- io.meeds.oauth2.server.storage.OAuthConsentCachedStorage
- io.meeds.oauth2.server.entity.OAuthConsentEntity
- io.meeds.oauth2.server.rest.OAuthConsentRest
- io.meeds.oauth2.server.service.OAuthConsentService
- io.meeds.oauth2.server.storage.OAuthConsentStorage (implements org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsentService)
- io.meeds.oauth2.server.security.OAuthDcrAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider)
- io.meeds.oauth2.server.plugin.OAuthDcrGrantTypeValidator (implements io.meeds.oauth2.server.plugin.OAuthDcrValidator)
- io.meeds.oauth2.server.plugin.OAuthDcrHttpAuthenticationConverter (implements org.springframework.security.web.authentication.AuthenticationConverter)
- io.meeds.oauth2.server.plugin.OAuthDcrRedirectUriValidator (implements io.meeds.oauth2.server.plugin.OAuthDcrValidator)
- io.meeds.oauth2.server.configuration.model.OAuthDefaultSettings
- io.meeds.oauth2.server.util.OAuthEventType
- io.meeds.oauth2.server.plugin.OAuthJwtAudienceTokenRequestProvider (implements io.meeds.oauth2.server.configuration.plugin.OAuthJwtAudienceProvider)
- io.meeds.oauth2.server.plugin.OAuthJwtAuthorityPrincipalProvider (implements io.meeds.oauth2.server.configuration.plugin.OAuthJwtAuthorityProvider)
- io.meeds.oauth2.server.configuration.OAuthJwtConfiguration
- io.meeds.oauth2.server.service.OAuthJwtCustomizerService
- io.meeds.oauth2.server.service.OAuthPasswordEncoder (implements org.springframework.security.crypto.password.PasswordEncoder)
- io.meeds.oauth2.server.security.OAuthPortalAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider)
- io.meeds.oauth2.server.web.OAuthRedirectWebFilter (implements io.meeds.web.security.plugin.RootWebappFilterPlugin)
- io.meeds.oauth2.server.configuration.OAuthSecurityConfiguration
- io.meeds.oauth2.server.rest.OAuthSettingRest
- io.meeds.oauth2.server.service.OAuthSettingService
- io.meeds.oauth2.server.storage.OAuthTokenCachedStorage
- io.meeds.oauth2.server.entity.OAuthTokenEntity
- io.meeds.oauth2.server.rest.OAuthTokenRest
- io.meeds.oauth2.server.service.OAuthTokenService
- io.meeds.oauth2.server.storage.OAuthTokenStorage (implements org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationService)
- org.springframework.web.cors.UrlBasedCorsConfigurationSource (implements org.springframework.web.cors.CorsConfigurationSource)
- io.meeds.oauth2.server.util.UserPrincipalMixin
- io.meeds.oauth2.server.util.Utils
Interface Hierarchy
- io.meeds.oauth2.server.plugin.OAuthDcrValidator
- io.meeds.oauth2.server.configuration.plugin.OAuthJwtAudienceProvider
- io.meeds.oauth2.server.configuration.plugin.OAuthJwtAuthorityProvider
- org.springframework.data.repository.query.QueryByExampleExecutor<T>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>)
- org.springframework.data.repository.Repository<T,ID>
- org.springframework.data.repository.CrudRepository<T,ID>
- org.springframework.data.repository.ListCrudRepository<T,ID>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>)
- org.springframework.data.repository.PagingAndSortingRepository<T,ID>
- org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>)