public final class JsonUserPassProcessor extends SecurityContextProcessor
RequestProcessor implementation for user and password authenticationRequestProcessor.RequestSCHEME_ID_KEYSECURITY_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) |
processpublic boolean isSchemeSupported(java.lang.String requestedScheme)
isSchemeSupported in class SecurityContextProcessorrequestedScheme - 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 SecurityContextProcessorctx - the current security context. cannot be null.