| Class | Description |
|---|---|
| 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. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.