|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
| Interface Summary | |
|---|---|
| Artifact | An Artifact is an encoded sequence
of bytes. |
| Artifact.Parser | A Parser is used to parse (decode) an encoded
Artifact. |
| Artifact.RemainingArtifact | A RemainingArtifact, being a subcomponent of
Artifact, is a sequence of bytes. |
| Artifact.TypeCode | A TypeCode, being a subcomponent of
Artifact, is a sequence of bytes. |
| ByteSizedSequence | A ByteSizedSequence is an arbitrary sequence of bytes. |
| SAMLArtifactChecking | Useful constants for artifact implementations. |
| Class Summary | |
|---|---|
| SAMLArtifact | The SAMLArtifact abstract class is a partial
implementation of the Artifact interface. |
| SAMLArtifact.Parser | Subclasses of SAMLArtifact must extend this
(trivial) abstract class or implement
Artifact.Parser from scratch. |
| SAMLArtifact.RemainingArtifact | Subclasses of SAMLArtifact must extend this abstract
class or implement Artifact.RemainingArtifact from
scratch. |
| SAMLArtifact.TypeCode | A TypeCode is an arbitrary two-byte sequence. |
| SAMLArtifactType0001 | This class implements a type 0x0001 artifact as specified by SAML V1.1. |
| SAMLArtifactType0001.Parser | An implementation of Artifact.Parser
for type 0x0001 artifacts. |
| SAMLArtifactType0001.RemainingArtifact | An implementation of Artifact.RemainingArtifact
for type 0x0001 artifacts (via extension of
SAMLArtifact.RemainingArtifact). |
| SAMLArtifactType0002 | This class implements a type 0x0002 artifact as specified by SAML V1.1. |
| SAMLArtifactType0002.Parser | An implementation of Artifact.Parser
for type 0x0002 artifacts. |
| SAMLArtifactType0002.RemainingArtifact | An implementation of Artifact.RemainingArtifact
for type 0x0002 artifacts (via extension of
SAMLArtifact.RemainingArtifact). |
| TwoByteSequence | A TwoByteSequence is an arbitrary sequence
of two bytes. |
| URI | A simple class to represent URIs. |
| Util | An artifact utility class. |
| Exception Summary | |
|---|---|
| ArtifactParseException | Indicates an error occurred while parsing an artifact. |
| ArtifactParserException | Indicates an error occurred while trying to locate a parser. |
| InvalidArgumentException | Indicates a invalid argument to a method or constructor. |
| NullArgumentException | Indicates a null argument to a method or constructor. |
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||