JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Hierarchy For All Packages
Package Hierarchies:
org.sklsft.commons.rest.security.access
,
org.sklsft.commons.rest.security.annotations
,
org.sklsft.commons.rest.security.aspect
,
org.sklsft.commons.rest.security.context
,
org.sklsft.commons.rest.security.context.impl
,
org.sklsft.commons.rest.security.credentials
,
org.sklsft.commons.rest.security.credentials.extractor
,
org.sklsft.commons.rest.security.credentials.extractor.impl
,
org.sklsft.commons.rest.security.credentials.validator
,
org.sklsft.commons.rest.security.exception
,
org.sklsft.commons.rest.security.tokens.encoder
,
org.sklsft.commons.rest.security.tokens.encoder.impl
,
org.sklsft.commons.rest.security.tokens.extraction
,
org.sklsft.commons.rest.security.tokens.extraction.impl
,
org.sklsft.commons.rest.security.tokens.factory
,
org.sklsft.commons.rest.security.tokens.jwt
,
org.sklsft.commons.rest.security.tokens.verification
,
org.sklsft.commons.rest.security.tokens.verification.impl
Class Hierarchy
java.lang.
Object
org.sklsft.commons.rest.security.aspect.
AccessControlAspect
org.sklsft.commons.rest.security.access.
AccessController
org.sklsft.commons.rest.security.credentials.
BasicCredentials
(implements java.io.
Serializable
)
org.sklsft.commons.rest.security.tokens.jwt.
BasicJwtBody
(implements java.io.
Serializable
)
org.sklsft.commons.rest.security.tokens.jwt.
BasicRsaJwtHeader
(implements java.io.
Serializable
)
org.sklsft.commons.rest.security.context.impl.
BasicSecurityContextProvider
<C> (implements org.sklsft.commons.rest.security.context.
SecurityContextProvider
)
org.sklsft.commons.rest.security.context.impl.
FromCryptedTokenSecurityContextProvider
<T>
org.sklsft.commons.rest.security.context.impl.
FromKeySecurityContextProvider
<C>
org.sklsft.commons.rest.security.context.impl.
FromSignedTokenSecurityContextProvider
<T,C>
org.sklsft.commons.rest.security.context.impl.
FromJwtSecurityContextProvider
<H,B,C>
org.sklsft.commons.rest.security.context.impl.
FromBasicRsaJwtSecurityContextProvider
org.sklsft.commons.rest.security.tokens.encoder.impl.
CryptedTokenEncoder
<T> (implements org.sklsft.commons.rest.security.tokens.encoder.
TokenEncoder
<T>)
org.sklsft.commons.rest.security.tokens.encoder.impl.
AesJsonTokenEncoder
<T>
org.sklsft.commons.rest.security.credentials.extractor.impl.
FromJwtCredentialsExtractor
<H,B,C> (implements org.sklsft.commons.rest.security.credentials.extractor.
SecurityCredentialsExtractor
<T,C>)
org.sklsft.commons.rest.security.credentials.extractor.impl.
FromBasicJwtCredentialsExtractor
org.sklsft.commons.rest.security.tokens.jwt.
JsonWebToken
<H,B> (implements java.io.
Serializable
)
org.sklsft.commons.rest.security.tokens.jwt.
BasicRsaJsonWebToken
org.sklsft.commons.rest.security.tokens.encoder.impl.
JwtEncoder
<H,B> (implements org.sklsft.commons.rest.security.tokens.encoder.
TokenEncoder
<T>)
org.sklsft.commons.rest.security.tokens.encoder.impl.
PrivateRsaJwtEncoder
<H,B>
org.sklsft.commons.rest.security.tokens.encoder.impl.
PublicJwtDecoder
<H,B>
org.sklsft.commons.rest.security.tokens.factory.
RsaJsonWebTokenFactory
org.sklsft.commons.rest.security.tokens.verification.impl.
RsaJwtVerifier
<H,B> (implements org.sklsft.commons.rest.security.tokens.verification.
TokenVerifier
<T>)
org.sklsft.commons.rest.security.tokens.verification.impl.
BasicRsaJwtVerifier
org.sklsft.commons.rest.security.context.
SecurityContextHolder
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
java.lang.
RuntimeException
org.sklsft.commons.rest.security.exception.
CredentialsConflictException
org.sklsft.commons.rest.security.exception.
InvalidTokenException
org.sklsft.commons.rest.security.exception.
NoBoundCredentialsException
org.sklsft.commons.rest.security.exception.
TokenEncodingException
org.sklsft.commons.rest.security.exception.
TokenNotFoundException
org.sklsft.commons.rest.security.tokens.extraction.impl.
TokenExtractorFactory
org.sklsft.commons.rest.security.tokens.extraction.impl.
TokenFromCookieExtractor
(implements org.sklsft.commons.rest.security.tokens.extraction.
TokenExtractor
)
org.sklsft.commons.rest.security.tokens.extraction.impl.
TokenFromHeaderExtractor
(implements org.sklsft.commons.rest.security.tokens.extraction.
TokenExtractor
)
Interface Hierarchy
org.sklsft.commons.rest.security.context.
SecurityContextProvider
org.sklsft.commons.rest.security.credentials.extractor.
SecurityCredentialsExtractor
<T,C>
org.sklsft.commons.rest.security.credentials.validator.
SecurityCredentialsValidator
<C>
org.sklsft.commons.rest.security.tokens.encoder.
TokenEncoder
<T>
org.sklsft.commons.rest.security.tokens.extraction.
TokenExtractor
org.sklsft.commons.rest.security.tokens.verification.
TokenVerifier
<T>
Annotation Type Hierarchy
org.sklsft.commons.rest.security.annotations.
AccessControl
(implements java.lang.annotation.
Annotation
)
Enum Hierarchy
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
org.sklsft.commons.rest.security.access.
AccessControlType
org.sklsft.commons.rest.security.tokens.extraction.
TokenExtractionMode
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2022. All rights reserved.