| Package | Description |
|---|---|
| com.vmware.vapi.saml |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ValidatableSamlToken
Instances of this interface are not guaranteed to be valid (i.e.
|
interface |
ValidatableSamlTokenEx |
| Modifier and Type | Method and Description |
|---|---|
static SamlToken |
DefaultTokenFactory.createToken(String tokenXml)
Static factory method alternative of
DefaultTokenFactory.parseToken(String). |
static SamlToken |
DefaultTokenFactory.createToken(String tokenXml,
X509Certificate... trustedRootCertificates)
Static factory method alternative of
DefaultTokenFactory.parseToken(String, X509Certificate...) |
static SamlToken |
DefaultTokenFactory.createToken(String tokenXml,
X509Certificate[] trustedRootCertificates,
long clockToleranceSec)
Static factory method alternative of
DefaultTokenFactory.parseToken(String, X509Certificate[], long) |
static SamlToken |
DefaultTokenFactory.createTokenFromDom(Element tokenRoot)
Static factory method alternative of
DefaultTokenFactory.parseToken(Element). |
static SamlToken |
DefaultTokenFactory.createTokenFromDom(Element tokenRoot,
X509Certificate... trustedRootCertificates)
Static factory method alternative of
DefaultTokenFactory.parseToken(Element, X509Certificate...) |
static SamlToken |
DefaultTokenFactory.createTokenFromDom(Element tokenRoot,
X509Certificate[] trustedRootCertificates,
long clockToleranceSec)
Static factory method alternative of
DefaultTokenFactory.parseToken(Element, X509Certificate[], long) |
SamlToken |
DefaultTokenFactory.parseToken(Element tokenRoot) |
SamlToken |
SamlTokenFactory.parseToken(Element tokenRoot)
Create a
SamlToken object from DOM Element, performing
syntactic and semantical validation of the XML tree. |
SamlToken |
DefaultTokenFactory.parseToken(Element tokenRoot,
X509Certificate... trustedRootCertificates) |
SamlToken |
SamlTokenFactory.parseToken(Element tokenRoot,
X509Certificate... trustedRootCertificates)
Create a
SamlToken object from DOM Element. |
SamlToken |
DefaultTokenFactory.parseToken(Element tokenRoot,
X509Certificate[] trustedRootCertificates,
long clockToleranceSec) |
SamlToken |
SamlTokenFactory.parseToken(Element tokenRoot,
X509Certificate[] trustedRootCertificates,
long clockToleranceSec)
Create a
SamlToken object from DOM Element, performing
syntactic and semantical validation of the XML tree. |
SamlToken |
DefaultTokenFactory.parseToken(String tokenXml) |
SamlToken |
SamlTokenFactory.parseToken(String tokenXml)
Create a
SamlToken object from string representation, performing
syntactic and semantical validation of the XML tree. |
SamlToken |
DefaultTokenFactory.parseToken(String tokenXml,
X509Certificate... trustedRootCertificates) |
SamlToken |
SamlTokenFactory.parseToken(String tokenXml,
X509Certificate... trustedRootCertificates)
Create a
SamlToken object from string representation. |
SamlToken |
DefaultTokenFactory.parseToken(String tokenXml,
X509Certificate[] trustedRootCertificates,
long clockToleranceSec) |
SamlToken |
SamlTokenFactory.parseToken(String tokenXml,
X509Certificate[] trustedRootCertificates,
long clockToleranceSec)
Create a
SamlToken object from string representation, performing
syntactic and semantical validation of the XML tree. |
Copyright © 2016. All rights reserved.