Serialized Form


Package org.opensaml.common

Class org.opensaml.common.SAMLException extends Exception implements Serializable

serialVersionUID: 6308450535247361691L

Class org.opensaml.common.SAMLRuntimeException extends RuntimeException implements Serializable

serialVersionUID: -593201582585161250L


Package org.opensaml.common.binding

Class org.opensaml.common.binding.BindingException extends SAMLException implements Serializable

serialVersionUID: 8759204244381246777L


Package org.opensaml.common.binding.artifact

Class org.opensaml.common.binding.artifact.BasicSAMLArtifactMapEntry extends AbstractExpiringObject implements Serializable

serialVersionUID: 1577232740330721369L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserialize the entry from the input stream.

Throws:
IOException - if the is a problem deserializing the object
ClassNotFoundException - if there is a problem loading the class of the object

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serialize the entry to the object output stream.

Throws:
IOException - if there is a problem serializing the entry
Serialized Fields

log

org.slf4j.Logger log
Class Logger.


artifact

String artifact
SAML artifact being mapped.


issuer

String issuer
Entity ID of the issuer of the artifact.


relyingParty

String relyingParty
Entity ID of the receiver of the artifact.


serializedMessage

String serializedMessage
Serialized SAML object mapped to the artifact.


Package org.opensaml.saml2.metadata.provider

Class org.opensaml.saml2.metadata.provider.FilterException extends Exception implements Serializable

serialVersionUID: 6214474330141026496L

Class org.opensaml.saml2.metadata.provider.MetadataProviderException extends Exception implements Serializable

serialVersionUID: -1361135333176800358L


Package org.opensaml.xacml.ctx.provider

Class org.opensaml.xacml.ctx.provider.ObligationProcessingException extends Exception implements Serializable

serialVersionUID: -8978474052544318919L



Copyright © 1999-2013. All Rights Reserved.