public final class SamlAuthenticationData extends Object
ExecutionContext.SecurityContext related to SAML authentication
type.| Modifier and Type | Method and Description |
|---|---|
static SamlAuthenticationData |
createInstance(com.vmware.vapi.core.ExecutionContext.SecurityContext ctx)
Creates a new instance of this structure by parsing a
ExecutionContext.SecurityContext. |
PrivateKey |
getPrivateKey() |
com.vmware.vapi.saml.SamlToken |
getSamlToken() |
public com.vmware.vapi.saml.SamlToken getSamlToken()
public PrivateKey getPrivateKey()
public static final SamlAuthenticationData createInstance(com.vmware.vapi.core.ExecutionContext.SecurityContext ctx)
ExecutionContext.SecurityContext.ctx - the security context that will be parsed. Cannot be null.
Authentication type should be AuthnType.SAMLCopyright © 2016. All rights reserved.