Package org.opensaml.common.impl

Base classes for various SAMLObjects constructs.

See:
          Description

Class Summary
AbstractSAMLObject An abstract implementation of SAMLObject.
AbstractSAMLObjectBuilder<SAMLObjectType extends SAMLObject> Base builder for SAMLObjects.
AbstractSAMLObjectMarshaller A thread safe, abstract implementation of the Marshaller interface that handles most of the boilerplate code for Marshallers.
AbstractSAMLObjectUnmarshaller An thread safe abstract unmarshaller.
AbstractSignableSAMLObject Abstract SAMLObject implementation that also implements SignableXMLObject.
RandomIdentifierGenerator Generates identifiers using random data obtained from a Random instance.
SAMLObjectContentReference A content reference for SAML objects that will be signed.
SecureRandomIdentifierGenerator Generates identifiers using random data obtained from a SecureRandom instance.
 

Package org.opensaml.common.impl Description

Base classes for various SAMLObjects constructs.

Information on using this library can be found in the User's Manual and information on extending its functionality can be found in the Developer's Manual.

See Also:
OpenSAML Wiki


Copyright © 1999-2013. All Rights Reserved.