您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
所有程序包的分层结构
程序包分层结构:
org.hswebframework.web.authorization
,
org.hswebframework.web.authorization.access
,
org.hswebframework.web.authorization.annotation
,
org.hswebframework.web.authorization.builder
,
org.hswebframework.web.authorization.define
,
org.hswebframework.web.authorization.exception
,
org.hswebframework.web.authorization.listener.event
,
org.hswebframework.web.authorization.setting
,
org.hswebframework.web.authorization.simple
,
org.hswebframework.web.authorization.simple.builder
,
org.hswebframework.web.authorization.token
,
org.hswebframework.web.authorization.token.event
,
org.hswebframework.web.authorization.twofactor
,
org.hswebframework.web.authorization.twofactor.defaults
类分层结构
java.lang.
Object
org.hswebframework.web.authorization.simple.
AbstractDataAccessConfig
(implements org.hswebframework.web.authorization.access.
DataAccessConfig
)
org.hswebframework.web.authorization.simple.
SimpleCustomDataAccessConfigConfig
(implements org.hswebframework.web.authorization.access.
CustomDataAccessConfig
)
org.hswebframework.web.authorization.simple.
SimpleFieldFilterDataAccessConfig
(implements org.hswebframework.web.authorization.access.
FieldFilterDataAccessConfig
)
org.hswebframework.web.authorization.simple.
SimpleFiledScopeDataAccessConfig
(implements org.hswebframework.web.authorization.access.
FieldScopeDataAccessConfig
)
org.hswebframework.web.authorization.simple.
SimpleOwnCreatedDataAccessConfig
(implements org.hswebframework.web.authorization.access.
OwnCreatedDataAccessConfig
)
org.hswebframework.web.authorization.simple.
SimpleScriptDataAccessConfig
(implements org.hswebframework.web.authorization.access.
ScriptDataAccessConfig
)
org.hswebframework.web.authorization.
AuthenticationHolder
org.hswebframework.web.authorization.
AuthenticationUtils
org.hswebframework.web.authorization.listener.event.
AuthorizationInitializeEvent
org.hswebframework.web.authorization.define.
AuthorizingContext
org.hswebframework.web.authorization.simple.
DefaultAuthorizationAutoConfiguration
org.hswebframework.web.authorization.twofactor.defaults.
DefaultTwoFactorValidator
(implements org.hswebframework.web.authorization.twofactor.
TwoFactorValidator
)
org.hswebframework.web.authorization.twofactor.defaults.
DefaultTwoFactorValidatorManager
(implements org.springframework.beans.factory.config.BeanPostProcessor, org.hswebframework.web.authorization.twofactor.
TwoFactorValidatorManager
)
org.hswebframework.web.authorization.twofactor.defaults.
DefaultTwoFactorValidatorProvider
(implements org.hswebframework.web.authorization.twofactor.
TwoFactorValidatorProvider
)
org.hswebframework.web.authorization.token.
DefaultUserTokenManager
(implements org.hswebframework.web.authorization.token.
UserTokenManager
)
java.util.
EventObject
(implements java.io.
Serializable
)
org.springframework.context.ApplicationEvent
org.hswebframework.web.authorization.listener.event.
AbstractAuthorizationEvent
(implements org.hswebframework.web.authorization.listener.event.
AuthorizationEvent
)
org.hswebframework.web.authorization.listener.event.
AuthorizationBeforeEvent
org.hswebframework.web.authorization.listener.event.
AuthorizationDecodeEvent
org.hswebframework.web.authorization.listener.event.
AuthorizationFailedEvent
org.hswebframework.web.authorization.listener.event.
AuthorizationExitEvent
(implements org.hswebframework.web.authorization.listener.event.
AuthorizationEvent
)
org.hswebframework.web.authorization.listener.event.
AuthorizationSuccessEvent
(implements org.hswebframework.web.authorization.listener.event.
AuthorizationEvent
)
org.hswebframework.web.authorization.define.
AuthorizeDefinitionInitializedEvent
(implements org.hswebframework.web.authorization.listener.event.
AuthorizationEvent
)
org.hswebframework.web.authorization.listener.event.
AuthorizingHandleBeforeEvent
(implements org.hswebframework.web.authorization.listener.event.
AuthorizationEvent
)
org.hswebframework.web.authorization.token.event.
UserTokenChangedEvent
(implements org.hswebframework.web.authorization.listener.event.
AuthorizationEvent
)
org.hswebframework.web.authorization.token.event.
UserTokenCreatedEvent
(implements org.hswebframework.web.authorization.listener.event.
AuthorizationEvent
)
org.hswebframework.web.authorization.token.event.
UserTokenRemovedEvent
(implements org.hswebframework.web.authorization.listener.event.
AuthorizationEvent
)
org.hswebframework.web.authorization.twofactor.defaults.
HashMapTwoFactorTokenManager
(implements org.hswebframework.web.authorization.twofactor.
TwoFactorTokenManager
)
org.hswebframework.web.authorization.simple.
PlainTextUsernamePasswordAuthenticationRequest
(implements org.hswebframework.web.authorization.
AuthenticationRequest
)
org.hswebframework.web.authorization.setting.
SettingNullValueHolder
(implements org.hswebframework.web.authorization.setting.
SettingValueHolder
)
org.hswebframework.web.authorization.simple.
SimpleAuthentication
(implements org.hswebframework.web.authorization.
Authentication
)
org.hswebframework.web.authorization.simple.builder.
SimpleAuthenticationBuilder
(implements org.hswebframework.web.authorization.builder.
AuthenticationBuilder
)
org.hswebframework.web.authorization.simple.builder.
SimpleAuthenticationBuilderFactory
(implements org.hswebframework.web.authorization.builder.
AuthenticationBuilderFactory
)
org.hswebframework.web.authorization.simple.builder.
SimpleDataAccessConfigBuilder
(implements org.hswebframework.web.authorization.builder.
DataAccessConfigBuilder
)
org.hswebframework.web.authorization.simple.builder.
SimpleDataAccessConfigBuilderFactory
(implements org.hswebframework.web.authorization.builder.
DataAccessConfigBuilderFactory
)
org.hswebframework.web.authorization.simple.
SimplePermission
(implements org.hswebframework.web.authorization.
Permission
)
org.hswebframework.web.authorization.simple.
SimpleRole
(implements org.hswebframework.web.authorization.
Role
)
org.hswebframework.web.authorization.simple.
SimpleUser
(implements org.hswebframework.web.authorization.
User
)
org.hswebframework.web.authorization.token.
SimpleUserToken
(implements org.hswebframework.web.authorization.token.
UserToken
)
org.hswebframework.web.authorization.setting.
StringSourceSettingHolder
(implements org.hswebframework.web.authorization.setting.
SettingValueHolder
)
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
java.lang.
RuntimeException
org.hswebframework.web.authorization.exception.
AccessDenyException
org.hswebframework.web.authorization.exception.
NeedTwoFactorException
org.hswebframework.web.authorization.exception.
UnAuthorizedException
org.hswebframework.web.authorization.twofactor.defaults.
UnsupportedTwoFactorValidator
(implements org.hswebframework.web.authorization.twofactor.
TwoFactorValidator
)
org.hswebframework.web.authorization.token.
UserTokenAuthenticationSupplier
(implements org.hswebframework.web.authorization.
AuthenticationSupplier
)
org.hswebframework.web.authorization.token.
UserTokenHolder
接口分层结构
org.hswebframework.web.authorization.builder.
AuthenticationBuilderFactory
org.hswebframework.web.authorization.
AuthenticationInitializeService
org.hswebframework.web.authorization.
AuthenticationManager
org.hswebframework.web.authorization.listener.event.
AuthorizationEvent
org.hswebframework.web.authorization.define.
AuthorizeDefinition
org.hswebframework.web.authorization.define.
AopAuthorizeDefinition
java.lang.
Comparable
<T>
org.hswebframework.web.authorization.token.
UserToken
(并 extends java.io.
Serializable
)
org.hswebframework.web.authorization.access.
DataAccessConfig.DefaultType
org.hswebframework.web.authorization.builder.
DataAccessConfigBuilder
org.hswebframework.web.authorization.builder.
DataAccessConfigBuilderFactory
org.hswebframework.web.authorization.simple.builder.
DataAccessConfigConvert
org.hswebframework.web.authorization.access.
DataAccessController
org.hswebframework.web.authorization.access.
DataAccessHandler
java.util.function.
Predicate
<T>
org.hswebframework.web.authorization.
AuthenticationPredicate
org.hswebframework.web.authorization.
Permission.DataAccessPredicate
<T>
org.hswebframework.web.authorization.define.
Script
java.io.
Serializable
org.hswebframework.web.authorization.
Authentication
org.hswebframework.web.authorization.
MultiAuthentication
org.hswebframework.web.authorization.builder.
AuthenticationBuilder
org.hswebframework.web.authorization.
AuthenticationRequest
org.hswebframework.web.authorization.access.
CustomDataAccessConfig
org.hswebframework.web.authorization.access.
DataAccessConfig
org.hswebframework.web.authorization.access.
CustomDataAccessConfig
org.hswebframework.web.authorization.access.
FieldFilterDataAccessConfig
org.hswebframework.web.authorization.access.
FieldScopeDataAccessConfig
org.hswebframework.web.authorization.access.
OwnCreatedDataAccessConfig
org.hswebframework.web.authorization.access.
ScopeDataAccessConfig
org.hswebframework.web.authorization.access.
FieldScopeDataAccessConfig
org.hswebframework.web.authorization.access.
ScriptDataAccessConfig
org.hswebframework.web.authorization.define.
DataAccessDefinition
org.hswebframework.web.authorization.access.
FieldFilterDataAccessConfig
org.hswebframework.web.authorization.access.
FieldScopeDataAccessConfig
org.hswebframework.web.authorization.
MultiAuthentication
org.hswebframework.web.authorization.access.
OwnCreatedDataAccessConfig
org.hswebframework.web.authorization.
Permission
org.hswebframework.web.authorization.
Role
org.hswebframework.web.authorization.access.
ScopeDataAccessConfig
org.hswebframework.web.authorization.access.
FieldScopeDataAccessConfig
org.hswebframework.web.authorization.access.
ScriptDataAccessConfig
org.hswebframework.web.authorization.twofactor.
TwoFactorToken
org.hswebframework.web.authorization.
User
org.hswebframework.web.authorization.token.
UserToken
(并 extends java.lang.
Comparable
<T>)
org.hswebframework.web.authorization.setting.
SettingValueHolder
java.util.function.
Supplier
<T>
org.hswebframework.web.authorization.
AuthenticationSupplier
org.hswebframework.web.authorization.token.
ThirdPartAuthenticationManager
org.hswebframework.web.authorization.twofactor.
TwoFactorTokenManager
org.hswebframework.web.authorization.twofactor.
TwoFactorValidator
org.hswebframework.web.authorization.twofactor.
TwoFactorValidatorManager
org.hswebframework.web.authorization.twofactor.
TwoFactorValidatorProvider
org.hswebframework.web.authorization.access.
UserAttachEntity
org.hswebframework.web.authorization.setting.
UserSettingManager
org.hswebframework.web.authorization.token.
UserTokenManager
注释类型分层结构
org.hswebframework.web.authorization.annotation.
RequiresExpression
(implements java.lang.annotation.
Annotation
)
org.hswebframework.web.authorization.annotation.
Authorize
(implements java.lang.annotation.
Annotation
)
org.hswebframework.web.authorization.annotation.
RequiresDataAccess
(implements java.lang.annotation.
Annotation
)
org.hswebframework.web.authorization.annotation.
TwoFactor
(implements java.lang.annotation.
Annotation
)
枚举分层结构
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
org.hswebframework.web.authorization.token.
TokenState
(implements org.hswebframework.web.dict.
EnumDict
<V>)
org.hswebframework.web.authorization.token.
AllopatricLoginMode
org.hswebframework.web.authorization.listener.event.
AuthorizationFailedEvent.Reason
org.hswebframework.web.authorization.define.
Phased
org.hswebframework.web.authorization.define.
HandleType
org.hswebframework.web.authorization.annotation.
Logical
org.hswebframework.web.authorization.setting.
UserSettingPermission
(implements org.hswebframework.web.dict.
EnumDict
<V>)
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
Copyright © 2016–2020. All rights reserved.