public class SamlTokenAuthnHandler extends Object implements com.vmware.vapi.security.AuthenticationHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
ERROR_KEY
This key is used to transfer the
Exception from the signature
verification request processor to the authentication handler |
static String |
SAML_TOKEN_KEY
This key is used to transfer the
SamlToken from the signature
verification request processor to the authentication handler |
| Constructor and Description |
|---|
SamlTokenAuthnHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate(com.vmware.vapi.core.ExecutionContext.SecurityContext ctx,
com.vmware.vapi.core.AsyncHandle<com.vmware.vapi.security.AuthenticationHandler.AuthenticationResult> asyncHandle) |
List<String> |
supportedAuthenticationSchemes() |
public static final String SAML_TOKEN_KEY
SamlToken from the signature
verification request processor to the authentication handlerpublic static final String ERROR_KEY
Exception from the signature
verification request processor to the authentication handlerpublic void authenticate(com.vmware.vapi.core.ExecutionContext.SecurityContext ctx,
com.vmware.vapi.core.AsyncHandle<com.vmware.vapi.security.AuthenticationHandler.AuthenticationResult> asyncHandle)
authenticate in interface com.vmware.vapi.security.AuthenticationHandlerCopyright © 2016. All rights reserved.