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 |
---|---|
Subject |
SubjectQuery.getSubject()
Get Subject child element
|
Subject |
SubjectStatement.getSubject() |
Modifier and Type | Method and Description |
---|---|
void |
SubjectQuery.setSubject(Subject subject)
Set Subject child element
|
void |
SubjectStatement.setSubject(Subject subject) |
Modifier and Type | Method and Description |
---|---|
Subject |
SubjectBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
Subject |
SubjectBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
Subject |
SubjectQueryImpl.getSubject()
Get Subject child element
|
Subject |
SubjectStatementImpl.getSubject() |
Modifier and Type | Method and Description |
---|---|
void |
SubjectQueryImpl.setSubject(Subject subject)
Set Subject child element
|
void |
SubjectStatementImpl.setSubject(Subject subject) |
Modifier and Type | Method and Description |
---|---|
void |
SubjectSchemaValidator.validate(Subject subject) |
protected void |
SubjectSchemaValidator.validateNameIdentifierSubjectConfirmation(Subject subject)
Validates that the subject has either a name identifier or subject confirmation
|
Copyright © 1999-2013. All Rights Reserved.