Package | Description |
---|---|
org.apache.ws.security.saml.ext.builder | |
org.opensaml.saml2.core |
Interfaces for SAML 2.0 core specification types and elements.
|
org.opensaml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
Modifier and Type | Method and Description |
---|---|
static SubjectConfirmationData |
SAML2ComponentBuilder.createSubjectConfirmationData(String inResponseTo,
String recipient,
org.joda.time.DateTime notOnOrAfter,
KeyInfoBean keyInfoBean)
Deprecated.
|
static SubjectConfirmationData |
SAML2ComponentBuilder.createSubjectConfirmationData(SubjectConfirmationDataBean subjectConfirmationDataBean,
KeyInfoBean keyInfoBean)
Create a SubjectConfirmationData object
|
Modifier and Type | Method and Description |
---|---|
static SubjectConfirmation |
SAML2ComponentBuilder.createSubjectConfirmation(String method,
SubjectConfirmationData subjectConfirmationData)
Create a SubjectConfirmation object
One of the following subject confirmation methods MUST be used:
urn:oasis:names:tc:SAML:2.0:cm:holder-of-key
urn:oasis:names:tc:SAML:2.0:cm:sender-vouches
urn:oasis:names:tc:SAML:2.0:cm:bearer
|
Modifier and Type | Interface and Description |
---|---|
interface |
KeyInfoConfirmationDataType
SAML 2.0 Core KeyInfoConfirmationDataType.
|
Modifier and Type | Method and Description |
---|---|
SubjectConfirmationData |
SubjectConfirmation.getSubjectConfirmationData()
Gets the data about how this subject was confirmed or constraints on the confirmation.
|
Modifier and Type | Method and Description |
---|---|
void |
SubjectConfirmation.setSubjectConfirmationData(SubjectConfirmationData newSubjectConfirmationData)
Sets the data about how this subject was confirmed or constraints on the confirmation.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyInfoConfirmationDataTypeImpl
Concrete implementation of
SubjectConfirmationData . |
class |
SubjectConfirmationDataImpl
Concrete implementation of
SubjectConfirmationData . |
Modifier and Type | Method and Description |
---|---|
SubjectConfirmationData |
SubjectConfirmationDataBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
SubjectConfirmationData |
SubjectConfirmationDataBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
SubjectConfirmationData |
SubjectConfirmationImpl.getSubjectConfirmationData()
Gets the data about how this subject was confirmed or constraints on the confirmation.
|
Modifier and Type | Method and Description |
---|---|
void |
SubjectConfirmationImpl.setSubjectConfirmationData(SubjectConfirmationData newSubjectConfirmationData)
Sets the data about how this subject was confirmed or constraints on the confirmation.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.