类分层结构
- java.lang.Object
- org.apache.shiro.spring.config.AbstractShiroConfiguration
- org.apache.shiro.spring.web.config.AbstractShiroWebConfiguration
- org.apache.shiro.spring.web.config.AbstractShiroWebFilterConfiguration
- org.apache.shiro.realm.CachingRealm (implements org.apache.shiro.cache.CacheManagerAware, org.apache.shiro.authc.LogoutAware, org.apache.shiro.util.Nameable, org.apache.shiro.realm.Realm)
- org.apache.shiro.realm.AuthenticatingRealm (implements org.apache.shiro.util.Initializable)
- org.apache.shiro.realm.AuthorizingRealm (implements org.apache.shiro.authz.Authorizer, org.apache.shiro.util.Initializable, org.apache.shiro.authz.permission.PermissionResolverAware, org.apache.shiro.authz.permission.RolePermissionResolverAware)
- org.apache.shiro.biz.realm.AbstractAuthorizingRealm
- org.apache.shiro.mgt.DefaultSubjectFactory (implements org.apache.shiro.mgt.SubjectFactory)
- org.apache.shiro.web.mgt.DefaultWebSubjectFactory
- org.apache.shiro.biz.web.mgt.SessionCreationEnabledSubjectFactory
- com.nimbusds.jose.crypto.ECDSAVerifier (implements com.nimbusds.jose.CriticalHeaderParamsAware, com.nimbusds.jose.JWSVerifier)
- com.nimbusds.jose.crypto.Ed25519Verifier (implements com.nimbusds.jose.CriticalHeaderParamsAware, com.nimbusds.jose.JWSVerifier)
- org.apache.shiro.spring.boot.utils.JJwtUtils
- org.apache.shiro.spring.boot.utils.JSONResult
- org.apache.shiro.spring.boot.jwt.authc.credential.JwtCredentialsMatcher (implements org.apache.shiro.authc.credential.CredentialsMatcher)
- org.apache.shiro.spring.boot.jwt.JwtPayload
- org.apache.shiro.spring.boot.jwt.JwtPayloadRepository
- org.apache.shiro.spring.boot.jwt.token.JwtToken (implements org.apache.shiro.authc.HostAuthenticationToken)
- com.nimbusds.jose.crypto.MACVerifier (implements com.nimbusds.jose.CriticalHeaderParamsAware, com.nimbusds.jose.JWSVerifier)
- org.apache.shiro.spring.boot.utils.NimbusdsUtils
- com.nimbusds.jose.crypto.RSASSAVerifier (implements com.nimbusds.jose.CriticalHeaderParamsAware, com.nimbusds.jose.JWSVerifier)
- org.apache.shiro.spring.boot.utils.SecretKeyUtils
- org.apache.shiro.web.servlet.ServletContextSupport
- org.apache.shiro.web.servlet.AbstractFilter (implements javax.servlet.Filter)
- org.apache.shiro.web.servlet.NameableFilter (implements org.apache.shiro.util.Nameable)
- org.apache.shiro.web.servlet.OncePerRequestFilter
- org.apache.shiro.web.servlet.AdviceFilter
- org.apache.shiro.web.filter.PathMatchingFilter (implements org.apache.shiro.web.filter.PathConfigProcessor)
- org.apache.shiro.web.filter.AccessControlFilter
- org.apache.shiro.web.filter.authc.AuthenticationFilter
- org.apache.shiro.web.filter.authc.AuthenticatingFilter
- org.apache.shiro.web.filter.authc.FormAuthenticationFilter
- org.apache.shiro.biz.web.filter.authc.AbstractAuthenticatingFilter
- org.apache.shiro.biz.web.filter.authc.AbstractTrustableAuthenticatingFilter
- org.apache.shiro.biz.web.filter.authc.TrustableRestAuthenticatingFilter
- org.apache.shiro.web.filter.authz.AuthorizationFilter
- org.apache.shiro.biz.web.filter.authz.AbstracAuthorizationFilter
- org.apache.shiro.spring.boot.ShiroJwtProperties
- org.apache.shiro.biz.authz.principal.ShiroPrincipal (implements java.lang.Cloneable, java.io.Serializable)
- org.apache.shiro.biz.authz.principal.ShiroPrincipalRepositoryImpl (implements org.apache.shiro.biz.authz.principal.ShiroPrincipalRepository)
- org.apache.shiro.spring.boot.jwt.token.SignedWithEcAndEncryptedWithAESJWTRepository (implements org.apache.shiro.spring.boot.jwt.token.JwtKeyPairRepository<S,E>)
- org.apache.shiro.spring.boot.jwt.token.SignedWithEcAndEncryptedWithRsaJWTRepository (implements org.apache.shiro.spring.boot.jwt.token.JwtKeyPairRepository<S,E>)
- org.apache.shiro.spring.boot.jwt.token.SignedWithEcJWTRepository (implements org.apache.shiro.spring.boot.jwt.token.JwtRepository<S>)
- org.apache.shiro.spring.boot.jwt.token.SignedWithEdAndEncryptedWithAESJWTRepository (implements org.apache.shiro.spring.boot.jwt.token.JwtKeyPairRepository<S,E>)
- org.apache.shiro.spring.boot.jwt.token.SignedWithEdAndEncryptedWithRsaJWTRepository (implements org.apache.shiro.spring.boot.jwt.token.JwtKeyPairRepository<S,E>)
- org.apache.shiro.spring.boot.jwt.token.SignedWithEdJWTRepository (implements org.apache.shiro.spring.boot.jwt.token.JwtRepository<S>)
- org.apache.shiro.spring.boot.jwt.token.SignedWithHamcAndEncryptedWithAESJWTRepository (implements org.apache.shiro.spring.boot.jwt.token.JwtKeyPairRepository<S,E>)
- org.apache.shiro.spring.boot.jwt.token.SignedWithHamcAndEncryptedWithRsaJWTRepository (implements org.apache.shiro.spring.boot.jwt.token.JwtKeyPairRepository<S,E>)
- org.apache.shiro.spring.boot.jwt.token.SignedWithHamcJWTRepository (implements org.apache.shiro.spring.boot.jwt.token.JwtRepository<S>)
- org.apache.shiro.spring.boot.jwt.token.SignedWithRsaAndEncryptedWithAESJWTRepository (implements org.apache.shiro.spring.boot.jwt.token.JwtKeyPairRepository<S,E>)
- org.apache.shiro.spring.boot.jwt.token.SignedWithRsaAndEncryptedWithRsaJWTRepository (implements org.apache.shiro.spring.boot.jwt.token.JwtKeyPairRepository<S,E>)
- org.apache.shiro.spring.boot.jwt.token.SignedWithRsaJWTRepository (implements org.apache.shiro.spring.boot.jwt.token.JwtRepository<S>)
- org.apache.shiro.spring.boot.jwt.token.SignedWithSecretBase64JWTRepository (implements org.apache.shiro.spring.boot.jwt.token.JwtRepository<S>)
- org.apache.shiro.spring.boot.jwt.token.SignedWithSecretKeyJWTRepository (implements org.apache.shiro.spring.boot.jwt.token.JwtRepository<S>)
- org.apache.shiro.spring.boot.jwt.token.SignedWithSecretResolverJWTRepository (implements org.apache.shiro.spring.boot.jwt.token.JwtKeyResolverRepository<S>)
- org.apache.shiro.util.StringUtils
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.apache.shiro.ShiroException
- org.apache.shiro.authc.AuthenticationException
接口分层结构
Copyright © 2018. All rights reserved.