A B C D E F G H I L M N O P R S T U V W 

A

AbstractAccessRequestVoter<T extends AccessRequest> - in.clouthink.daas.security.token.core.acl中的类
 
AbstractAccessRequestVoter() - 类 的构造器in.clouthink.daas.security.token.core.acl.AbstractAccessRequestVoter
 
AccessDeniedException - in.clouthink.daas.security.token.exception中的异常错误
 
AccessDeniedException() - 异常错误 的构造器in.clouthink.daas.security.token.exception.AccessDeniedException
 
AccessDeniedException(String) - 异常错误 的构造器in.clouthink.daas.security.token.exception.AccessDeniedException
 
AccessDeniedException(String, Throwable) - 异常错误 的构造器in.clouthink.daas.security.token.exception.AccessDeniedException
 
AccessDeniedException(Throwable) - 异常错误 的构造器in.clouthink.daas.security.token.exception.AccessDeniedException
 
AccessRequest - in.clouthink.daas.security.token.core.acl中的接口
 
AccessRequestRoleVoter<T extends AccessRequest> - in.clouthink.daas.security.token.core.acl中的类
 
AccessRequestRoleVoter() - 类 的构造器in.clouthink.daas.security.token.core.acl.AccessRequestRoleVoter
 
AccessRequestUserVoter<T extends AccessRequest> - in.clouthink.daas.security.token.core.acl中的类
 
AccessRequestUserVoter() - 类 的构造器in.clouthink.daas.security.token.core.acl.AccessRequestUserVoter
 
AccessRequestVoter<T extends AccessRequest> - in.clouthink.daas.security.token.core.acl中的接口
 
AccessResponse - in.clouthink.daas.security.token.core.acl中的枚举
 
Acl - in.clouthink.daas.security.token.core.acl中的接口
 
AclProvider<T extends Acl> - in.clouthink.daas.security.token.spi中的接口
 
add(UrlAclBuilder) - 类 中的方法in.clouthink.daas.security.token.configure.UrlAclProviderBuilder
 
addAuthorizationProvider(AuthorizationProvider) - 类 中的方法in.clouthink.daas.security.token.core.DefaultAuthorizationManager
 
addProvider(AuthenticationProvider) - 类 中的方法in.clouthink.daas.security.token.core.DefaultAuthenticationManager
 
addProviders(AuthenticationProvider...) - 类 中的方法in.clouthink.daas.security.token.core.DefaultAuthenticationManager
 
addVoter(AccessRequestVoter<UrlAccessRequest>) - 类 中的方法in.clouthink.daas.security.token.spi.impl.DefaultUrlAuthorizationProvider
 
afterPropertiesSet() - 类 中的方法in.clouthink.daas.security.token.core.DefaultAuthenticationManager
 
afterPropertiesSet() - 类 中的方法in.clouthink.daas.security.token.core.DefaultTokenManager
 
afterPropertiesSet() - 类 中的方法in.clouthink.daas.security.token.spi.impl.DefaultUrlAuthorizationProvider
 
afterPropertiesSet() - 类 中的方法in.clouthink.daas.security.token.spi.impl.TokenAuthenticationProvider
 
afterPropertiesSet() - 类 中的方法in.clouthink.daas.security.token.spi.impl.UsernamePasswordAuthenticationProvider
 
afterPropertiesSet() - 类 中的方法in.clouthink.daas.security.token.support.web.AuthenticationFilter
 
afterPropertiesSet() - 类 中的方法in.clouthink.daas.security.token.support.web.AuthorizationFilter
 
afterPropertiesSet() - 类 中的方法in.clouthink.daas.security.token.support.web.LoginEndpoint
 
afterPropertiesSet() - 类 中的方法in.clouthink.daas.security.token.support.web.LogoutEndpoint
 
ALL - 类 中的静态变量in.clouthink.daas.security.token.core.acl.HttpMethod
 
AndRequestMatcher - in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher中的类
RequestMatcher that will return true if all of the passed in RequestMatcher instances match.
AndRequestMatcher(List<RequestMatcher>) - 类 的构造器in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.AndRequestMatcher
Creates a new instance
AndRequestMatcher(RequestMatcher...) - 类 的构造器in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.AndRequestMatcher
Creates a new instance
AnonymousAuthentication - in.clouthink.daas.security.token.core中的类
 
AnonymousAuthentication() - 类 的构造器in.clouthink.daas.security.token.core.AnonymousAuthentication
 
antPathBuilder() - 类 中的静态方法in.clouthink.daas.security.token.configure.UrlAclBuilder
 
AntPathRequestMatcher - in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher中的类
Matcher which compares a pre-defined ant-style pattern against the URL (servletPath + pathInfo) of an HttpServletRequest.
AntPathRequestMatcher(String) - 类 的构造器in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.AntPathRequestMatcher
Creates a matcher with the specific pattern which will match all HTTP methods in a case insensitive manner.
AntPathRequestMatcher(String, String) - 类 的构造器in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.AntPathRequestMatcher
Creates a matcher with the supplied pattern and HTTP method in a case insensitive manner.
AntPathRequestMatcher(String, String, boolean) - 类 的构造器in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.AntPathRequestMatcher
Creates a matcher with the supplied pattern which will match the specified Http method
AntPathUrlAcl - in.clouthink.daas.security.token.core.acl中的类
 
AntPathUrlAcl(String, boolean, String...) - 类 的构造器in.clouthink.daas.security.token.core.acl.AntPathUrlAcl
 
AntPathUrlAcl(String, String[], boolean, String...) - 类 的构造器in.clouthink.daas.security.token.core.acl.AntPathUrlAcl
 
AntPathUrlMatcher - in.clouthink.daas.security.token.core.acl中的类
 
AntPathUrlMatcher(String) - 类 的构造器in.clouthink.daas.security.token.core.acl.AntPathUrlMatcher
 
AntPathUrlMatcher(String, String...) - 类 的构造器in.clouthink.daas.security.token.core.acl.AntPathUrlMatcher
 
AntPathUrlMatcher(String, String, boolean) - 类 的构造器in.clouthink.daas.security.token.core.acl.AntPathUrlMatcher
 
AntPathUrlMatcher(String, String[], boolean) - 类 的构造器in.clouthink.daas.security.token.core.acl.AntPathUrlMatcher
 
AnyRequestMatcher - in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher中的类
Matches any supplied request.
authenticate(T) - 接口 中的方法in.clouthink.daas.security.token.spi.AuthenticationProvider
 
authenticate(TokenAuthenticationRequest) - 类 中的方法in.clouthink.daas.security.token.spi.impl.TokenAuthenticationProvider
 
authenticate(UsernamePasswordAuthenticationRequest) - 类 中的方法in.clouthink.daas.security.token.spi.impl.UsernamePasswordAuthenticationProvider
 
Authentication - in.clouthink.daas.security.token.core中的接口
 
AuthenticationException - in.clouthink.daas.security.token.exception中的异常错误
 
AuthenticationException() - 异常错误 的构造器in.clouthink.daas.security.token.exception.AuthenticationException
 
AuthenticationException(String) - 异常错误 的构造器in.clouthink.daas.security.token.exception.AuthenticationException
 
AuthenticationException(String, Throwable) - 异常错误 的构造器in.clouthink.daas.security.token.exception.AuthenticationException
 
AuthenticationException(Throwable) - 异常错误 的构造器in.clouthink.daas.security.token.exception.AuthenticationException
 
AuthenticationFailureException - in.clouthink.daas.security.token.exception中的异常错误
 
AuthenticationFailureException() - 异常错误 的构造器in.clouthink.daas.security.token.exception.AuthenticationFailureException
 
AuthenticationFailureException(String) - 异常错误 的构造器in.clouthink.daas.security.token.exception.AuthenticationFailureException
 
AuthenticationFailureException(String, Throwable) - 异常错误 的构造器in.clouthink.daas.security.token.exception.AuthenticationFailureException
 
AuthenticationFailureException(Throwable) - 异常错误 的构造器in.clouthink.daas.security.token.exception.AuthenticationFailureException
 
AuthenticationFailureHandler - in.clouthink.daas.security.token.support.web中的接口
 
AuthenticationFilter - in.clouthink.daas.security.token.support.web中的类
 
AuthenticationFilter() - 类 的构造器in.clouthink.daas.security.token.support.web.AuthenticationFilter
 
AuthenticationFilter(String) - 类 的构造器in.clouthink.daas.security.token.support.web.AuthenticationFilter
 
AuthenticationFilter(RequestMatcher) - 类 的构造器in.clouthink.daas.security.token.support.web.AuthenticationFilter
 
AuthenticationManager - in.clouthink.daas.security.token.core中的接口
 
AuthenticationProvider<T extends AuthenticationRequest> - in.clouthink.daas.security.token.spi中的接口
 
AuthenticationRequest - in.clouthink.daas.security.token.core中的接口
 
AuthenticationRequiredException - in.clouthink.daas.security.token.exception中的异常错误
 
AuthenticationRequiredException() - 异常错误 的构造器in.clouthink.daas.security.token.exception.AuthenticationRequiredException
 
AuthenticationRequiredException(String) - 异常错误 的构造器in.clouthink.daas.security.token.exception.AuthenticationRequiredException
 
AuthenticationRequiredException(String, Throwable) - 异常错误 的构造器in.clouthink.daas.security.token.exception.AuthenticationRequiredException
 
AuthenticationRequiredException(Throwable) - 异常错误 的构造器in.clouthink.daas.security.token.exception.AuthenticationRequiredException
 
AuthenticationSuccessHandler - in.clouthink.daas.security.token.support.web中的接口
 
AuthorizationFailureException - in.clouthink.daas.security.token.exception中的异常错误
 
AuthorizationFailureException() - 异常错误 的构造器in.clouthink.daas.security.token.exception.AuthorizationFailureException
 
AuthorizationFailureException(String) - 异常错误 的构造器in.clouthink.daas.security.token.exception.AuthorizationFailureException
 
AuthorizationFailureException(String, Throwable) - 异常错误 的构造器in.clouthink.daas.security.token.exception.AuthorizationFailureException
 
AuthorizationFailureException(Throwable) - 异常错误 的构造器in.clouthink.daas.security.token.exception.AuthorizationFailureException
 
AuthorizationFailureHandler - in.clouthink.daas.security.token.support.web中的接口
 
AuthorizationFilter - in.clouthink.daas.security.token.support.web中的类
 
AuthorizationFilter() - 类 的构造器in.clouthink.daas.security.token.support.web.AuthorizationFilter
 
AuthorizationFilter(String) - 类 的构造器in.clouthink.daas.security.token.support.web.AuthorizationFilter
 
AuthorizationFilter(RequestMatcher) - 类 的构造器in.clouthink.daas.security.token.support.web.AuthorizationFilter
 
AuthorizationManager - in.clouthink.daas.security.token.core中的接口
 
AuthorizationProvider<T extends AccessRequest> - in.clouthink.daas.security.token.spi中的接口
 
AuthorizationStrategy - in.clouthink.daas.security.token.core中的枚举
 
authorize(AccessRequest) - 接口 中的方法in.clouthink.daas.security.token.core.AuthorizationManager
 
authorize(AccessRequest) - 类 中的方法in.clouthink.daas.security.token.core.DefaultAuthorizationManager
 
authorize(T) - 接口 中的方法in.clouthink.daas.security.token.spi.AuthorizationProvider
 
authorize(UrlAccessRequest) - 类 中的方法in.clouthink.daas.security.token.spi.impl.DefaultUrlAuthorizationProvider
 

B

BadCredetialException - in.clouthink.daas.security.token.exception中的异常错误
 
BadCredetialException() - 异常错误 的构造器in.clouthink.daas.security.token.exception.BadCredetialException
 
BadCredetialException(String) - 异常错误 的构造器in.clouthink.daas.security.token.exception.BadCredetialException
 
BadCredetialException(String, Throwable) - 异常错误 的构造器in.clouthink.daas.security.token.exception.BadCredetialException
 
BadCredetialException(Throwable) - 异常错误 的构造器in.clouthink.daas.security.token.exception.BadCredetialException
 
Base64 - in.clouthink.daas.security.token.repackage.org.springframework.security.crypto.codec中的类
Base64 encoder which is a reduced version of Robert Harder's public domain implementation (version 2.3.7).
Base64() - 类 的构造器in.clouthink.daas.security.token.repackage.org.springframework.security.crypto.codec.Base64
 
beanDefinitionRegistry - 类 中的变量in.clouthink.daas.security.token.annotation.TokenConfiguration
 
beanFactory - 类 中的变量in.clouthink.daas.security.token.annotation.TokenConfiguration
 
build() - 类 中的方法in.clouthink.daas.security.token.configure.UrlAclBuilder
 
build() - 类 中的方法in.clouthink.daas.security.token.configure.UrlAclProviderBuilder
 

C

caseSensitive(boolean) - 类 中的方法in.clouthink.daas.security.token.configure.UrlAclBuilder
 
cleanExpiredToken() - 类 中的方法in.clouthink.daas.security.token.spi.impl.memory.TokenProviderMemoryImpl
 
clearContext() - 类 中的静态方法in.clouthink.daas.security.token.core.SecurityContextManager
 
clearContext() - 接口 中的方法in.clouthink.daas.security.token.spi.TokenHolderStrategy
 
CompositeTokenProvider - in.clouthink.daas.security.token.spi.impl中的类
 
CompositeTokenProvider(TokenProvider, TokenProvider) - 类 的构造器in.clouthink.daas.security.token.spi.impl.CompositeTokenProvider
 
configure(AuthorizationFilter) - 接口 中的方法in.clouthink.daas.security.token.configure.TokenConfigurer
 
configure(AuthenticationFilter) - 接口 中的方法in.clouthink.daas.security.token.configure.TokenConfigurer
 
configure(LoginEndpoint) - 接口 中的方法in.clouthink.daas.security.token.configure.TokenConfigurer
 
configure(LogoutEndpoint) - 接口 中的方法in.clouthink.daas.security.token.configure.TokenConfigurer
 
configure(TokenLifeSupport) - 接口 中的方法in.clouthink.daas.security.token.configure.TokenConfigurer
 
configure(UrlAclProviderBuilder) - 接口 中的方法in.clouthink.daas.security.token.configure.TokenConfigurer
 
configure(AuthorizationFilter) - 类 中的方法in.clouthink.daas.security.token.configure.TokenConfigurerAdapter
 
configure(AuthenticationFilter) - 类 中的方法in.clouthink.daas.security.token.configure.TokenConfigurerAdapter
 
configure(LoginEndpoint) - 类 中的方法in.clouthink.daas.security.token.configure.TokenConfigurerAdapter
 
configure(LogoutEndpoint) - 类 中的方法in.clouthink.daas.security.token.configure.TokenConfigurerAdapter
 
configure(TokenLifeSupport) - 类 中的方法in.clouthink.daas.security.token.configure.TokenConfigurerAdapter
 
configure(UrlAclProviderBuilder) - 类 中的方法in.clouthink.daas.security.token.configure.TokenConfigurerAdapter
 
create(User) - 类 中的静态方法in.clouthink.daas.security.token.spi.impl.model.TokenEntity
 
create(User, long) - 类 中的静态方法in.clouthink.daas.security.token.spi.impl.model.TokenEntity
 
createELContext(HttpServletRequest) - 类 中的方法in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.ELRequestMatcher
Subclasses can override this methode if they want to use a different EL root context
createEmptyContext() - 类 中的静态方法in.clouthink.daas.security.token.core.SecurityContextManager
 
createToken(User) - 类 中的方法in.clouthink.daas.security.token.core.DefaultTokenManager
 
createToken(User) - 接口 中的方法in.clouthink.daas.security.token.core.TokenManager
 
currentAuthentication() - 类 中的静态方法in.clouthink.daas.security.token.support.SecurityUtils
 
currentToken() - 类 中的方法in.clouthink.daas.security.token.core.AnonymousAuthentication
 
currentToken() - 接口 中的方法in.clouthink.daas.security.token.core.Authentication
 
currentToken() - 类 中的方法in.clouthink.daas.security.token.core.DefaultAuthentication
 

D

DAAS_TOKEN_FILTER - 类 中的静态变量in.clouthink.daas.security.token.annotation.TokenConfiguration
 
daasDefaultAuthenticationManager(IdentityProvider, TokenManager) - 类 中的方法in.clouthink.daas.security.token.annotation.TokenConfiguration
 
daasDefaultAuthorizationManager(AuthorizationProvider) - 类 中的方法in.clouthink.daas.security.token.annotation.TokenConfiguration
 
daasDefaultIdentityProvider() - 类 中的方法in.clouthink.daas.security.token.annotation.TokenConfiguration
 
daasDefaultTokenManager(TokenProvider) - 类 中的方法in.clouthink.daas.security.token.annotation.TokenConfiguration
 
daasDefaultTokenProvider() - 类 中的方法in.clouthink.daas.security.token.annotation.TokenConfiguration
 
daasDefaultUrlAclProvider() - 类 中的方法in.clouthink.daas.security.token.annotation.TokenConfiguration
 
daasDefaultUrlAuthorizationProvider(AclProvider) - 类 中的方法in.clouthink.daas.security.token.annotation.TokenConfiguration
 
daasTokenAuthenticationFilter(AuthenticationManager) - 类 中的方法in.clouthink.daas.security.token.annotation.TokenConfiguration
 
daasTokenAuthenticationProvider(IdentityProvider, TokenManager) - 类 中的方法in.clouthink.daas.security.token.annotation.TokenConfiguration
 
daasTokenAuthorizationFilter(AuthorizationManager) - 类 中的方法in.clouthink.daas.security.token.annotation.TokenConfiguration
 
daasTokenCompositeFilter(AuthenticationFilter, AuthorizationFilter, LoginEndpoint, LogoutEndpoint) - 类 中的方法in.clouthink.daas.security.token.annotation.TokenConfiguration
 
daasTokenLoginEndpoint(AuthenticationManager) - 类 中的方法in.clouthink.daas.security.token.annotation.TokenConfiguration
 
daasTokenLogoutEndpoint(AuthenticationManager) - 类 中的方法in.clouthink.daas.security.token.annotation.TokenConfiguration
 
daasUsernamePasswordAuthenticationProvider(IdentityProvider, TokenManager) - 类 中的方法in.clouthink.daas.security.token.annotation.TokenConfiguration
 
DECODE - 类 中的静态变量in.clouthink.daas.security.token.repackage.org.springframework.security.crypto.codec.Base64
Specify decoding in first bit.
decode(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.springframework.security.crypto.codec.Base64
 
decode(CharSequence) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.springframework.security.crypto.codec.Hex
 
DefaultAuthentication - in.clouthink.daas.security.token.core中的类
 
DefaultAuthentication(Token) - 类 的构造器in.clouthink.daas.security.token.core.DefaultAuthentication
 
DefaultAuthenticationFailureHandler - in.clouthink.daas.security.token.support.web中的类
 
DefaultAuthenticationFailureHandler() - 类 的构造器in.clouthink.daas.security.token.support.web.DefaultAuthenticationFailureHandler
 
DefaultAuthenticationManager - in.clouthink.daas.security.token.core中的类
 
DefaultAuthenticationManager() - 类 的构造器in.clouthink.daas.security.token.core.DefaultAuthenticationManager
 
DefaultAuthenticationSuccessHandler - in.clouthink.daas.security.token.support.web中的类
 
DefaultAuthenticationSuccessHandler() - 类 的构造器in.clouthink.daas.security.token.support.web.DefaultAuthenticationSuccessHandler
 
DefaultAuthorizationFailureHandler - in.clouthink.daas.security.token.support.web中的类
 
DefaultAuthorizationFailureHandler() - 类 的构造器in.clouthink.daas.security.token.support.web.DefaultAuthorizationFailureHandler
 
DefaultAuthorizationManager - in.clouthink.daas.security.token.core中的类
 
DefaultAuthorizationManager() - 类 的构造器in.clouthink.daas.security.token.core.DefaultAuthorizationManager
 
DefaultPasswordDigester - in.clouthink.daas.security.token.core.pwd中的类
 
DefaultPasswordDigester(String) - 类 的构造器in.clouthink.daas.security.token.core.pwd.DefaultPasswordDigester
 
DefaultPasswordDigesterProvider - in.clouthink.daas.security.token.spi.impl中的类
 
DefaultPasswordDigesterProvider() - 类 的构造器in.clouthink.daas.security.token.spi.impl.DefaultPasswordDigesterProvider
 
DefaultSecurityContext - in.clouthink.daas.security.token.core中的类
 
DefaultSecurityContext() - 类 的构造器in.clouthink.daas.security.token.core.DefaultSecurityContext
 
DefaultTokenManager - in.clouthink.daas.security.token.core中的类
 
DefaultTokenManager() - 类 的构造器in.clouthink.daas.security.token.core.DefaultTokenManager
 
DefaultUrlAclProvider - in.clouthink.daas.security.token.spi.impl中的类
 
DefaultUrlAclProvider(List<UrlAcl>) - 类 的构造器in.clouthink.daas.security.token.spi.impl.DefaultUrlAclProvider
 
DefaultUrlAuthorizationProvider - in.clouthink.daas.security.token.spi.impl中的类
 
DefaultUrlAuthorizationProvider() - 类 的构造器in.clouthink.daas.security.token.spi.impl.DefaultUrlAuthorizationProvider
 
DefaultWebResponseExceptionTranslator - in.clouthink.daas.security.token.support.web中的类
 
DefaultWebResponseExceptionTranslator() - 类 的构造器in.clouthink.daas.security.token.support.web.DefaultWebResponseExceptionTranslator
 
DELETE - 类 中的静态变量in.clouthink.daas.security.token.core.acl.HttpMethod
 
DigestAlgorithm - in.clouthink.daas.security.token.core.pwd中的类
 
DigestAlgorithm() - 类 的构造器in.clouthink.daas.security.token.core.pwd.DigestAlgorithm
 
DigestMetadataProvider<T extends User> - in.clouthink.daas.security.token.spi中的接口
 
DO_BREAK_LINES - 类 中的静态变量in.clouthink.daas.security.token.repackage.org.springframework.security.crypto.codec.Base64
Do break lines when encoding.
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法in.clouthink.daas.security.token.support.web.AuthenticationFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法in.clouthink.daas.security.token.support.web.AuthorizationFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法in.clouthink.daas.security.token.support.web.LoginEndpoint
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法in.clouthink.daas.security.token.support.web.LogoutEndpoint
 
DUMMY_ROLE - 接口 中的静态变量in.clouthink.daas.security.token.core.Role
 

E

ELRequestMatcher - in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher中的类
A RequestMatcher implementation which uses a SpEL expression With the default EvaluationContext (ELRequestMatcherContext) you can use hasIpAdress() and hasHeader()
ELRequestMatcher(String) - 类 的构造器in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.ELRequestMatcher
 
EnableToken - in.clouthink.daas.security.token.annotation中的注释类型
 
enableToken - 类 中的变量in.clouthink.daas.security.token.annotation.TokenConfiguration
 
encode(String, String) - 类 中的方法in.clouthink.daas.security.token.core.pwd.DefaultPasswordDigester
 
encode(String, String) - 接口 中的方法in.clouthink.daas.security.token.core.pwd.PasswordDigester
 
ENCODE - 类 中的静态变量in.clouthink.daas.security.token.repackage.org.springframework.security.crypto.codec.Base64
Specify encoding in first bit.
encode(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.springframework.security.crypto.codec.Base64
 
encode(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.springframework.security.crypto.codec.Hex
 
equals(Object) - 类 中的方法in.clouthink.daas.security.token.core.DefaultSecurityContext
 
equals(Object) - 类 中的方法in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.AntPathRequestMatcher
 
equals(Object) - 类 中的方法in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.AnyRequestMatcher
 

F

failedMap() - 类 中的静态方法in.clouthink.daas.security.token.support.web.WebResultWrapper
 
failedMap(String) - 类 中的静态方法in.clouthink.daas.security.token.support.web.WebResultWrapper
 
failedMap(String[]) - 类 中的静态方法in.clouthink.daas.security.token.support.web.WebResultWrapper
 
failedMap(List<String>) - 类 中的静态方法in.clouthink.daas.security.token.support.web.WebResultWrapper
 
failedMap(String, String, String) - 类 中的静态方法in.clouthink.daas.security.token.support.web.WebResultWrapper
 
FilterChainBuilder - in.clouthink.daas.security.token.support.web中的类
 
FilterChainBuilder() - 类 的构造器in.clouthink.daas.security.token.support.web.FilterChainBuilder
 
findByToken(String) - 类 中的方法in.clouthink.daas.security.token.spi.impl.CompositeTokenProvider
 
findByToken(String) - 类 中的方法in.clouthink.daas.security.token.spi.impl.memcached.TokenProviderMemcachedImpl
 
findByToken(String) - 类 中的方法in.clouthink.daas.security.token.spi.impl.memory.TokenProviderMemoryImpl
 
findByToken(String) - 接口 中的方法in.clouthink.daas.security.token.spi.impl.mongodb.TokenEntityRepository
 
findByToken(String) - 类 中的方法in.clouthink.daas.security.token.spi.impl.mongodb.TokenProviderMongodbImpl
 
findByToken(String) - 类 中的方法in.clouthink.daas.security.token.spi.impl.redis.TokenProviderRedisImpl
 
findByToken(String) - 接口 中的方法in.clouthink.daas.security.token.spi.TokenProvider
 
findByUsername(String) - 接口 中的方法in.clouthink.daas.security.token.spi.IdentityProvider
 
findByUsername(String) - 类 中的方法in.clouthink.daas.security.token.spi.impl.memory.IdentityProviderMemoryImpl
 
findToken(String) - 类 中的方法in.clouthink.daas.security.token.core.DefaultTokenManager
 
findToken(String) - 接口 中的方法in.clouthink.daas.security.token.core.TokenManager
 

G

GET - 类 中的静态变量in.clouthink.daas.security.token.core.acl.HttpMethod
 
getActions() - 接口 中的方法in.clouthink.daas.security.token.core.acl.Acl
 
getActions() - 类 中的方法in.clouthink.daas.security.token.core.acl.UrlAcl
 
getAuthentication() - 接口 中的方法in.clouthink.daas.security.token.core.acl.AccessRequest
 
getAuthentication() - 类 中的方法in.clouthink.daas.security.token.core.acl.UrlAccessRequest
 
getAuthentication() - 类 中的方法in.clouthink.daas.security.token.core.DefaultSecurityContext
 
getAuthenticationFailureHandler() - 类 中的方法in.clouthink.daas.security.token.support.web.LoginEndpoint
 
getAuthenticationManager() - 类 中的方法in.clouthink.daas.security.token.support.web.AuthenticationFilter
 
getAuthenticationManager() - 类 中的方法in.clouthink.daas.security.token.support.web.LoginEndpoint
 
getAuthenticationManager() - 类 中的方法in.clouthink.daas.security.token.support.web.LogoutEndpoint
 
getAuthenticationSuccessHandler() - 类 中的方法in.clouthink.daas.security.token.support.web.LoginEndpoint
 
getAuthorizationFailureHandler() - 类 中的方法in.clouthink.daas.security.token.support.web.AuthenticationFilter
 
getAuthorizationManager() - 类 中的方法in.clouthink.daas.security.token.support.web.AuthorizationFilter
 
getAuthorizationStrategy() - 类 中的方法in.clouthink.daas.security.token.core.DefaultAuthorizationManager
 
getContext() - 类 中的静态方法in.clouthink.daas.security.token.core.SecurityContextManager
 
getCredentials() - 接口 中的方法in.clouthink.daas.security.token.core.AuthenticationRequest
 
getCredentials() - 类 中的方法in.clouthink.daas.security.token.core.TokenAuthenticationRequest
 
getCredentials() - 类 中的方法in.clouthink.daas.security.token.core.UsernamePasswordAuthenticationRequest
 
getCurrent() - 接口 中的方法in.clouthink.daas.security.token.spi.TokenHolderStrategy
 
getDigestAlgorithm(T) - 接口 中的方法in.clouthink.daas.security.token.spi.DigestMetadataProvider
 
getDigestMetadataProvider() - 类 中的方法in.clouthink.daas.security.token.spi.impl.UsernamePasswordAuthenticationProvider
 
getExpiredDate() - 接口 中的方法in.clouthink.daas.security.token.core.Token
 
getExpiredDate() - 类 中的方法in.clouthink.daas.security.token.spi.impl.model.TokenEntity
 
getFailedMessage(Map<String, Object>) - 类 中的静态方法in.clouthink.daas.security.token.support.web.WebResultWrapper
 
getFailedMessages(Map<String, Object>) - 类 中的静态方法in.clouthink.daas.security.token.support.web.WebResultWrapper
 
getGrantRules() - 接口 中的方法in.clouthink.daas.security.token.core.acl.Acl
 
getGrantRules() - 类 中的方法in.clouthink.daas.security.token.core.acl.UrlAcl
 
getHttpMethod() - 类 中的方法in.clouthink.daas.security.token.core.acl.UrlAccessRequest
 
getHttpMethods() - 类 中的方法in.clouthink.daas.security.token.core.acl.UrlAcl
 
getId() - 接口 中的方法in.clouthink.daas.security.token.core.User
 
getIdentityProvider() - 类 中的方法in.clouthink.daas.security.token.spi.impl.TokenAuthenticationProvider
 
getIdentityProvider() - 类 中的方法in.clouthink.daas.security.token.spi.impl.UsernamePasswordAuthenticationProvider
 
getLatestTime() - 接口 中的方法in.clouthink.daas.security.token.core.Token
 
getLatestTime() - 类 中的方法in.clouthink.daas.security.token.spi.impl.model.TokenEntity
 
getMessageDigest() - 类 中的方法in.clouthink.daas.security.token.core.pwd.DefaultPasswordDigester
 
getName() - 接口 中的方法in.clouthink.daas.security.token.core.Role
 
getOperation() - 接口 中的方法in.clouthink.daas.security.token.core.acl.AccessRequest
 
getOperation() - 类 中的方法in.clouthink.daas.security.token.core.acl.UrlAccessRequest
 
getOwner() - 接口 中的方法in.clouthink.daas.security.token.core.Token
 
getOwner() - 类 中的方法in.clouthink.daas.security.token.spi.impl.model.TokenEntity
 
getPassword() - 接口 中的方法in.clouthink.daas.security.token.core.User
 
getPasswordDigester(String) - 类 中的方法in.clouthink.daas.security.token.spi.impl.DefaultPasswordDigesterProvider
 
getPasswordDigester(String) - 接口 中的方法in.clouthink.daas.security.token.spi.PasswordDigesterProvider
 
getPasswordDigesterProvider() - 类 中的方法in.clouthink.daas.security.token.spi.impl.UsernamePasswordAuthenticationProvider
 
getPasswordParameter() - 类 中的方法in.clouthink.daas.security.token.support.web.LoginEndpoint
 
getPattern() - 类 中的方法in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.AntPathRequestMatcher
 
getPrincipal() - 接口 中的方法in.clouthink.daas.security.token.core.AuthenticationRequest
 
getPrincipal() - 类 中的方法in.clouthink.daas.security.token.core.TokenAuthenticationRequest
 
getPrincipal() - 类 中的方法in.clouthink.daas.security.token.core.UsernamePasswordAuthenticationRequest
 
getProvider() - 类 中的方法in.clouthink.daas.security.token.spi.impl.DefaultUrlAuthorizationProvider
 
getProviders() - 类 中的方法in.clouthink.daas.security.token.core.DefaultAuthenticationManager
 
getProviders() - 类 中的方法in.clouthink.daas.security.token.core.DefaultAuthorizationManager
 
getRealm() - 接口 中的方法in.clouthink.daas.security.token.core.acl.Acl
 
getRealm() - 类 中的方法in.clouthink.daas.security.token.core.acl.UrlAcl
 
getRenderer() - 类 中的方法in.clouthink.daas.security.token.support.web.DefaultAuthenticationFailureHandler
 
getRenderer() - 类 中的方法in.clouthink.daas.security.token.support.web.DefaultAuthenticationSuccessHandler
 
getRenderer() - 类 中的方法in.clouthink.daas.security.token.support.web.DefaultAuthorizationFailureHandler
 
getRoles() - 接口 中的方法in.clouthink.daas.security.token.core.User
 
getSalt(T) - 接口 中的方法in.clouthink.daas.security.token.spi.DigestMetadataProvider
 
getTarget() - 接口 中的方法in.clouthink.daas.security.token.core.acl.AccessRequest
 
getTarget() - 类 中的方法in.clouthink.daas.security.token.core.acl.UrlAccessRequest
 
getToken() - 接口 中的方法in.clouthink.daas.security.token.core.Token
 
getToken() - 类 中的方法in.clouthink.daas.security.token.spi.impl.model.TokenEntity
 
getTokenManager() - 类 中的方法in.clouthink.daas.security.token.spi.impl.TokenAuthenticationProvider
 
getTokenManager() - 类 中的方法in.clouthink.daas.security.token.spi.impl.UsernamePasswordAuthenticationProvider
 
getTokenProvider() - 类 中的方法in.clouthink.daas.security.token.core.DefaultTokenManager
 
getTokenTimeout() - 类 中的方法in.clouthink.daas.security.token.core.DefaultTokenManager
 
getTranslater() - 类 中的方法in.clouthink.daas.security.token.support.web.DefaultAuthenticationFailureHandler
 
getTranslater() - 类 中的方法in.clouthink.daas.security.token.support.web.DefaultAuthorizationFailureHandler
 
getUrl() - 类 中的方法in.clouthink.daas.security.token.core.acl.UrlAccessRequest
 
getUrlRealm() - 类 中的方法in.clouthink.daas.security.token.core.acl.UrlAcl
 
getUsername() - 接口 中的方法in.clouthink.daas.security.token.core.User
 
getUsernameParameter() - 类 中的方法in.clouthink.daas.security.token.support.web.LoginEndpoint
 
getVoters() - 类 中的方法in.clouthink.daas.security.token.spi.impl.DefaultUrlAuthorizationProvider
 
grantRules(String...) - 类 中的方法in.clouthink.daas.security.token.configure.UrlAclBuilder
 
GrantStrategy - in.clouthink.daas.security.token.core.acl中的枚举
 

H

handle(HttpServletRequest, HttpServletResponse, Exception) - 接口 中的方法in.clouthink.daas.security.token.support.web.AuthenticationFailureHandler
 
handle(HttpServletRequest, HttpServletResponse, Exception) - 接口 中的方法in.clouthink.daas.security.token.support.web.AuthorizationFailureHandler
 
handle(HttpServletRequest, HttpServletResponse, Exception) - 类 中的方法in.clouthink.daas.security.token.support.web.DefaultAuthenticationFailureHandler
 
handle(HttpServletRequest, HttpServletResponse, Exception) - 类 中的方法in.clouthink.daas.security.token.support.web.DefaultAuthorizationFailureHandler
 
handleResponse(HttpEntity<?>, HttpServletRequest, HttpServletResponse) - 类 中的方法in.clouthink.daas.security.token.support.web.HttpResponseJsonRenderer
 
handleResponse(HttpEntity<?>, HttpServletRequest, HttpServletResponse) - 接口 中的方法in.clouthink.daas.security.token.support.web.HttpResponseRenderer
 
hashCode() - 类 中的方法in.clouthink.daas.security.token.core.DefaultSecurityContext
 
hashCode() - 类 中的方法in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.AntPathRequestMatcher
 
hashCode() - 类 中的方法in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.AnyRequestMatcher
 
Hex - in.clouthink.daas.security.token.repackage.org.springframework.security.crypto.codec中的类
Hex data encoder.
Hex() - 类 的构造器in.clouthink.daas.security.token.repackage.org.springframework.security.crypto.codec.Hex
 
HttpMethod - in.clouthink.daas.security.token.core.acl中的类
 
HttpMethod() - 类 的构造器in.clouthink.daas.security.token.core.acl.HttpMethod
 
httpMethods(String...) - 类 中的方法in.clouthink.daas.security.token.configure.UrlAclBuilder
 
HttpResponseJsonRenderer - in.clouthink.daas.security.token.support.web中的类
 
HttpResponseJsonRenderer() - 类 的构造器in.clouthink.daas.security.token.support.web.HttpResponseJsonRenderer
 
HttpResponseRenderer - in.clouthink.daas.security.token.support.web中的接口
 

I

IdentityProvider<T extends User> - in.clouthink.daas.security.token.spi中的接口
 
IdentityProviderMemoryImpl - in.clouthink.daas.security.token.spi.impl.memory中的类
 
IdentityProviderMemoryImpl() - 类 的构造器in.clouthink.daas.security.token.spi.impl.memory.IdentityProviderMemoryImpl
 
in.clouthink.daas.security.token.annotation - 程序包 in.clouthink.daas.security.token.annotation
 
in.clouthink.daas.security.token.configure - 程序包 in.clouthink.daas.security.token.configure
 
in.clouthink.daas.security.token.core - 程序包 in.clouthink.daas.security.token.core
 
in.clouthink.daas.security.token.core.acl - 程序包 in.clouthink.daas.security.token.core.acl
 
in.clouthink.daas.security.token.core.pwd - 程序包 in.clouthink.daas.security.token.core.pwd
 
in.clouthink.daas.security.token.exception - 程序包 in.clouthink.daas.security.token.exception
 
in.clouthink.daas.security.token.repackage.org.springframework.security.crypto.codec - 程序包 in.clouthink.daas.security.token.repackage.org.springframework.security.crypto.codec
 
in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher - 程序包 in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher
 
in.clouthink.daas.security.token.spi - 程序包 in.clouthink.daas.security.token.spi
 
in.clouthink.daas.security.token.spi.impl - 程序包 in.clouthink.daas.security.token.spi.impl
 
in.clouthink.daas.security.token.spi.impl.memcached - 程序包 in.clouthink.daas.security.token.spi.impl.memcached
 
in.clouthink.daas.security.token.spi.impl.memory - 程序包 in.clouthink.daas.security.token.spi.impl.memory
 
in.clouthink.daas.security.token.spi.impl.model - 程序包 in.clouthink.daas.security.token.spi.impl.model
 
in.clouthink.daas.security.token.spi.impl.mongodb - 程序包 in.clouthink.daas.security.token.spi.impl.mongodb
 
in.clouthink.daas.security.token.spi.impl.redis - 程序包 in.clouthink.daas.security.token.spi.impl.redis
 
in.clouthink.daas.security.token.support - 程序包 in.clouthink.daas.security.token.support
 
in.clouthink.daas.security.token.support.web - 程序包 in.clouthink.daas.security.token.support.web
 
INSTANCE - 类 中的静态变量in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.AnyRequestMatcher
 
INSTANCE - 接口 中的静态变量in.clouthink.daas.security.token.spi.DigestMetadataProvider
 
InvalidTokenException - in.clouthink.daas.security.token.exception中的异常错误
 
InvalidTokenException() - 异常错误 的构造器in.clouthink.daas.security.token.exception.InvalidTokenException
 
InvalidTokenException(String) - 异常错误 的构造器in.clouthink.daas.security.token.exception.InvalidTokenException
 
InvalidTokenException(String, Throwable) - 异常错误 的构造器in.clouthink.daas.security.token.exception.InvalidTokenException
 
InvalidTokenException(Throwable) - 异常错误 的构造器in.clouthink.daas.security.token.exception.InvalidTokenException
 
IpAddressMatcher - in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher中的类
Matches a request based on IP Address or subnet mask matching against the remote address.
IpAddressMatcher(String) - 类 的构造器in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.IpAddressMatcher
Takes a specific IP address or a range specified using the IP/Netmask (e.g. 192.168.1.0/24 or 202.24.0.0/14).
isBase64(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.springframework.security.crypto.codec.Base64
 
isBase64Encoded() - 类 中的方法in.clouthink.daas.security.token.core.pwd.DefaultPasswordDigester
 
isCaseInsensitive() - 类 中的方法in.clouthink.daas.security.token.core.acl.AbstractAccessRequestVoter
 
isEnabled() - 接口 中的方法in.clouthink.daas.security.token.core.User
 
isExpired() - 接口 中的方法in.clouthink.daas.security.token.core.User
 
isFailedMap(Map<String, Object>) - 类 中的静态方法in.clouthink.daas.security.token.support.web.WebResultWrapper
 
isLocked() - 接口 中的方法in.clouthink.daas.security.token.core.User
 
isLoginMatched(HttpServletRequest, HttpServletResponse) - 类 中的方法in.clouthink.daas.security.token.support.web.LoginEndpoint
 
isLogoutMatched(HttpServletRequest, HttpServletResponse) - 类 中的方法in.clouthink.daas.security.token.support.web.LogoutEndpoint
 
isPostOnly() - 类 中的方法in.clouthink.daas.security.token.support.web.LoginEndpoint
 
isUrlProcessingMatched(HttpServletRequest, HttpServletResponse) - 类 中的方法in.clouthink.daas.security.token.support.web.AuthenticationFilter
 
isUrlProcessingMatched(HttpServletRequest, HttpServletResponse) - 类 中的方法in.clouthink.daas.security.token.support.web.AuthorizationFilter
 

L

listAll() - 接口 中的方法in.clouthink.daas.security.token.spi.AclProvider
 
listAll() - 类 中的方法in.clouthink.daas.security.token.spi.impl.DefaultUrlAclProvider
 
logger - 类 中的静态变量in.clouthink.daas.security.token.spi.impl.memcached.TokenProviderMemcachedImpl
 
logger - 类 中的静态变量in.clouthink.daas.security.token.spi.impl.memory.TokenProviderMemoryImpl
 
logger - 类 中的静态变量in.clouthink.daas.security.token.spi.impl.mongodb.TokenProviderMongodbImpl
 
logger - 类 中的静态变量in.clouthink.daas.security.token.spi.impl.redis.TokenProviderRedisImpl
 
login(AuthenticationRequest) - 接口 中的方法in.clouthink.daas.security.token.core.AuthenticationManager
 
login(AuthenticationRequest) - 类 中的方法in.clouthink.daas.security.token.core.DefaultAuthenticationManager
 
LoginEndpoint - in.clouthink.daas.security.token.support.web中的类
 
LoginEndpoint() - 类 的构造器in.clouthink.daas.security.token.support.web.LoginEndpoint
 
LoginEndpoint(String) - 类 的构造器in.clouthink.daas.security.token.support.web.LoginEndpoint
 
LoginEndpoint(RequestMatcher) - 类 的构造器in.clouthink.daas.security.token.support.web.LoginEndpoint
 
logout(Authentication) - 接口 中的方法in.clouthink.daas.security.token.core.AuthenticationManager
 
logout(Authentication) - 类 中的方法in.clouthink.daas.security.token.core.DefaultAuthenticationManager
 
LogoutEndpoint - in.clouthink.daas.security.token.support.web中的类
 
LogoutEndpoint() - 类 的构造器in.clouthink.daas.security.token.support.web.LogoutEndpoint
 
LogoutEndpoint(String) - 类 的构造器in.clouthink.daas.security.token.support.web.LogoutEndpoint
 
LogoutEndpoint(RequestMatcher) - 类 的构造器in.clouthink.daas.security.token.support.web.LogoutEndpoint
 

M

MatchAllUrlAcl - in.clouthink.daas.security.token.core.acl中的类
 
MatchAllUrlAcl() - 类 的构造器in.clouthink.daas.security.token.core.acl.MatchAllUrlAcl
 
matches(String, String) - 接口 中的方法in.clouthink.daas.security.token.core.acl.Acl
 
matches(String, String) - 类 中的方法in.clouthink.daas.security.token.core.acl.AntPathUrlAcl
 
matches(String, String) - 类 中的方法in.clouthink.daas.security.token.core.acl.AntPathUrlMatcher
Performs the match of the request URL ( servletPath + pathInfo + queryString) against the compiled pattern.
matches(String, String) - 类 中的方法in.clouthink.daas.security.token.core.acl.MatchAllUrlAcl
 
matches(String, String) - 类 中的方法in.clouthink.daas.security.token.core.acl.RegexUrlAcl
 
matches(String, String) - 类 中的方法in.clouthink.daas.security.token.core.acl.RegexUrlMatcher
Performs the match of the request URL ( servletPath + pathInfo + queryString) against the compiled pattern.
matches(String, String) - 接口 中的方法in.clouthink.daas.security.token.core.acl.UrlMatcher
 
matches(String, String, String) - 类 中的方法in.clouthink.daas.security.token.core.pwd.DefaultPasswordDigester
 
matches(String, String, String) - 接口 中的方法in.clouthink.daas.security.token.core.pwd.PasswordDigester
 
matches(HttpServletRequest) - 类 中的方法in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.AndRequestMatcher
 
matches(HttpServletRequest) - 类 中的方法in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.AntPathRequestMatcher
Returns true if the configured pattern (and HTTP-Method) match those of the supplied request.
matches(HttpServletRequest) - 类 中的方法in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.AnyRequestMatcher
 
matches(HttpServletRequest) - 类 中的方法in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.ELRequestMatcher
 
matches(HttpServletRequest) - 类 中的方法in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.IpAddressMatcher
 
matches(String) - 类 中的方法in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.IpAddressMatcher
 
matches(HttpServletRequest) - 类 中的方法in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.MediaTypeRequestMatcher
 
matches(HttpServletRequest) - 类 中的方法in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.NegatedRequestMatcher
 
matches(HttpServletRequest) - 类 中的方法in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.OrRequestMatcher
 
matches(HttpServletRequest) - 类 中的方法in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.RegexRequestMatcher
Performs the match of the request URL (servletPath + pathInfo + queryString) against the compiled pattern.
matches(HttpServletRequest) - 类 中的方法in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.RequestHeaderRequestMatcher
 
matches(HttpServletRequest) - 接口 中的方法in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.RequestMatcher
Decides whether the rule implemented by the strategy matches the supplied request.
MD5 - 类 中的静态变量in.clouthink.daas.security.token.core.pwd.DigestAlgorithm
 
MediaTypeRequestMatcher - in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher中的类
Allows matching HttpServletRequest based upon the MediaType's resolved from a ContentNegotiationStrategy.
MediaTypeRequestMatcher(ContentNegotiationStrategy, MediaType...) - 类 的构造器in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.MediaTypeRequestMatcher
Creates an instance
MediaTypeRequestMatcher(ContentNegotiationStrategy, Collection<MediaType>) - 类 的构造器in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.MediaTypeRequestMatcher
Creates an instance
mergePasswordAndSalt(String, String, boolean) - 类 中的方法in.clouthink.daas.security.token.core.pwd.DefaultPasswordDigester
 

N

NegatedRequestMatcher - in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher中的类
A RequestMatcher that will negate the RequestMatcher passed in.
NegatedRequestMatcher(RequestMatcher) - 类 的构造器in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.NegatedRequestMatcher
Creates a new instance
newInstance() - 类 中的静态方法in.clouthink.daas.security.token.configure.UrlAclProviderBuilder
 
NO_OPTIONS - 类 中的静态变量in.clouthink.daas.security.token.repackage.org.springframework.security.crypto.codec.Base64
No options specified.

O

obtainPassword(HttpServletRequest) - 类 中的方法in.clouthink.daas.security.token.support.web.LoginEndpoint
 
obtainUsername(HttpServletRequest) - 类 中的方法in.clouthink.daas.security.token.support.web.LoginEndpoint
 
onAuthenticationSuccess(HttpServletRequest, HttpServletResponse, Authentication) - 接口 中的方法in.clouthink.daas.security.token.support.web.AuthenticationSuccessHandler
Called when a user has been successfully authenticated.
onAuthenticationSuccess(HttpServletRequest, HttpServletResponse, Authentication) - 类 中的方法in.clouthink.daas.security.token.support.web.DefaultAuthenticationSuccessHandler
 
ORDERED - 类 中的静态变量in.clouthink.daas.security.token.repackage.org.springframework.security.crypto.codec.Base64
Encode using the special "ordered" dialect of Base64 described here: http://www.faqs.org/qa/rfcc-1940.html.
OrRequestMatcher - in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher中的类
RequestMatcher that will return true if any of the passed in RequestMatcher instances match.
OrRequestMatcher(List<RequestMatcher>) - 类 的构造器in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.OrRequestMatcher
Creates a new instance
OrRequestMatcher(RequestMatcher...) - 类 的构造器in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.OrRequestMatcher
Creates a new instance

P

PasswordDigester - in.clouthink.daas.security.token.core.pwd中的接口
 
PasswordDigesterProvider - in.clouthink.daas.security.token.spi中的接口
 
POST - 类 中的静态变量in.clouthink.daas.security.token.core.acl.HttpMethod
 
PURGE - 类 中的静态变量in.clouthink.daas.security.token.core.acl.HttpMethod
 
PUT - 类 中的静态变量in.clouthink.daas.security.token.core.acl.HttpMethod
 

R

regexBuilder() - 类 中的静态方法in.clouthink.daas.security.token.configure.UrlAclBuilder
 
RegexRequestMatcher - in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher中的类
Uses a regular expression to decide whether a supplied the URL of a supplied HttpServletRequest.
RegexRequestMatcher(String, String) - 类 的构造器in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.RegexRequestMatcher
Creates a case-sensitive Pattern instance to match against the request.
RegexRequestMatcher(String, String, boolean) - 类 的构造器in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.RegexRequestMatcher
As above, but allows setting of whether case-insensitive matching should be used.
RegexUrlAcl - in.clouthink.daas.security.token.core.acl中的类
 
RegexUrlAcl(String, boolean, String...) - 类 的构造器in.clouthink.daas.security.token.core.acl.RegexUrlAcl
 
RegexUrlAcl(String, String[], boolean, String...) - 类 的构造器in.clouthink.daas.security.token.core.acl.RegexUrlAcl
 
RegexUrlMatcher - in.clouthink.daas.security.token.core.acl中的类
 
RegexUrlMatcher(String) - 类 的构造器in.clouthink.daas.security.token.core.acl.RegexUrlMatcher
 
RegexUrlMatcher(String, String...) - 类 的构造器in.clouthink.daas.security.token.core.acl.RegexUrlMatcher
 
RegexUrlMatcher(String, String, boolean) - 类 的构造器in.clouthink.daas.security.token.core.acl.RegexUrlMatcher
 
RegexUrlMatcher(String, String[], boolean) - 类 的构造器in.clouthink.daas.security.token.core.acl.RegexUrlMatcher
 
RequestHeaderRequestMatcher - in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher中的类
A RequestMatcher that can be used to match request that contain a header with an expected header name and an expected value.
RequestHeaderRequestMatcher(String) - 类 的构造器in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.RequestHeaderRequestMatcher
Creates a new instance that will match if a header by the name of RequestHeaderRequestMatcher.expectedHeaderName is present.
RequestHeaderRequestMatcher(String, String) - 类 的构造器in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.RequestHeaderRequestMatcher
Creates a new instance that will match if a header by the name of RequestHeaderRequestMatcher.expectedHeaderName is present and if the RequestHeaderRequestMatcher.expectedHeaderValue is non-null the first value is the same.
RequestMatcher - in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher中的接口
Simple strategy to match an HttpServletRequest.
revoke(Authentication) - 接口 中的方法in.clouthink.daas.security.token.spi.AuthenticationProvider
 
revoke(Authentication) - 类 中的方法in.clouthink.daas.security.token.spi.impl.TokenAuthenticationProvider
 
revoke(Authentication) - 类 中的方法in.clouthink.daas.security.token.spi.impl.UsernamePasswordAuthenticationProvider
 
revokeToken(String) - 类 中的方法in.clouthink.daas.security.token.core.DefaultTokenManager
 
revokeToken(String) - 接口 中的方法in.clouthink.daas.security.token.core.TokenManager
 
revokeToken(Token) - 类 中的方法in.clouthink.daas.security.token.spi.impl.CompositeTokenProvider
 
revokeToken(Token) - 类 中的方法in.clouthink.daas.security.token.spi.impl.memcached.TokenProviderMemcachedImpl
 
revokeToken(Token) - 类 中的方法in.clouthink.daas.security.token.spi.impl.memory.TokenProviderMemoryImpl
 
revokeToken(TokenEntity) - 类 中的方法in.clouthink.daas.security.token.spi.impl.mongodb.TokenProviderMongodbImpl
 
revokeToken(Token) - 类 中的方法in.clouthink.daas.security.token.spi.impl.redis.TokenProviderRedisImpl
 
revokeToken(T) - 接口 中的方法in.clouthink.daas.security.token.spi.TokenProvider
 
Role - in.clouthink.daas.security.token.core中的接口
 

S

saveToken(Token) - 类 中的方法in.clouthink.daas.security.token.spi.impl.CompositeTokenProvider
 
saveToken(Token) - 类 中的方法in.clouthink.daas.security.token.spi.impl.memcached.TokenProviderMemcachedImpl
 
saveToken(Token) - 类 中的方法in.clouthink.daas.security.token.spi.impl.memory.TokenProviderMemoryImpl
 
saveToken(TokenEntity) - 类 中的方法in.clouthink.daas.security.token.spi.impl.mongodb.TokenProviderMongodbImpl
 
saveToken(Token) - 类 中的方法in.clouthink.daas.security.token.spi.impl.redis.TokenProviderRedisImpl
 
saveToken(T) - 接口 中的方法in.clouthink.daas.security.token.spi.TokenProvider
 
SECURITY_FORM_PASSWORD_KEY - 类 中的静态变量in.clouthink.daas.security.token.support.web.LoginEndpoint
 
SECURITY_FORM_USERNAME_KEY - 类 中的静态变量in.clouthink.daas.security.token.support.web.LoginEndpoint
 
SecurityContextManager - in.clouthink.daas.security.token.core中的类
 
SecurityContextManager() - 类 的构造器in.clouthink.daas.security.token.core.SecurityContextManager
 
SecurityUtils - in.clouthink.daas.security.token.support中的类
 
SecurityUtils() - 类 的构造器in.clouthink.daas.security.token.support.SecurityUtils
 
setAuthentication(Authentication) - 类 中的方法in.clouthink.daas.security.token.core.DefaultSecurityContext
 
setAuthenticationFailureHandler(AuthenticationFailureHandler) - 类 中的方法in.clouthink.daas.security.token.support.web.LoginEndpoint
 
setAuthenticationManager(AuthenticationManager) - 类 中的方法in.clouthink.daas.security.token.support.web.AuthenticationFilter
 
setAuthenticationManager(AuthenticationManager) - 类 中的方法in.clouthink.daas.security.token.support.web.LoginEndpoint
 
setAuthenticationManager(AuthenticationManager) - 类 中的方法in.clouthink.daas.security.token.support.web.LogoutEndpoint
 
setAuthenticationSuccessHandler(AuthenticationSuccessHandler) - 类 中的方法in.clouthink.daas.security.token.support.web.LoginEndpoint
 
setAuthorizationFailureHandler(AuthorizationFailureHandler) - 类 中的方法in.clouthink.daas.security.token.support.web.AuthenticationFilter
 
setAuthorizationFailureHandler(AuthorizationFailureHandler) - 类 中的方法in.clouthink.daas.security.token.support.web.AuthorizationFilter
 
setAuthorizationFailureHandler(AuthorizationFailureHandler) - 类 中的方法in.clouthink.daas.security.token.support.web.LogoutEndpoint
 
setAuthorizationManager(AuthorizationManager) - 类 中的方法in.clouthink.daas.security.token.support.web.AuthorizationFilter
 
setAuthorizationStrategy(AuthorizationStrategy) - 类 中的方法in.clouthink.daas.security.token.core.DefaultAuthorizationManager
 
setBase64Encoded(boolean) - 类 中的方法in.clouthink.daas.security.token.core.pwd.DefaultPasswordDigester
 
setBeanFactory(BeanFactory) - 类 中的方法in.clouthink.daas.security.token.annotation.TokenConfiguration
 
setCaseInsensitive(boolean) - 类 中的方法in.clouthink.daas.security.token.core.acl.AbstractAccessRequestVoter
 
setContext(SecurityContext) - 类 中的静态方法in.clouthink.daas.security.token.core.SecurityContextManager
 
setCurrent(Token) - 接口 中的方法in.clouthink.daas.security.token.spi.TokenHolderStrategy
 
setDigestMetadataProvider(DigestMetadataProvider) - 类 中的方法in.clouthink.daas.security.token.spi.impl.UsernamePasswordAuthenticationProvider
 
setExpiredDate(Date) - 类 中的方法in.clouthink.daas.security.token.spi.impl.model.TokenEntity
 
setIdentityProvider(IdentityProvider) - 类 中的方法in.clouthink.daas.security.token.spi.impl.TokenAuthenticationProvider
 
setIdentityProvider(IdentityProvider) - 类 中的方法in.clouthink.daas.security.token.spi.impl.UsernamePasswordAuthenticationProvider
 
setIgnoredMediaTypes(Set<MediaType>) - 类 中的方法in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.MediaTypeRequestMatcher
Set the MediaType to ignore from the ContentNegotiationStrategy.
setImportMetadata(AnnotationMetadata) - 类 中的方法in.clouthink.daas.security.token.annotation.TokenConfiguration
 
setLatestTime(Date) - 类 中的方法in.clouthink.daas.security.token.spi.impl.model.TokenEntity
 
setLoginProcessesUrl(String) - 类 中的方法in.clouthink.daas.security.token.support.web.LoginEndpoint
 
setLoginRequestMatcher(RequestMatcher) - 类 中的方法in.clouthink.daas.security.token.support.web.LoginEndpoint
 
setLogoutProcessesUrl(String) - 类 中的方法in.clouthink.daas.security.token.support.web.LogoutEndpoint
 
setLogoutRequestMatcher(RequestMatcher) - 类 中的方法in.clouthink.daas.security.token.support.web.LogoutEndpoint
 
setOwner(User) - 类 中的方法in.clouthink.daas.security.token.spi.impl.model.TokenEntity
 
setPasswordDigesterProvider(PasswordDigesterProvider) - 类 中的方法in.clouthink.daas.security.token.spi.impl.UsernamePasswordAuthenticationProvider
 
setPasswordParameter(String) - 类 中的方法in.clouthink.daas.security.token.support.web.LoginEndpoint
 
setPostOnly(boolean) - 类 中的方法in.clouthink.daas.security.token.support.web.LoginEndpoint
 
setProcessesUrl(String) - 类 中的方法in.clouthink.daas.security.token.support.web.AuthenticationFilter
 
setProcessesUrl(String) - 类 中的方法in.clouthink.daas.security.token.support.web.AuthorizationFilter
 
setProvider(AclProvider<UrlAcl>) - 类 中的方法in.clouthink.daas.security.token.spi.impl.DefaultUrlAuthorizationProvider
 
setProviders(List<AuthenticationProvider>) - 类 中的方法in.clouthink.daas.security.token.core.DefaultAuthenticationManager
 
setProviders(List<AuthorizationProvider>) - 类 中的方法in.clouthink.daas.security.token.core.DefaultAuthorizationManager
 
setRenderer(HttpResponseRenderer) - 类 中的方法in.clouthink.daas.security.token.support.web.DefaultAuthenticationFailureHandler
 
setRenderer(HttpResponseRenderer) - 类 中的方法in.clouthink.daas.security.token.support.web.DefaultAuthenticationSuccessHandler
 
setRenderer(HttpResponseRenderer) - 类 中的方法in.clouthink.daas.security.token.support.web.DefaultAuthorizationFailureHandler
 
setToken(String) - 类 中的方法in.clouthink.daas.security.token.spi.impl.model.TokenEntity
 
setTokenManager(TokenManager) - 类 中的方法in.clouthink.daas.security.token.spi.impl.TokenAuthenticationProvider
 
setTokenManager(TokenManager) - 类 中的方法in.clouthink.daas.security.token.spi.impl.UsernamePasswordAuthenticationProvider
 
setTokenProvider(TokenProvider) - 类 中的方法in.clouthink.daas.security.token.core.DefaultTokenManager
 
setTokenTimeout(long) - 类 中的方法in.clouthink.daas.security.token.core.DefaultTokenManager
 
setTokenTimeout(long) - 接口 中的方法in.clouthink.daas.security.token.core.TokenLifeSupport
 
setTranslater(WebResponseExceptionTranslator) - 类 中的方法in.clouthink.daas.security.token.support.web.DefaultAuthenticationFailureHandler
 
setTranslater(WebResponseExceptionTranslator) - 类 中的方法in.clouthink.daas.security.token.support.web.DefaultAuthorizationFailureHandler
 
setUrlRequestMatcher(RequestMatcher) - 类 中的方法in.clouthink.daas.security.token.support.web.AuthenticationFilter
 
setUrlRequestMatcher(RequestMatcher) - 类 中的方法in.clouthink.daas.security.token.support.web.AuthorizationFilter
 
setUseEquals(boolean) - 类 中的方法in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.MediaTypeRequestMatcher
If set to true, matches on exact MediaType, else uses MediaType.isCompatibleWith(MediaType).
setUsernameParameter(String) - 类 中的方法in.clouthink.daas.security.token.support.web.LoginEndpoint
 
setVoters(List<AccessRequestVoter<UrlAccessRequest>>) - 类 中的方法in.clouthink.daas.security.token.spi.impl.DefaultUrlAuthorizationProvider
 
SHA1 - 类 中的静态变量in.clouthink.daas.security.token.core.pwd.DigestAlgorithm
 
SHA256 - 类 中的静态变量in.clouthink.daas.security.token.core.pwd.DigestAlgorithm
 
succeedMap() - 类 中的静态方法in.clouthink.daas.security.token.support.web.WebResultWrapper
 
succeedMap(Object) - 类 中的静态方法in.clouthink.daas.security.token.support.web.WebResultWrapper
 
succeedMap(String, Object) - 类 中的静态方法in.clouthink.daas.security.token.support.web.WebResultWrapper
 
supports(AuthenticationRequest) - 接口 中的方法in.clouthink.daas.security.token.spi.AuthenticationProvider
 
supports(AuthenticationRequest) - 类 中的方法in.clouthink.daas.security.token.spi.impl.TokenAuthenticationProvider
 
supports(AuthenticationRequest) - 类 中的方法in.clouthink.daas.security.token.spi.impl.UsernamePasswordAuthenticationProvider
 

T

Token - in.clouthink.daas.security.token.core中的接口
 
TokenAuthenticationProvider - in.clouthink.daas.security.token.spi.impl中的类
 
TokenAuthenticationProvider() - 类 的构造器in.clouthink.daas.security.token.spi.impl.TokenAuthenticationProvider
 
TokenAuthenticationRequest - in.clouthink.daas.security.token.core中的类
 
TokenAuthenticationRequest(String) - 类 的构造器in.clouthink.daas.security.token.core.TokenAuthenticationRequest
 
TokenConfiguration - in.clouthink.daas.security.token.annotation中的类
 
TokenConfiguration() - 类 的构造器in.clouthink.daas.security.token.annotation.TokenConfiguration
 
tokenConfigurer - 类 中的变量in.clouthink.daas.security.token.annotation.TokenConfiguration
 
TokenConfigurer - in.clouthink.daas.security.token.configure中的接口
 
TokenConfigurerAdapter - in.clouthink.daas.security.token.configure中的类
 
TokenConfigurerAdapter() - 类 的构造器in.clouthink.daas.security.token.configure.TokenConfigurerAdapter
 
TokenEntity - in.clouthink.daas.security.token.spi.impl.model中的类
 
TokenEntity() - 类 的构造器in.clouthink.daas.security.token.spi.impl.model.TokenEntity
 
TokenEntityRepository - in.clouthink.daas.security.token.spi.impl.mongodb中的接口
 
TokenExpiredException - in.clouthink.daas.security.token.exception中的异常错误
 
TokenExpiredException() - 异常错误 的构造器in.clouthink.daas.security.token.exception.TokenExpiredException
 
TokenExpiredException(String) - 异常错误 的构造器in.clouthink.daas.security.token.exception.TokenExpiredException
 
TokenExpiredException(String, Throwable) - 异常错误 的构造器in.clouthink.daas.security.token.exception.TokenExpiredException
 
TokenExpiredException(Throwable) - 异常错误 的构造器in.clouthink.daas.security.token.exception.TokenExpiredException
 
TokenHolderStrategy - in.clouthink.daas.security.token.spi中的接口
 
TokenLifeSupport - in.clouthink.daas.security.token.core中的接口
 
TokenManager - in.clouthink.daas.security.token.core中的接口
 
TokenProvider<T extends Token> - in.clouthink.daas.security.token.spi中的接口
 
TokenProviderMemcachedImpl - in.clouthink.daas.security.token.spi.impl.memcached中的类
 
TokenProviderMemcachedImpl() - 类 的构造器in.clouthink.daas.security.token.spi.impl.memcached.TokenProviderMemcachedImpl
 
TokenProviderMemoryImpl - in.clouthink.daas.security.token.spi.impl.memory中的类
 
TokenProviderMemoryImpl() - 类 的构造器in.clouthink.daas.security.token.spi.impl.memory.TokenProviderMemoryImpl
 
TokenProviderMongodbImpl - in.clouthink.daas.security.token.spi.impl.mongodb中的类
 
TokenProviderMongodbImpl() - 类 的构造器in.clouthink.daas.security.token.spi.impl.mongodb.TokenProviderMongodbImpl
 
TokenProviderRedisImpl - in.clouthink.daas.security.token.spi.impl.redis中的类
 
TokenProviderRedisImpl() - 类 的构造器in.clouthink.daas.security.token.spi.impl.redis.TokenProviderRedisImpl
 
toString() - 类 中的方法in.clouthink.daas.security.token.core.DefaultSecurityContext
 
toString() - 类 中的方法in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.AndRequestMatcher
 
toString() - 类 中的方法in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.AntPathRequestMatcher
 
toString() - 类 中的方法in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.MediaTypeRequestMatcher
 
toString() - 类 中的方法in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.NegatedRequestMatcher
 
toString() - 类 中的方法in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.OrRequestMatcher
 
toString() - 类 中的方法in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher.RequestHeaderRequestMatcher
 
translate(Exception) - 类 中的方法in.clouthink.daas.security.token.support.web.DefaultWebResponseExceptionTranslator
 
translate(Exception) - 接口 中的方法in.clouthink.daas.security.token.support.web.WebResponseExceptionTranslator
 

U

UnsupportedDigestAlgorithmException - in.clouthink.daas.security.token.exception中的异常错误
 
UnsupportedDigestAlgorithmException() - 异常错误 的构造器in.clouthink.daas.security.token.exception.UnsupportedDigestAlgorithmException
 
UnsupportedDigestAlgorithmException(String) - 异常错误 的构造器in.clouthink.daas.security.token.exception.UnsupportedDigestAlgorithmException
 
UnsupportedDigestAlgorithmException(String, Throwable) - 异常错误 的构造器in.clouthink.daas.security.token.exception.UnsupportedDigestAlgorithmException
 
UnsupportedDigestAlgorithmException(Throwable) - 异常错误 的构造器in.clouthink.daas.security.token.exception.UnsupportedDigestAlgorithmException
 
url(String) - 类 中的方法in.clouthink.daas.security.token.configure.UrlAclBuilder
 
URL_SAFE - 类 中的静态变量in.clouthink.daas.security.token.repackage.org.springframework.security.crypto.codec.Base64
Encode using Base64-like encoding that is URL- and Filename-safe as described in Section 4 of RFC3548: http://www.faqs.org/rfcs/rfc3548.html.
UrlAccessRequest - in.clouthink.daas.security.token.core.acl中的类
 
UrlAccessRequest(Authentication, String, String) - 类 的构造器in.clouthink.daas.security.token.core.acl.UrlAccessRequest
 
UrlAcl - in.clouthink.daas.security.token.core.acl中的类
 
UrlAcl(String, String...) - 类 的构造器in.clouthink.daas.security.token.core.acl.UrlAcl
 
UrlAcl(String, String[], String...) - 类 的构造器in.clouthink.daas.security.token.core.acl.UrlAcl
 
UrlAclBuilder - in.clouthink.daas.security.token.configure中的类
 
UrlAclProviderBuilder - in.clouthink.daas.security.token.configure中的类
 
UrlAclProviderBuilder() - 类 的构造器in.clouthink.daas.security.token.configure.UrlAclProviderBuilder
 
UrlMatcher - in.clouthink.daas.security.token.core.acl中的接口
 
User - in.clouthink.daas.security.token.core中的接口
 
UserDisabledException - in.clouthink.daas.security.token.exception中的异常错误
 
UserDisabledException() - 异常错误 的构造器in.clouthink.daas.security.token.exception.UserDisabledException
 
UserDisabledException(String) - 异常错误 的构造器in.clouthink.daas.security.token.exception.UserDisabledException
 
UserDisabledException(String, Throwable) - 异常错误 的构造器in.clouthink.daas.security.token.exception.UserDisabledException
 
UserDisabledException(Throwable) - 异常错误 的构造器in.clouthink.daas.security.token.exception.UserDisabledException
 
UserExpiredException - in.clouthink.daas.security.token.exception中的异常错误
 
UserExpiredException() - 异常错误 的构造器in.clouthink.daas.security.token.exception.UserExpiredException
 
UserExpiredException(String) - 异常错误 的构造器in.clouthink.daas.security.token.exception.UserExpiredException
 
UserExpiredException(String, Throwable) - 异常错误 的构造器in.clouthink.daas.security.token.exception.UserExpiredException
 
UserExpiredException(Throwable) - 异常错误 的构造器in.clouthink.daas.security.token.exception.UserExpiredException
 
UserLockedException - in.clouthink.daas.security.token.exception中的异常错误
 
UserLockedException() - 异常错误 的构造器in.clouthink.daas.security.token.exception.UserLockedException
 
UserLockedException(String) - 异常错误 的构造器in.clouthink.daas.security.token.exception.UserLockedException
 
UserLockedException(String, Throwable) - 异常错误 的构造器in.clouthink.daas.security.token.exception.UserLockedException
 
UserLockedException(Throwable) - 异常错误 的构造器in.clouthink.daas.security.token.exception.UserLockedException
 
UsernamePasswordAuthenticationProvider - in.clouthink.daas.security.token.spi.impl中的类
 
UsernamePasswordAuthenticationProvider() - 类 的构造器in.clouthink.daas.security.token.spi.impl.UsernamePasswordAuthenticationProvider
 
UsernamePasswordAuthenticationRequest - in.clouthink.daas.security.token.core中的类
 
UsernamePasswordAuthenticationRequest(String, String) - 类 的构造器in.clouthink.daas.security.token.core.UsernamePasswordAuthenticationRequest
 
UserNotFoundException - in.clouthink.daas.security.token.exception中的异常错误
 
UserNotFoundException() - 异常错误 的构造器in.clouthink.daas.security.token.exception.UserNotFoundException
 
UserNotFoundException(String) - 异常错误 的构造器in.clouthink.daas.security.token.exception.UserNotFoundException
 
UserNotFoundException(String, Throwable) - 异常错误 的构造器in.clouthink.daas.security.token.exception.UserNotFoundException
 
UserNotFoundException(Throwable) - 异常错误 的构造器in.clouthink.daas.security.token.exception.UserNotFoundException
 

V

valueOf(String) - 枚举 中的静态方法in.clouthink.daas.security.token.core.acl.AccessResponse
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法in.clouthink.daas.security.token.core.acl.GrantStrategy
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法in.clouthink.daas.security.token.core.AuthorizationStrategy
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法in.clouthink.daas.security.token.core.acl.AccessResponse
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法in.clouthink.daas.security.token.core.acl.GrantStrategy
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法in.clouthink.daas.security.token.core.AuthorizationStrategy
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
vote(T, String) - 类 中的方法in.clouthink.daas.security.token.core.acl.AccessRequestRoleVoter
 
vote(T, String) - 类 中的方法in.clouthink.daas.security.token.core.acl.AccessRequestUserVoter
 
vote(T, String) - 接口 中的方法in.clouthink.daas.security.token.core.acl.AccessRequestVoter
 

W

WebResponseExceptionTranslator - in.clouthink.daas.security.token.support.web中的接口
 
WebResultWrapper - in.clouthink.daas.security.token.support.web中的类
 
WebResultWrapper() - 类 的构造器in.clouthink.daas.security.token.support.web.WebResultWrapper
 
A B C D E F G H I L M N O P R S T U V W 

Copyright © 2015. All rights reserved.