|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Artifact | |
|---|---|
| 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. |
| Uses of Artifact in org.opensaml.saml2.core |
|---|
| Methods in org.opensaml.saml2.core that return Artifact | |
|---|---|
Artifact |
ArtifactResolve.getArtifact()
Get Artifact child element. |
| Methods in org.opensaml.saml2.core with parameters of type Artifact | |
|---|---|
void |
ArtifactResolve.setArtifact(Artifact newArtifact)
Set Artifact child element. |
| Uses of Artifact in org.opensaml.saml2.core.impl |
|---|
| Classes in org.opensaml.saml2.core.impl that implement Artifact | |
|---|---|
class |
ArtifactImpl
Concrete implementation of Artifact. |
| Methods in org.opensaml.saml2.core.impl that return Artifact | |
|---|---|
Artifact |
ArtifactBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications. |
Artifact |
ArtifactBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
|
Artifact |
ArtifactResolveImpl.getArtifact()
Get Artifact child element. |
| Methods in org.opensaml.saml2.core.impl with parameters of type Artifact | |
|---|---|
void |
ArtifactResolveImpl.setArtifact(Artifact newArtifact)
Set Artifact child element. |
| Uses of Artifact in org.opensaml.saml2.core.validator |
|---|
| Methods in org.opensaml.saml2.core.validator with parameters of type Artifact | |
|---|---|
void |
ArtifactSchemaValidator.validate(Artifact artifact)
|
protected void |
ArtifactSchemaValidator.validateArtifact(Artifact artifact)
Test that Artifact element content is not empty. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||