- 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
-
- Base32 - in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary中的类
-
Provides Base32 encoding and decoding as defined by
RFC 4648.
- Base32() - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base32
-
Creates a Base32 codec used for decoding and encoding.
- Base32(byte) - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base32
-
Creates a Base32 codec used for decoding and encoding.
- Base32(boolean) - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base32
-
Creates a Base32 codec used for decoding and encoding.
- Base32(boolean, byte) - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base32
-
Creates a Base32 codec used for decoding and encoding.
- Base32(int) - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base32
-
Creates a Base32 codec used for decoding and encoding.
- Base32(int, byte[]) - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base32
-
Creates a Base32 codec used for decoding and encoding.
- Base32(int, byte[], boolean) - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base32
-
Creates a Base32 / Base32 Hex codec used for decoding and encoding.
- Base32(int, byte[], boolean, byte) - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base32
-
Creates a Base32 / Base32 Hex codec used for decoding and encoding.
- Base32InputStream - in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary中的类
-
Provides Base32 encoding and decoding in a streaming fashion (unlimited size).
- Base32InputStream(InputStream) - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base32InputStream
-
Creates a Base32InputStream such that all data read is Base32-decoded from the original provided InputStream.
- Base32InputStream(InputStream, boolean) - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base32InputStream
-
Creates a Base32InputStream such that all data read is either Base32-encoded or Base32-decoded from the original
provided InputStream.
- Base32InputStream(InputStream, boolean, int, byte[]) - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base32InputStream
-
Creates a Base32InputStream such that all data read is either Base32-encoded or Base32-decoded from the original
provided InputStream.
- Base32OutputStream - in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary中的类
-
Provides Base32 encoding and decoding in a streaming fashion (unlimited size).
- Base32OutputStream(OutputStream) - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base32OutputStream
-
Creates a Base32OutputStream such that all data written is Base32-encoded to the original provided OutputStream.
- Base32OutputStream(OutputStream, boolean) - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base32OutputStream
-
Creates a Base32OutputStream such that all data written is either Base32-encoded or Base32-decoded to the
original provided OutputStream.
- Base32OutputStream(OutputStream, boolean, int, byte[]) - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base32OutputStream
-
Creates a Base32OutputStream such that all data written is either Base32-encoded or Base32-decoded to the
original provided OutputStream.
- Base64 - in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary中的类
-
Provides Base64 encoding and decoding as defined by
RFC 2045.
- Base64() - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base64
-
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
- Base64(boolean) - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base64
-
Creates a Base64 codec used for decoding (all modes) and encoding in the given URL-safe mode.
- Base64(int) - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base64
-
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
- Base64(int, byte[]) - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base64
-
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
- Base64(int, byte[], boolean) - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base64
-
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
- 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
-
- Base64InputStream - in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary中的类
-
Provides Base64 encoding and decoding in a streaming fashion (unlimited size).
- Base64InputStream(InputStream) - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base64InputStream
-
Creates a Base64InputStream such that all data read is Base64-decoded from the original provided InputStream.
- Base64InputStream(InputStream, boolean) - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base64InputStream
-
Creates a Base64InputStream such that all data read is either Base64-encoded or Base64-decoded from the original
provided InputStream.
- Base64InputStream(InputStream, boolean, int, byte[]) - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base64InputStream
-
Creates a Base64InputStream such that all data read is either Base64-encoded or Base64-decoded from the original
provided InputStream.
- Base64OutputStream - in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary中的类
-
Provides Base64 encoding and decoding in a streaming fashion (unlimited size).
- Base64OutputStream(OutputStream) - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base64OutputStream
-
Creates a Base64OutputStream such that all data written is Base64-encoded to the original provided OutputStream.
- Base64OutputStream(OutputStream, boolean) - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base64OutputStream
-
Creates a Base64OutputStream such that all data written is either Base64-encoded or Base64-decoded to the
original provided OutputStream.
- Base64OutputStream(OutputStream, boolean, int, byte[]) - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base64OutputStream
-
Creates a Base64OutputStream such that all data written is either Base64-encoded or Base64-decoded to the
original provided OutputStream.
- BaseNCodec - in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary中的类
-
Abstract superclass for Base-N encoders and decoders.
- BaseNCodec(int, int, int, int) - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.BaseNCodec
-
Note
lineLength is rounded down to the nearest multiple of
BaseNCodec.encodedBlockSize If
chunkSeparatorLength is zero,
then chunking is disabled.
- BaseNCodec(int, int, int, int, byte) - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.BaseNCodec
-
Note
lineLength is rounded down to the nearest multiple of
BaseNCodec.encodedBlockSize If
chunkSeparatorLength is zero,
then chunking is disabled.
- BaseNCodecInputStream - in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary中的类
-
Abstract superclass for Base-N input streams.
- BaseNCodecInputStream(InputStream, BaseNCodec, boolean) - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.BaseNCodecInputStream
-
- BaseNCodecOutputStream - in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary中的类
-
Abstract superclass for Base-N output streams.
- BaseNCodecOutputStream(OutputStream, BaseNCodec, boolean) - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.BaseNCodecOutputStream
-
- beanDefinitionRegistry - 类 中的变量in.clouthink.daas.security.token.annotation.TokenConfiguration
-
- beanFactory - 类 中的变量in.clouthink.daas.security.token.annotation.TokenConfiguration
-
- BearerAuthorizationHeaderTokenResolver - in.clouthink.daas.security.token.support.web中的类
-
Created by LiangBin on 15/11/29.
- BearerAuthorizationHeaderTokenResolver() - 类 的构造器in.clouthink.daas.security.token.support.web.BearerAuthorizationHeaderTokenResolver
-
- BinaryCodec - in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary中的类
-
Converts between byte arrays and strings of "0"s and "1"s.
- BinaryCodec() - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.BinaryCodec
-
- BinaryDecoder - in.clouthink.daas.security.token.repackage.org.apache.commons.codec中的接口
-
Defines common decoding methods for byte array decoders.
- BinaryEncoder - in.clouthink.daas.security.token.repackage.org.apache.commons.codec中的接口
-
Defines common encoding methods for byte array encoders.
- build() - 类 中的方法in.clouthink.daas.security.token.configure.UrlAclBuilder
-
- build() - 类 中的方法in.clouthink.daas.security.token.configure.UrlAclProviderBuilder
-
- caseSensitive(boolean) - 类 中的方法in.clouthink.daas.security.token.configure.UrlAclBuilder
-
- CharEncoding - in.clouthink.daas.security.token.repackage.org.apache.commons.codec中的类
-
Character encoding names required of every implementation of the Java platform.
- CharEncoding() - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.CharEncoding
-
- CharSequenceUtils - in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary中的类
-
- CharSequenceUtils() - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.CharSequenceUtils
-
- Charsets - in.clouthink.daas.security.token.repackage.org.apache.commons.codec中的类
-
Charsets required of every implementation of the Java platform.
- Charsets() - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.Charsets
-
- 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
-
- close() - 类 中的方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.BaseNCodecOutputStream
-
Closes this output stream and releases any system resources associated
with the stream.
- compare(Object, Object) - 类 中的方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.StringEncoderComparator
-
Compares two strings based not on the strings themselves, but on an encoding of the two strings using the
StringEncoder this Comparator was created with.
- CompositeTokenProvider - in.clouthink.daas.security.token.spi.impl中的类
-
- CompositeTokenProvider(TokenProvider, TokenProvider) - 类 的构造器in.clouthink.daas.security.token.spi.impl.CompositeTokenProvider
-
- configure(MessageProvider) - 接口 中的方法in.clouthink.daas.security.token.configure.TokenConfigurer
-
The default value is Locale#ENGLISH, if the locale is not supported,
default value will take effect.
- configure(PreAuthenticationFilter) - 接口 中的方法in.clouthink.daas.security.token.configure.TokenConfigurer
-
- 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(MessageProvider) - 类 中的方法in.clouthink.daas.security.token.configure.TokenConfigurerAdapter
-
- configure(PreAuthenticationFilter) - 类 中的方法in.clouthink.daas.security.token.configure.TokenConfigurerAdapter
-
- 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
-
- containsAlphabetOrPad(byte[]) - 类 中的方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.BaseNCodec
-
Tests a given byte array to see if it contains any characters within the
alphabet or PAD.
- 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
-
- Crypt - in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest中的类
-
GNU libc crypt(3) compatible hash method.
- Crypt() - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.Crypt
-
- crypt(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.Crypt
-
Encrypts a password in a crypt(3) compatible way.
- crypt(byte[], String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.Crypt
-
Encrypts a password in a crypt(3) compatible way.
- crypt(String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.Crypt
-
Calculates the digest using the strongest crypt(3) algorithm.
- crypt(String, String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.Crypt
-
Encrypts a password in a crypt(3) compatible way.
- crypt(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.UnixCrypt
-
Generates a crypt(3) compatible hash using the DES algorithm.
- crypt(byte[], String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.UnixCrypt
-
Generates a crypt(3) compatible hash using the DES algorithm.
- crypt(String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.UnixCrypt
-
Generates a crypt(3) compatible hash using the DES algorithm.
- crypt(String, String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.UnixCrypt
-
Generates a crypt(3) compatible hash using the DES algorithm.
- 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
-
- 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, MessageProvider) - 类 中的方法in.clouthink.daas.security.token.annotation.TokenConfiguration
-
- daasTokenAuthenticationProvider(IdentityProvider, TokenManager) - 类 中的方法in.clouthink.daas.security.token.annotation.TokenConfiguration
-
- daasTokenAuthorizationFilter(AuthorizationManager, MessageProvider) - 类 中的方法in.clouthink.daas.security.token.annotation.TokenConfiguration
-
- daasTokenCompositeFilter(PreAuthenticationFilter, AuthenticationFilter, AuthorizationFilter, LoginEndpoint, LogoutEndpoint) - 类 中的方法in.clouthink.daas.security.token.annotation.TokenConfiguration
-
- daasTokenLoginEndpoint(AuthenticationManager, MessageProvider) - 类 中的方法in.clouthink.daas.security.token.annotation.TokenConfiguration
-
- daasTokenLogoutEndpoint(AuthenticationManager, MessageProvider) - 类 中的方法in.clouthink.daas.security.token.annotation.TokenConfiguration
-
- daasTokenPreAuthenticationFilter(AuthenticationManager, MessageProvider) - 类 中的方法in.clouthink.daas.security.token.annotation.TokenConfiguration
-
- daasUsernamePasswordAuthenticationProvider(IdentityProvider, TokenManager) - 类 中的方法in.clouthink.daas.security.token.annotation.TokenConfiguration
-
- decode(Object) - 类 中的方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.BaseNCodec
-
Decodes an Object using the Base-N algorithm.
- decode(String) - 类 中的方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.BaseNCodec
-
Decodes a String containing characters in the Base-N alphabet.
- decode(byte[]) - 类 中的方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.BaseNCodec
-
Decodes a byte[] containing characters in the Base-N alphabet.
- decode(Object) - 类 中的方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.BinaryCodec
-
Decodes a byte array where each byte represents an ASCII '0' or '1'.
- decode(byte[]) - 类 中的方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.BinaryCodec
-
Decodes a byte array where each byte represents an ASCII '0' or '1'.
- decode(byte[]) - 类 中的方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Hex
-
Converts an array of character bytes representing hexadecimal values into
an array of bytes of those same values.
- decode(Object) - 类 中的方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Hex
-
Converts a String or an array of character bytes representing hexadecimal
values into an array of bytes of those same values.
- decode(byte[]) - 接口 中的方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.BinaryDecoder
-
Decodes a byte array and returns the results as a byte array.
- decode(Object) - 接口 中的方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.Decoder
-
Decodes an "encoded" Object and returns a "decoded" Object.
- decode(String) - 接口 中的方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.StringDecoder
-
Decodes a String and returns a String.
- 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
-
- decodeBase64(String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base64
-
Decodes a Base64 String into octets.
- decodeBase64(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base64
-
Decodes Base64 data into octets.
- decodeHex(char[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Hex
-
Converts an array of characters representing hexadecimal values into an
array of bytes of those same values.
- decodeInteger(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base64
-
Decodes a byte64-encoded integer according to crypto standards such as W3C's XML-Signature.
- Decoder - in.clouthink.daas.security.token.repackage.org.apache.commons.codec中的接口
-
Provides the highest level of abstraction for Decoders.
- DecoderException - in.clouthink.daas.security.token.repackage.org.apache.commons.codec中的异常错误
-
Thrown when there is a failure condition during the decoding process.
- DecoderException() - 异常错误 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.DecoderException
-
Constructs a new exception with null as its detail message.
- DecoderException(String) - 异常错误 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.DecoderException
-
Constructs a new exception with the specified detail message.
- DecoderException(String, Throwable) - 异常错误 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.DecoderException
-
Constructs a new exception with the specified detail message and cause.
- DecoderException(Throwable) - 异常错误 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.DecoderException
-
Constructs a new exception with the specified cause and a detail message of (cause==null ?
- DEFAULT_CHARSET - 类 中的静态变量in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Hex
-
- DEFAULT_CHARSET_NAME - 类 中的静态变量in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.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
-
- DefaultAuthenticationFailureHandler(MessageProvider) - 类 的构造器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
-
- DefaultAuthorizationFailureHandler(MessageProvider) - 类 的构造器in.clouthink.daas.security.token.support.web.DefaultAuthorizationFailureHandler
-
- DefaultAuthorizationManager - in.clouthink.daas.security.token.core中的类
-
- DefaultAuthorizationManager() - 类 的构造器in.clouthink.daas.security.token.core.DefaultAuthorizationManager
-
- DefaultMessageProvider - in.clouthink.daas.security.token.support.i18n中的类
-
- DefaultMessageProvider() - 类 的构造器in.clouthink.daas.security.token.support.i18n.DefaultMessageProvider
-
- 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
-
- DefaultUuidGenerator - in.clouthink.daas.security.token.spi.impl中的类
-
- DefaultUuidGenerator() - 类 的构造器in.clouthink.daas.security.token.spi.impl.DefaultUuidGenerator
-
- DefaultWebResponseExceptionTranslator - in.clouthink.daas.security.token.support.web中的类
-
- DefaultWebResponseExceptionTranslator() - 类 的构造器in.clouthink.daas.security.token.support.web.DefaultWebResponseExceptionTranslator
-
- DefaultWebResponseExceptionTranslator(MessageProvider) - 类 的构造器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中的接口
-
- DigestUtils - in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest中的类
-
- DigestUtils() - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
- disable() - 接口 中的方法in.clouthink.daas.security.token.core.Token
-
disable the token but not revoke the token (when the user access the
protected resource with the disabled token , it will tell user the token
is disabled, in another words, the user is kicked off )
- disable() - 类 中的方法in.clouthink.daas.security.token.spi.impl.model.TokenEntity
-
- disableMultiTokens() - 类 中的方法in.clouthink.daas.security.token.core.DefaultTokenManager
-
- disableMultiTokens() - 接口 中的方法in.clouthink.daas.security.token.core.TokenLifeSupport
-
- 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
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法in.clouthink.daas.security.token.support.web.PreAuthenticationFilter
-
- DUMMY_ROLE - 接口 中的静态变量in.clouthink.daas.security.token.core.Role
-
- 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
-
- enableMultiTokens() - 类 中的方法in.clouthink.daas.security.token.core.DefaultTokenManager
-
- enableMultiTokens() - 接口 中的方法in.clouthink.daas.security.token.core.TokenLifeSupport
-
- 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(Object) - 类 中的方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.BaseNCodec
-
Encodes an Object using the Base-N algorithm.
- encode(byte[]) - 类 中的方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.BaseNCodec
-
Encodes a byte[] containing binary data, into a byte[] containing
characters in the alphabet.
- encode(byte[]) - 类 中的方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.BinaryCodec
-
Converts an array of raw binary data into an array of ASCII 0 and 1
characters.
- encode(Object) - 类 中的方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.BinaryCodec
-
Converts an array of raw binary data into an array of ASCII 0 and 1
chars.
- encode(byte[]) - 类 中的方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Hex
-
Converts an array of bytes into an array of bytes for the characters
representing the hexadecimal values of each byte in order.
- encode(Object) - 类 中的方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Hex
-
Converts a String or an array of bytes into an array of characters
representing the hexadecimal values of each byte in order.
- encode(byte[]) - 接口 中的方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.BinaryEncoder
-
Encodes a byte array and return the encoded data as a byte array.
- encode(Object) - 接口 中的方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.Encoder
-
Encodes an "Object" and returns the encoded content as an Object.
- encode(String) - 接口 中的方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.StringEncoder
-
Encodes a String and returns a String.
- 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
-
- encodeAsString(byte[]) - 类 中的方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.BaseNCodec
-
Encodes a byte[] containing binary data, into a String containing
characters in the appropriate alphabet.
- encodeBase64(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base64
-
Encodes binary data using the base64 algorithm but does not chunk the output.
- encodeBase64(byte[], boolean) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base64
-
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
- encodeBase64(byte[], boolean, boolean) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base64
-
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
- encodeBase64(byte[], boolean, boolean, int) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base64
-
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
- encodeBase64Chunked(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base64
-
Encodes binary data using the base64 algorithm and chunks the encoded output into 76 character blocks
- encodeBase64String(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base64
-
Encodes binary data using the base64 algorithm but does not chunk the output.
- encodeBase64URLSafe(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base64
-
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
- encodeBase64URLSafeString(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base64
-
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
- encodeHex(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Hex
-
Converts an array of bytes into an array of characters representing the
hexadecimal values of each byte in order.
- encodeHex(byte[], boolean) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Hex
-
Converts an array of bytes into an array of characters representing the
hexadecimal values of each byte in order.
- encodeHex(byte[], char[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Hex
-
Converts an array of bytes into an array of characters representing the
hexadecimal values of each byte in order.
- encodeHexString(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Hex
-
Converts an array of bytes into a String representing the hexadecimal
values of each byte in order.
- encodeInteger(BigInteger) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base64
-
Encodes to a byte64-encoded integer according to crypto standards such as W3C's XML-Signature.
- Encoder - in.clouthink.daas.security.token.repackage.org.apache.commons.codec中的接口
-
Provides the highest level of abstraction for Encoders.
- EncoderException - in.clouthink.daas.security.token.repackage.org.apache.commons.codec中的异常错误
-
Thrown when there is a failure condition during the encoding process.
- EncoderException() - 异常错误 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.EncoderException
-
Constructs a new exception with null as its detail message.
- EncoderException(String) - 异常错误 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.EncoderException
-
Constructs a new exception with the specified detail message.
- EncoderException(String, Throwable) - 异常错误 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.EncoderException
-
Constructs a new exception with the specified detail message and cause.
- EncoderException(Throwable) - 异常错误 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.EncoderException
-
Constructs a new exception with the specified cause and a detail message of (cause==null ?
- encodeToString(byte[]) - 类 中的方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.BaseNCodec
-
Encodes a byte[] containing binary data, into a String containing
characters in the Base-N alphabet.
- ensureBufferSize(int, BaseNCodec.Context) - 类 中的方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.BaseNCodec
-
Ensure that the buffer has room for size bytes
- equals(Object) - 类 中的方法in.clouthink.daas.security.token.core.DefaultSecurityContext
-
- equals(CharSequence, CharSequence) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.StringUtils
-
Compares two CharSequences, returning true if they represent equal sequences of characters.
- 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
-
- ErrorConstants - in.clouthink.daas.security.token.exception中的类
-
- ErrorConstants() - 类 的构造器in.clouthink.daas.security.token.exception.ErrorConstants
-
- generateBase32Key() - 类 中的方法in.clouthink.daas.security.token.spi.impl.DefaultUuidGenerator
-
- generateBase32Key() - 接口 中的方法in.clouthink.daas.security.token.spi.KeyGenerator
-
- generateBase64Key() - 类 中的方法in.clouthink.daas.security.token.spi.impl.DefaultUuidGenerator
-
- generateBase64Key() - 接口 中的方法in.clouthink.daas.security.token.spi.KeyGenerator
-
- generateHexKey() - 类 中的方法in.clouthink.daas.security.token.spi.impl.DefaultUuidGenerator
-
- generateHexKey() - 接口 中的方法in.clouthink.daas.security.token.spi.KeyGenerator
-
- generateId() - 类 中的方法in.clouthink.daas.security.token.spi.impl.DefaultUuidGenerator
-
- generateId() - 接口 中的方法in.clouthink.daas.security.token.spi.KeyGenerator
-
- 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
-
- getAuditCallback() - 类 中的方法in.clouthink.daas.security.token.support.web.LoginEndpoint
-
- 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.LoginEndpoint
-
- getAuthenticationManager() - 类 中的方法in.clouthink.daas.security.token.support.web.LogoutEndpoint
-
- getAuthenticationManager() - 类 中的方法in.clouthink.daas.security.token.support.web.PreAuthenticationFilter
-
- getAuthenticationSuccessHandler() - 类 中的方法in.clouthink.daas.security.token.support.web.LoginEndpoint
-
- getAuthorizationFailureHandler() - 类 中的方法in.clouthink.daas.security.token.support.web.AuthenticationFilter
-
- getAuthorizationFailureHandler() - 类 中的方法in.clouthink.daas.security.token.support.web.PreAuthenticationFilter
-
- getAuthorizationManager() - 类 中的方法in.clouthink.daas.security.token.support.web.AuthorizationFilter
-
- getAuthorizationStrategy() - 类 中的方法in.clouthink.daas.security.token.core.DefaultAuthorizationManager
-
- getBytesIso8859_1(String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.StringUtils
-
Encodes the given string into a sequence of bytes using the ISO-8859-1 charset, storing the result into a new
byte array.
- getBytesUnchecked(String, String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.StringUtils
-
Encodes the given string into a sequence of bytes using the named charset, storing the result into a new byte
array.
- getBytesUsAscii(String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.StringUtils
-
Encodes the given string into a sequence of bytes using the US-ASCII charset, storing the result into a new byte
array.
- getBytesUtf16(String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.StringUtils
-
Encodes the given string into a sequence of bytes using the UTF-16 charset, storing the result into a new byte
array.
- getBytesUtf16Be(String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.StringUtils
-
Encodes the given string into a sequence of bytes using the UTF-16BE charset, storing the result into a new byte
array.
- getBytesUtf16Le(String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.StringUtils
-
Encodes the given string into a sequence of bytes using the UTF-16LE charset, storing the result into a new byte
array.
- getBytesUtf8(String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.StringUtils
-
Encodes the given string into a sequence of bytes using the UTF-8 charset, storing the result into a new byte
array.
- getCharset() - 类 中的方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Hex
-
Gets the charset.
- getCharsetName() - 类 中的方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Hex
-
Gets the charset name.
- 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
-
- getDefaultBufferSize() - 类 中的方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.BaseNCodec
-
Get the default buffer size.
- getDigest(String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Returns a MessageDigest for the given algorithm.
- getDigestAlgorithm(T) - 接口 中的方法in.clouthink.daas.security.token.spi.DigestMetadataProvider
-
- getDigestMetadataProvider() - 类 中的方法in.clouthink.daas.security.token.spi.impl.UsernamePasswordAuthenticationProvider
-
- getEncodedLength(byte[]) - 类 中的方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.BaseNCodec
-
Calculates the amount of space needed to encode the supplied array.
- 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
-
- getHmacMd5(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.HmacUtils
-
Returns an initialized Mac for the HmacMD5 algorithm.
- getHmacSha1(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.HmacUtils
-
Returns an initialized Mac for the HmacSHA1 algorithm.
- getHmacSha256(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.HmacUtils
-
Returns an initialized Mac for the HmacSHA256 algorithm.
- getHmacSha384(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.HmacUtils
-
Returns an initialized Mac for the HmacSHA384 algorithm.
- getHmacSha512(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.HmacUtils
-
Returns an initialized Mac for the HmacSHA512 algorithm.
- 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
-
- getInitializedMac(HmacAlgorithms, byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.HmacUtils
-
Returns an initialized Mac for the given algorithm.
- getInitializedMac(String, byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.HmacUtils
-
Returns an initialized Mac for the given algorithm.
- getInstance() - 类 中的静态方法in.clouthink.daas.security.token.spi.KeyGeneratorFactory
-
- getInstance() - 类 中的静态方法in.clouthink.daas.security.token.spi.PasswordDigesterProviderFactory
-
- getLatestTime() - 接口 中的方法in.clouthink.daas.security.token.core.Token
-
- getLatestTime() - 类 中的方法in.clouthink.daas.security.token.spi.impl.model.TokenEntity
-
- getMd2Digest() - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Returns an MD2 MessageDigest.
- getMd5Digest() - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Returns an MD5 MessageDigest.
- getMessage(String) - 类 中的方法in.clouthink.daas.security.token.support.i18n.DefaultMessageProvider
-
- getMessage(String) - 接口 中的方法in.clouthink.daas.security.token.support.i18n.MessageProvider
-
- 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
-
- getRefreshTokenInteval() - 类 中的方法in.clouthink.daas.security.token.core.DefaultTokenManager
-
- 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
-
- getSha1Digest() - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Returns an SHA-1 digest.
- getSha256Digest() - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Returns an SHA-256 digest.
- getSha384Digest() - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Returns an SHA-384 digest.
- getSha512Digest() - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Returns an SHA-512 digest.
- getShaDigest() - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
- 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
-
- getTokenResolver() - 类 中的方法in.clouthink.daas.security.token.support.web.LogoutEndpoint
-
- getTokenResolver() - 类 中的方法in.clouthink.daas.security.token.support.web.PreAuthenticationFilter
-
- getTokenTimeout() - 类 中的方法in.clouthink.daas.security.token.core.DefaultTokenManager
-
- getTranslater() - 类 中的方法in.clouthink.daas.security.token.support.web.DefaultAuthenticationFailureHandler
-
- getTranslator() - 类 中的方法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
-
- getUrlRequestMatcher() - 类 中的方法in.clouthink.daas.security.token.support.web.PreAuthenticationFilter
-
- 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中的枚举
-
- 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.apache.commons.codec.binary中的类
-
Converts hexadecimal Strings.
- Hex() - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Hex
-
- Hex(Charset) - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Hex
-
Creates a new codec with the given Charset.
- Hex(String) - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Hex
-
Creates a new codec with the given charset name.
- 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
-
- HmacAlgorithms - in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest中的枚举
-
Standard
HmacUtils algorithm names from the
Java Cryptography Architecture Standard Algorithm Name
Documentation.
- hmacMd5(byte[], byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.HmacUtils
-
Returns a HmacMD5 Message Authentication Code (MAC) for the given key and value.
- hmacMd5(byte[], InputStream) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.HmacUtils
-
Returns a HmacMD5 Message Authentication Code (MAC) for the given key and value.
- hmacMd5(String, String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.HmacUtils
-
Returns a HmacMD5 Message Authentication Code (MAC) for the given key and value.
- hmacMd5Hex(byte[], byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.HmacUtils
-
Returns a HmacMD5 Message Authentication Code (MAC) as a hex string (lowercase) for the given key and value.
- hmacMd5Hex(byte[], InputStream) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.HmacUtils
-
Returns a HmacMD5 Message Authentication Code (MAC) as a hex string (lowercase) for the given key and value.
- hmacMd5Hex(String, String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.HmacUtils
-
Returns a HmacMD5 Message Authentication Code (MAC) as a hex string (lowercase) for the given key and value.
- hmacSha1(byte[], byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.HmacUtils
-
Returns a HmacSHA1 Message Authentication Code (MAC) for the given key and value.
- hmacSha1(byte[], InputStream) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.HmacUtils
-
Returns a HmacSHA1 Message Authentication Code (MAC) for the given key and value.
- hmacSha1(String, String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.HmacUtils
-
Returns a HmacSHA1 Message Authentication Code (MAC) for the given key and value.
- hmacSha1Hex(byte[], byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.HmacUtils
-
Returns a HmacSHA1 Message Authentication Code (MAC) as hex string (lowercase) for the given key and value.
- hmacSha1Hex(byte[], InputStream) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.HmacUtils
-
Returns a HmacSHA1 Message Authentication Code (MAC) as hex string (lowercase) for the given key and value.
- hmacSha1Hex(String, String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.HmacUtils
-
Returns a HmacSHA1 Message Authentication Code (MAC) as hex string (lowercase) for the given key and value.
- hmacSha256(byte[], byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.HmacUtils
-
Returns a HmacSHA256 Message Authentication Code (MAC) for the given key and value.
- hmacSha256(byte[], InputStream) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.HmacUtils
-
Returns a HmacSHA256 Message Authentication Code (MAC) for the given key and value.
- hmacSha256(String, String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.HmacUtils
-
Returns a HmacSHA256 Message Authentication Code (MAC) for the given key and value.
- hmacSha256Hex(byte[], byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.HmacUtils
-
Returns a HmacSHA256 Message Authentication Code (MAC) as hex string (lowercase) for the given key and value.
- hmacSha256Hex(byte[], InputStream) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.HmacUtils
-
Returns a HmacSHA256 Message Authentication Code (MAC) as hex string (lowercase) for the given key and value.
- hmacSha256Hex(String, String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.HmacUtils
-
Returns a HmacSHA256 Message Authentication Code (MAC) as hex string (lowercase) for the given key and value.
- hmacSha384(byte[], byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.HmacUtils
-
Returns a HmacSHA384 Message Authentication Code (MAC) for the given key and value.
- hmacSha384(byte[], InputStream) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.HmacUtils
-
Returns a HmacSHA384 Message Authentication Code (MAC) for the given key and value.
- hmacSha384(String, String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.HmacUtils
-
Returns a HmacSHA384 Message Authentication Code (MAC) for the given key and value.
- hmacSha384Hex(byte[], byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.HmacUtils
-
Returns a HmacSHA384 Message Authentication Code (MAC) as hex string (lowercase) for the given key and value.
- hmacSha384Hex(byte[], InputStream) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.HmacUtils
-
Returns a HmacSHA384 Message Authentication Code (MAC) as hex string (lowercase) for the given key and value.
- hmacSha384Hex(String, String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.HmacUtils
-
Returns a HmacSHA384 Message Authentication Code (MAC) as hex string (lowercase) for the given key and value.
- hmacSha512(byte[], byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.HmacUtils
-
Returns a HmacSHA512 Message Authentication Code (MAC) for the given key and value.
- hmacSha512(byte[], InputStream) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.HmacUtils
-
Returns a HmacSHA512 Message Authentication Code (MAC) for the given key and value.
- hmacSha512(String, String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.HmacUtils
-
Returns a HmacSHA512 Message Authentication Code (MAC) for the given key and value.
- hmacSha512Hex(byte[], byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.HmacUtils
-
Returns a HmacSHA512 Message Authentication Code (MAC) as hex string (lowercase) for the given key and value.
- hmacSha512Hex(byte[], InputStream) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.HmacUtils
-
Returns a HmacSHA512 Message Authentication Code (MAC) as hex string (lowercase) for the given key and value.
- hmacSha512Hex(String, String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.HmacUtils
-
Returns a HmacSHA512 Message Authentication Code (MAC) as hex string (lowercase) for the given key and value.
- HmacUtils - in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest中的类
-
Simplifies common
Mac tasks.
- HmacUtils() - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.HmacUtils
-
- 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中的接口
-
- 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.apache.commons.codec - 程序包 in.clouthink.daas.security.token.repackage.org.apache.commons.codec
-
Interfaces and classes used by
the various implementations in the sub-packages.
- in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary - 程序包 in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary
-
Base64, Base32, Binary, and Hexadecimal String encoding and decoding.
- in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest - 程序包 in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest
-
Simplifies common
MessageDigest tasks and
includes a libc crypt(3) compatible crypt method that supports DES,
MD5, SHA-256 and SHA-512 based algorithms as well as the Apache
specific "$apr1$" variant.
- 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.i18n - 程序包 in.clouthink.daas.security.token.support.i18n
-
- 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
-
- INVALID_TOKEN_OR_EXPIRED - 类 中的静态变量in.clouthink.daas.security.token.exception.ErrorConstants
-
- INVALID_USER_OR_PASSWORD - 类 中的静态变量in.clouthink.daas.security.token.exception.ErrorConstants
-
- 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).
- isArrayByteBase64(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base64
-
- isBase64(byte) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base64
-
Returns whether or not the octet is in the base 64 alphabet.
- isBase64(String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base64
-
Tests a given String to see if it contains only valid characters within the Base64 alphabet.
- isBase64(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base64
-
Tests a given byte array to see if it contains only valid characters within the Base64 alphabet.
- 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
-
- isCorsEnabled() - 类 中的方法in.clouthink.daas.security.token.support.web.PreAuthenticationFilter
-
- isEnabled() - 接口 中的方法in.clouthink.daas.security.token.core.Token
-
- isEnabled() - 接口 中的方法in.clouthink.daas.security.token.core.User
-
- isEnabled() - 类 中的方法in.clouthink.daas.security.token.spi.impl.model.TokenEntity
-
- isExpired() - 接口 中的方法in.clouthink.daas.security.token.core.User
-
- isFailedMap(Map<String, Object>) - 类 中的静态方法in.clouthink.daas.security.token.support.web.WebResultWrapper
-
- isInAlphabet(byte) - 类 中的方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base32
-
Returns whether or not the octet is in the Base32 alphabet.
- isInAlphabet(byte) - 类 中的方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base64
-
Returns whether or not the octet is in the Base64 alphabet.
- isInAlphabet(byte) - 类 中的方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.BaseNCodec
-
Returns whether or not the octet is in the current alphabet.
- isInAlphabet(byte[], boolean) - 类 中的方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.BaseNCodec
-
Tests a given byte array to see if it contains only valid characters
within the alphabet.
- isInAlphabet(String) - 类 中的方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.BaseNCodec
-
Tests a given String to see if it contains only valid characters within
the alphabet.
- 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
-
- isMultiTokensAllowed() - 类 中的方法in.clouthink.daas.security.token.core.DefaultTokenManager
-
- isMultiTokensAllowed() - 接口 中的方法in.clouthink.daas.security.token.core.TokenLifeSupport
-
- ISO_8859_1 - 类 中的静态变量in.clouthink.daas.security.token.repackage.org.apache.commons.codec.CharEncoding
-
CharEncodingISO Latin Alphabet No. 1, a.k.a.
- ISO_8859_1 - 类 中的静态变量in.clouthink.daas.security.token.repackage.org.apache.commons.codec.Charsets
-
- isPostOnly() - 类 中的方法in.clouthink.daas.security.token.support.web.LoginEndpoint
-
- isStrictTokenEnabled() - 类 中的方法in.clouthink.daas.security.token.support.web.PreAuthenticationFilter
-
- isUrlProcessingMatched(HttpServletRequest, HttpServletResponse) - 类 中的方法in.clouthink.daas.security.token.support.web.AuthenticationFilter
-
- isUrlProcessingMatched(HttpServletRequest, HttpServletResponse) - 类 中的方法in.clouthink.daas.security.token.support.web.AuthorizationFilter
-
- isUrlProcessingMatched(HttpServletRequest, HttpServletResponse) - 类 中的方法in.clouthink.daas.security.token.support.web.PreAuthenticationFilter
-
- isUrlSafe() - 类 中的方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.Base64
-
Returns our current encode mode.
- isUseStrict() - 类 中的方法in.clouthink.daas.security.token.support.web.LogoutEndpoint
-
- isWhiteSpace(byte) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.BaseNCodec
-
Checks if a byte value is whitespace or not.
- main(String[]) - 类 中的静态方法in.clouthink.daas.security.token.support.i18n.DefaultMessageProvider
-
- mark(int) - 类 中的方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.BaseNCodecInputStream
-
Marks the current position in this input stream.
- markSupported() - 类 中的方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.BaseNCodecInputStream
- MASK_8BITS - 类 中的静态变量in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.BaseNCodec
-
Mask used to extract 8 bits, used in decoding bytes
- 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.
- md2(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Calculates the MD2 digest and returns the value as a 16 element byte[].
- md2(InputStream) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Calculates the MD2 digest and returns the value as a 16 element byte[].
- md2(String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Calculates the MD2 digest and returns the value as a 16 element byte[].
- MD2 - 类 中的静态变量in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.MessageDigestAlgorithms
-
The MD2 message digest algorithm defined in RFC 1319.
- md2Hex(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Calculates the MD2 digest and returns the value as a 32 character hex string.
- md2Hex(InputStream) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Calculates the MD2 digest and returns the value as a 32 character hex string.
- md2Hex(String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Calculates the MD2 digest and returns the value as a 32 character hex string.
- MD5 - 类 中的静态变量in.clouthink.daas.security.token.core.pwd.DigestAlgorithm
-
- md5(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Calculates the MD5 digest and returns the value as a 16 element byte[].
- md5(InputStream) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Calculates the MD5 digest and returns the value as a 16 element byte[].
- md5(String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Calculates the MD5 digest and returns the value as a 16 element byte[].
- MD5 - 类 中的静态变量in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.MessageDigestAlgorithms
-
The MD5 message digest algorithm defined in RFC 1321.
- Md5Crypt - in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest中的类
-
The libc crypt() "$1$" and Apache "$apr1$" MD5-based hash algorithm.
- Md5Crypt() - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.Md5Crypt
-
- md5Crypt(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.Md5Crypt
-
Generates a libc6 crypt() compatible "$1$" hash value.
- md5Crypt(byte[], String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.Md5Crypt
-
Generates a libc crypt() compatible "$1$" MD5 based hash value.
- md5Crypt(byte[], String, String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.Md5Crypt
-
Generates a libc6 crypt() "$1$" or Apache htpasswd "$apr1$" hash value.
- md5Hex(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Calculates the MD5 digest and returns the value as a 32 character hex string.
- md5Hex(InputStream) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Calculates the MD5 digest and returns the value as a 32 character hex string.
- md5Hex(String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Calculates the MD5 digest and returns the value as a 32 character hex string.
- 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
-
- MessageDigestAlgorithms - in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest中的类
-
Standard
MessageDigest algorithm names from the
Java Cryptography Architecture Standard Algorithm Name
Documentation.
- messageProvider() - 类 中的方法in.clouthink.daas.security.token.annotation.TokenConfiguration
-
- MessageProvider - in.clouthink.daas.security.token.support.i18n中的接口
-
- MIME_CHUNK_SIZE - 类 中的静态变量in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.BaseNCodec
-
MIME chunk size per RFC 2045 section 6.8.
- 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
-
- setAuditCallback(AuditCallback) - 类 中的方法in.clouthink.daas.security.token.support.web.LoginEndpoint
-
- 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.LoginEndpoint
-
- setAuthenticationManager(AuthenticationManager) - 类 中的方法in.clouthink.daas.security.token.support.web.LogoutEndpoint
-
- setAuthenticationManager(AuthenticationManager) - 类 中的方法in.clouthink.daas.security.token.support.web.PreAuthenticationFilter
-
- 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
-
- setAuthorizationFailureHandler(AuthorizationFailureHandler) - 类 中的方法in.clouthink.daas.security.token.support.web.PreAuthenticationFilter
-
- 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
-
- setCorsEnabled(boolean) - 类 中的方法in.clouthink.daas.security.token.support.web.PreAuthenticationFilter
-
- setCurrent(Token) - 接口 中的方法in.clouthink.daas.security.token.spi.TokenHolderStrategy
-
- setDigestMetadataProvider(DigestMetadataProvider) - 类 中的方法in.clouthink.daas.security.token.spi.impl.UsernamePasswordAuthenticationProvider
-
- setEnableCors(boolean) - 类 中的方法in.clouthink.daas.security.token.support.web.AuthorizationFilter
-
- setEnabled(boolean) - 类 中的方法in.clouthink.daas.security.token.spi.impl.model.TokenEntity
-
- setExcludingProcessesUrl(String) - 类 中的方法in.clouthink.daas.security.token.support.web.AuthenticationFilter
-
- setExcludingUrlRequestMatcher(RequestMatcher) - 类 中的方法in.clouthink.daas.security.token.support.web.AuthenticationFilter
-
- 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.
- setIgnoredProcessesUrl(String) - 类 中的方法in.clouthink.daas.security.token.support.web.AuthenticationFilter
-
- setIgnoredProcessesUrl(String) - 类 中的方法in.clouthink.daas.security.token.support.web.AuthorizationFilter
-
- setIgnoredUrlRequestMatcher(RequestMatcher) - 类 中的方法in.clouthink.daas.security.token.support.web.AuthenticationFilter
-
- setIgnoredUrlRequestMatcher(RequestMatcher) - 类 中的方法in.clouthink.daas.security.token.support.web.AuthorizationFilter
-
- setImportMetadata(AnnotationMetadata) - 类 中的方法in.clouthink.daas.security.token.annotation.TokenConfiguration
-
- setLatestTime(Date) - 类 中的方法in.clouthink.daas.security.token.spi.impl.model.TokenEntity
-
- setLocale(Locale) - 类 中的方法in.clouthink.daas.security.token.support.i18n.DefaultMessageProvider
-
- setLocale(Locale) - 接口 中的方法in.clouthink.daas.security.token.support.i18n.MessageProvider
-
- 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
-
- setMessageProvider(MessageProvider) - 类 中的方法in.clouthink.daas.security.token.support.web.DefaultWebResponseExceptionTranslator
-
- 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
-
- setProcessesUrl(String) - 类 中的方法in.clouthink.daas.security.token.support.web.PreAuthenticationFilter
-
- 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
-
- setRefreshTokenInteval(long) - 类 中的方法in.clouthink.daas.security.token.core.DefaultTokenManager
-
- setRefreshTokenInteval(long) - 接口 中的方法in.clouthink.daas.security.token.core.TokenLifeSupport
-
- 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
-
- setStrictTokenEnabled(boolean) - 类 中的方法in.clouthink.daas.security.token.support.web.PreAuthenticationFilter
-
- 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
-
- setTokenResolver(TokenResolver) - 类 中的方法in.clouthink.daas.security.token.support.web.LogoutEndpoint
-
- setTokenResolver(TokenResolver) - 类 中的方法in.clouthink.daas.security.token.support.web.PreAuthenticationFilter
-
- 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
-
- setTranslator(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
-
- setUrlRequestMatcher(RequestMatcher) - 类 中的方法in.clouthink.daas.security.token.support.web.PreAuthenticationFilter
-
- 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
-
- setUseStrict(boolean) - 类 中的方法in.clouthink.daas.security.token.support.web.LogoutEndpoint
-
- setVoters(List<AccessRequestVoter<UrlAccessRequest>>) - 类 中的方法in.clouthink.daas.security.token.spi.impl.DefaultUrlAuthorizationProvider
-
- sha(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
- sha(InputStream) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
- sha(String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
- SHA1 - 类 中的静态变量in.clouthink.daas.security.token.core.pwd.DigestAlgorithm
-
- sha1(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-1 digest and returns the value as a byte[].
- sha1(InputStream) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-1 digest and returns the value as a byte[].
- sha1(String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-1 digest and returns the value as a byte[].
- sha1Hex(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-1 digest and returns the value as a hex string.
- sha1Hex(InputStream) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-1 digest and returns the value as a hex string.
- sha1Hex(String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-1 digest and returns the value as a hex string.
- SHA256 - 类 中的静态变量in.clouthink.daas.security.token.core.pwd.DigestAlgorithm
-
- sha256(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-256 digest and returns the value as a byte[].
- sha256(InputStream) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-256 digest and returns the value as a byte[].
- sha256(String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-256 digest and returns the value as a byte[].
- sha256Crypt(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.Sha2Crypt
-
Generates a libc crypt() compatible "$5$" hash value with random salt.
- sha256Crypt(byte[], String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.Sha2Crypt
-
Generates a libc6 crypt() compatible "$5$" hash value.
- sha256Hex(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-256 digest and returns the value as a hex string.
- sha256Hex(InputStream) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-256 digest and returns the value as a hex string.
- sha256Hex(String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-256 digest and returns the value as a hex string.
- Sha2Crypt - in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest中的类
-
SHA2-based Unix crypt implementation.
- Sha2Crypt() - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.Sha2Crypt
-
- sha384(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-384 digest and returns the value as a byte[].
- sha384(InputStream) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-384 digest and returns the value as a byte[].
- sha384(String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-384 digest and returns the value as a byte[].
- sha384Hex(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-384 digest and returns the value as a hex string.
- sha384Hex(InputStream) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-384 digest and returns the value as a hex string.
- sha384Hex(String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-384 digest and returns the value as a hex string.
- sha512(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-512 digest and returns the value as a byte[].
- sha512(InputStream) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-512 digest and returns the value as a byte[].
- sha512(String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-512 digest and returns the value as a byte[].
- sha512Crypt(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.Sha2Crypt
-
Generates a libc crypt() compatible "$6$" hash value with random salt.
- sha512Crypt(byte[], String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.Sha2Crypt
-
Generates a libc6 crypt() compatible "$6$" hash value.
- sha512Hex(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-512 digest and returns the value as a hex string.
- sha512Hex(InputStream) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-512 digest and returns the value as a hex string.
- sha512Hex(String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
Calculates the SHA-512 digest and returns the value as a hex string.
- SHA_1 - 类 中的静态变量in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.MessageDigestAlgorithms
-
The SHA-1 hash algorithm defined in the FIPS PUB 180-2.
- SHA_256 - 类 中的静态变量in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.MessageDigestAlgorithms
-
The SHA-256 hash algorithm defined in the FIPS PUB 180-2.
- SHA_384 - 类 中的静态变量in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.MessageDigestAlgorithms
-
The SHA-384 hash algorithm defined in the FIPS PUB 180-2.
- SHA_512 - 类 中的静态变量in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.MessageDigestAlgorithms
-
The SHA-512 hash algorithm defined in the FIPS PUB 180-2.
- shaHex(byte[]) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
- shaHex(InputStream) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
- shaHex(String) - 类 中的静态方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest.DigestUtils
-
- skip(long) - 类 中的方法in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.BaseNCodecInputStream
- StringDecoder - in.clouthink.daas.security.token.repackage.org.apache.commons.codec中的接口
-
Defines common decoding methods for String decoders.
- StringEncoder - in.clouthink.daas.security.token.repackage.org.apache.commons.codec中的接口
-
Defines common encoding methods for String encoders.
- StringEncoderComparator - in.clouthink.daas.security.token.repackage.org.apache.commons.codec中的类
-
- StringEncoderComparator() - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.StringEncoderComparator
-
- StringEncoderComparator(StringEncoder) - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.StringEncoderComparator
-
Constructs a new instance with the given algorithm.
- StringUtils - in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary中的类
-
Converts String to and from bytes using the encodings required by the Java specification.
- StringUtils() - 类 的构造器in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary.StringUtils
-
- 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
-