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 |
SubjectStatement.getSubject() |
Subject |
SubjectQuery.getSubject()
Get Subject child element
|
Modifier and Type | Method and Description |
---|---|
void |
SubjectStatement.setSubject(Subject subject) |
void |
SubjectQuery.setSubject(Subject subject)
Set Subject child element
|
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)
Creates an XMLObject with a given fully qualified name.
|
Subject |
SubjectStatementImpl.getSubject() |
Subject |
SubjectQueryImpl.getSubject()
Get Subject child element
|
Modifier and Type | Method and Description |
---|---|
void |
SubjectStatementImpl.setSubject(Subject subject) |
void |
SubjectQueryImpl.setSubject(Subject subject)
Set Subject child element
|
Modifier and Type | Method and Description |
---|---|
void |
SubjectSchemaValidator.validate(Subject subject)
Checks to see if a XMLObject is valid.
|
protected void |
SubjectSchemaValidator.validateNameIdentifierSubjectConfirmation(Subject subject)
Validates that the subject has either a name identifier or subject confirmation
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.