See: Description
Interface | Description |
---|---|
SAMLObject |
A base interface for all SAML Objects.
|
SAMLObjectBuilder<SAMLObjectType extends SAMLObject> |
Builder for SAMLObjects.
|
SignableSAMLObject |
A signable SAMLObject.
|
Class | Description |
---|---|
AbstractSAMLObject |
An abstract implementation of SAMLObject.
|
AbstractSAMLObjectBuilder<SAMLObjectType extends SAMLObject> |
Base builder for
SAMLObject s. |
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 . |
SAMLObjectContentReference |
A content reference for SAML objects that will be signed.
|
SAMLObjectSupport |
A helper class for working with SAMLObjects.
|
SAMLVersion |
A type safe SAML version enumeration.
|
Exception | Description |
---|---|
SAMLException |
Base exception for SAML related exception.
|
SAMLRuntimeException |
Base class for runtime exceptions.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.