Hierarchy For All Packages
- one.jpro.platform.auth.core,
- one.jpro.platform.auth.core.api,
- one.jpro.platform.auth.core.authentication,
- one.jpro.platform.auth.core.basic,
- one.jpro.platform.auth.core.basic.provider,
- one.jpro.platform.auth.core.crypto,
- one.jpro.platform.auth.core.crypto.bcrypt,
- one.jpro.platform.auth.core.http,
- one.jpro.platform.auth.core.http.impl,
- one.jpro.platform.auth.core.jwt,
- one.jpro.platform.auth.core.oauth2,
- one.jpro.platform.auth.core.oauth2.provider,
- one.jpro.platform.auth.core.utils
Class Hierarchy
- java.lang.Object
- one.jpro.platform.auth.core.basic.provider.BasicAuthenticationProvider (implements one.jpro.platform.auth.core.authentication.AuthenticationProvider<T>)
- one.jpro.platform.auth.core.crypto.bcrypt.BCrypt
- one.jpro.platform.auth.core.crypto.bcrypt.BCryptPasswordEncoder (implements one.jpro.platform.auth.core.crypto.PasswordEncoder)
- one.jpro.platform.auth.core.api.FluentBasicAuthAPI (implements one.jpro.platform.auth.core.api.FluentBasicAuth)
- one.jpro.platform.auth.core.api.FluentGoogleAuthAPI (implements one.jpro.platform.auth.core.api.FluentGoogleAuth)
- one.jpro.platform.auth.core.api.FluentKeycloakAuthAPI (implements one.jpro.platform.auth.core.api.FluentKeycloakAuth)
- one.jpro.platform.auth.core.api.FluentMicrosoftAuthAPI (implements one.jpro.platform.auth.core.api.FluentMicrosoftAuth)
- one.jpro.platform.auth.core.http.HttpOptions (implements one.jpro.platform.auth.core.authentication.Options)
- one.jpro.platform.auth.core.http.impl.HttpServerImpl (implements one.jpro.platform.auth.core.http.HttpServer)
- one.jpro.platform.auth.core.basic.InMemoryUserManager (implements one.jpro.platform.auth.core.basic.UserManager)
- one.jpro.platform.auth.core.http.impl.JProServerImpl (implements one.jpro.platform.auth.core.http.HttpServer)
- one.jpro.platform.auth.core.jwt.JWTAuthAPI
- one.jpro.platform.auth.core.jwt.JWTAuthenticationProvider (implements one.jpro.platform.auth.core.authentication.AuthenticationProvider<T>)
- one.jpro.platform.auth.core.jwt.JWTAuthOptions (implements one.jpro.platform.auth.core.authentication.Options)
- one.jpro.platform.auth.core.jwt.JWTOptions (implements one.jpro.platform.auth.core.authentication.Options)
- javafx.scene.Node (implements javafx.event.EventTarget, javafx.css.Styleable)
- javafx.scene.Parent
- javafx.scene.layout.Region
- javafx.scene.layout.Pane
- javafx.scene.layout.VBox
- one.jpro.platform.auth.core.basic.LoginPane
- javafx.scene.layout.VBox
- javafx.scene.layout.Pane
- javafx.scene.layout.Region
- javafx.scene.Parent
- one.jpro.platform.auth.core.oauth2.OAuth2API
- one.jpro.platform.auth.core.oauth2.OAuth2AuthenticationProvider (implements one.jpro.platform.auth.core.authentication.AuthenticationProvider<T>)
- one.jpro.platform.auth.core.oauth2.provider.OpenIDAuthenticationProvider
- one.jpro.platform.auth.core.oauth2.provider.GoogleAuthenticationProvider
- one.jpro.platform.auth.core.oauth2.provider.KeycloakAuthenticationProvider
- one.jpro.platform.auth.core.oauth2.provider.MicrosoftAuthenticationProvider
- one.jpro.platform.auth.core.oauth2.provider.OpenIDAuthenticationProvider
- one.jpro.platform.auth.core.oauth2.OAuth2Credentials (implements one.jpro.platform.auth.core.authentication.Credentials)
- one.jpro.platform.auth.core.oauth2.OAuth2Options (implements one.jpro.platform.auth.core.authentication.Options)
- one.jpro.platform.auth.core.oauth2.PubSecKeyOptions (implements one.jpro.platform.auth.core.authentication.Options)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- one.jpro.platform.auth.core.authentication.AuthenticationException
- one.jpro.platform.auth.core.jwt.TokenExpiredException
- one.jpro.platform.auth.core.authentication.CredentialValidationException
- one.jpro.platform.auth.core.http.HttpServerException
- one.jpro.platform.auth.core.basic.UserNotFoundException
- one.jpro.platform.auth.core.authentication.AuthenticationException
- java.lang.RuntimeException
- java.lang.Exception
- one.jpro.platform.auth.core.jwt.TokenCredentials (implements one.jpro.platform.auth.core.authentication.Credentials)
- one.jpro.platform.auth.core.authentication.User (implements one.jpro.platform.auth.core.authentication.Authentication)
- one.jpro.platform.auth.core.basic.UsernamePasswordCredentials (implements one.jpro.platform.auth.core.authentication.Credentials)
Interface Hierarchy
- one.jpro.platform.auth.core.AuthAPI
- one.jpro.platform.auth.core.authentication.AuthenticationProvider<T>
- one.jpro.platform.auth.core.utils.AuthUtils
- java.lang.AutoCloseable
- one.jpro.platform.auth.core.http.HttpServer
- one.jpro.platform.auth.core.authentication.Credentials
- one.jpro.platform.auth.core.api.FluentBasicAuth
- one.jpro.platform.auth.core.api.FluentGoogleAuth
- one.jpro.platform.auth.core.api.FluentKeycloakAuth
- one.jpro.platform.auth.core.api.FluentMicrosoftAuth
- one.jpro.platform.auth.core.authentication.Options
- one.jpro.platform.auth.core.crypto.PasswordEncoder
- java.security.Principal
- one.jpro.platform.auth.core.authentication.Authentication
- one.jpro.platform.auth.core.basic.UserManager
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- one.jpro.platform.auth.core.crypto.bcrypt.BCrypt.Version
- one.jpro.platform.auth.core.http.HttpMethod
- one.jpro.platform.auth.core.http.HttpStatus
- one.jpro.platform.auth.core.oauth2.OAuth2Flow
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)