Package | Description |
---|---|
org.apache.wss4j.common.saml.builder | |
org.opensaml.saml.saml2.core |
Interfaces for SAML 2.0 core and protocol interfaces.
|
org.opensaml.saml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
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 | Method and Description |
---|---|
List<SubjectConfirmation> |
Subject.getSubjectConfirmations()
Gets the confirmations made about this subject.
|
Modifier and Type | Method and Description |
---|---|
SubjectConfirmation |
SubjectConfirmationBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
SubjectConfirmation |
SubjectConfirmationBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Modifier and Type | Method and Description |
---|---|
List<SubjectConfirmation> |
SubjectImpl.getSubjectConfirmations()
Gets the confirmations made about this subject.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.