public final class JsonUserPassProcessor extends SecurityContextProcessor
RequestProcessor
implementation for user and password authenticationRequestProcessor.Request
SCHEME_ID_KEY
SECURITY_CONTEXT_KEY, SECURITY_PROC_METADATA_KEY, UTF8_CHARSET
Constructor and Description |
---|
JsonUserPassProcessor() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getSecurityContextProperties(ExecutionContext.SecurityContext ctx) |
boolean |
isSchemeSupported(java.lang.String requestedScheme) |
process
public boolean isSchemeSupported(java.lang.String requestedScheme)
isSchemeSupported
in class SecurityContextProcessor
requestedScheme
- the authentication scheme that is used with the
current security contextpublic java.util.Map<java.lang.String,java.lang.Object> getSecurityContextProperties(ExecutionContext.SecurityContext ctx)
getSecurityContextProperties
in class SecurityContextProcessor
ctx
- the current security context. cannot be null.