public final class SamlTokenSecurityContext extends Object implements com.vmware.vapi.core.ExecutionContext.SecurityContext
| Modifier and Type | Field and Description |
|---|---|
static String |
PRIVATE_KEY_ID |
static String |
SAML_TOKEN_ID |
| Constructor and Description |
|---|
SamlTokenSecurityContext(com.vmware.vapi.saml.SamlToken token)
Internal.
|
SamlTokenSecurityContext(com.vmware.vapi.saml.SamlToken token,
PrivateKey privateKey) |
public static final String SAML_TOKEN_ID
public static final String PRIVATE_KEY_ID
public SamlTokenSecurityContext(com.vmware.vapi.saml.SamlToken token,
PrivateKey privateKey)
token - cannot be null. will be serialized as part of the
signatureprivateKey - if null no signature will be made. will NOT be serialized
in the request.public SamlTokenSecurityContext(com.vmware.vapi.saml.SamlToken token)
token - cannot be null.Copyright © 2016. All rights reserved.