Package | Description |
---|---|
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.
|
org.opensaml.saml2.core.validator |
Validation rules for SAML 2.0 core types and elements.
|
Modifier and Type | Method and Description |
---|---|
Artifact |
ArtifactResolve.getArtifact()
Get Artifact child element.
|
Modifier and Type | Method and Description |
---|---|
void |
ArtifactResolve.setArtifact(Artifact newArtifact)
Set Artifact child element.
|
Modifier and Type | Class and Description |
---|---|
class |
ArtifactImpl
Concrete implementation of
Artifact . |
Modifier and Type | Method and Description |
---|---|
Artifact |
ArtifactBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
Artifact |
ArtifactBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
Artifact |
ArtifactResolveImpl.getArtifact()
Get Artifact child element.
|
Modifier and Type | Method and Description |
---|---|
void |
ArtifactResolveImpl.setArtifact(Artifact newArtifact)
Set Artifact child element.
|
Modifier and Type | Method and Description |
---|---|
void |
ArtifactSchemaValidator.validate(Artifact artifact) |
protected void |
ArtifactSchemaValidator.validateArtifact(Artifact artifact)
Test that Artifact element content is not empty.
|
Copyright © 1999-2013. All Rights Reserved.