Uses of Enum Class
org.sklsft.commons.rest.security.tokens.extraction.TokenExtractionMode
Packages that use TokenExtractionMode
Package
Description
-
Uses of TokenExtractionMode in org.sklsft.commons.rest.security.access
Methods in org.sklsft.commons.rest.security.access with parameters of type TokenExtractionModeModifier and TypeMethodDescriptionvoidAccessController.handshake(AccessControlType accessControlType, TokenExtractionMode tokenExtractionMode) -
Uses of TokenExtractionMode in org.sklsft.commons.rest.security.tokens.extraction
Methods in org.sklsft.commons.rest.security.tokens.extraction that return TokenExtractionModeModifier and TypeMethodDescriptionstatic TokenExtractionModeReturns the enum constant of this class with the specified name.static TokenExtractionMode[]TokenExtractionMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TokenExtractionMode in org.sklsft.commons.rest.security.tokens.extraction.impl
Methods in org.sklsft.commons.rest.security.tokens.extraction.impl with parameters of type TokenExtractionModeModifier and TypeMethodDescriptionstatic TokenExtractorTokenExtractorFactory.getTokenExtractor(TokenExtractionMode mode)