Package | Description |
---|---|
org.opensaml.saml1.core |
Interfaces for SAML 1.0 and 1.1 types and elements.
|
org.opensaml.saml1.core.impl |
Implementations of SAML 1.0 and 1.1 types and elements interfaces.
|
org.opensaml.saml1.core.validator |
Validation rules for SAML 1.0 and 1.1 types and elements.
|
Modifier and Type | Method and Description |
---|---|
SubjectConfirmation |
Subject.getSubjectConfirmation()
Gets the SubjectConfirmation of this Subject
|
Modifier and Type | Method and Description |
---|---|
void |
Subject.setSubjectConfirmation(SubjectConfirmation subjectConfirmation)
Sets the SubjectConfirmation of 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.
|
SubjectConfirmation |
SubjectImpl.getSubjectConfirmation()
Gets the SubjectConfirmation of this Subject
|
Modifier and Type | Method and Description |
---|---|
void |
SubjectImpl.setSubjectConfirmation(SubjectConfirmation subjectConfirmation)
Sets the SubjectConfirmation of this Subject
|
Modifier and Type | Method and Description |
---|---|
void |
SubjectConfirmationSchemaValidator.validate(SubjectConfirmation subjectConfirmation)
Checks to see if a XMLObject is valid.
|
protected void |
SubjectConfirmationSchemaValidator.validateSubjectConfirmationMethods(SubjectConfirmation subjectConfirmation)
Validates that the given subject confirmation has a confirmation method.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.