Uses of Class
org.opensaml.saml.common.SAMLException
Packages that use SAMLException
Package
Description
Common classes for validating SAML Assertions.
Classes related to SAML binding operations.
Classes supporting general SAML profile behavior.
Actions and classes common to both SAML versions.
Classes for SAML 1.x profile behavior.
Classes for SAML 2.0 profile behavior.
-
Uses of SAMLException in org.opensaml.saml.common.assertion
Subclasses of SAMLException in org.opensaml.saml.common.assertionModifier and TypeClassDescriptionclassException indicating a problem validating a SAML Assertion. -
Uses of SAMLException in org.opensaml.saml.common.binding
Subclasses of SAMLException in org.opensaml.saml.common.bindingModifier and TypeClassDescriptionclassBase exception for errors that occur when messages are encoded/decoded for a specific binding. -
Uses of SAMLException in org.opensaml.saml.common.profile
Methods in org.opensaml.saml.common.profile that throw SAMLExceptionModifier and TypeMethodDescriptionprotected abstract NameIdTypeAbstractNameIdentifierGenerator.doGenerate(ProfileRequestContext profileRequestContext) Override this method to fully control the generation process.AbstractNameIdentifierGenerator.generate(ProfileRequestContext profileRequestContext, String theFormat) Generate an identifier object.NameIdentifierGenerator.generate(ProfileRequestContext profileRequestContext, String format) Generate an identifier object.protected StringAbstractNameIdentifierGenerator.getIdentifier(ProfileRequestContext profileRequestContext) Override this method to reuse this implementation ofAbstractNameIdentifierGenerator.doGenerate(ProfileRequestContext), and return the identifier to be included as the value of the eventual element. -
Uses of SAMLException in org.opensaml.saml.common.profile.impl
Methods in org.opensaml.saml.common.profile.impl that throw SAMLExceptionModifier and TypeMethodDescriptionChainingNameIdentifierGenerator.generate(ProfileRequestContext profileRequestContext, String format) Generate an identifier object. -
Uses of SAMLException in org.opensaml.saml.saml1.profile
Methods in org.opensaml.saml.saml1.profile that throw SAMLExceptionModifier and TypeMethodDescriptionprotected NameIdentifierAbstractSAML1NameIdentifierGenerator.doGenerate(ProfileRequestContext profileRequestContext) Override this method to fully control the generation process.SAML1NameIdentifierGenerator.generate(ProfileRequestContext profileRequestContext, String format) Generate an identifier object. -
Uses of SAMLException in org.opensaml.saml.saml2.profile
Methods in org.opensaml.saml.saml2.profile that throw SAMLExceptionModifier and TypeMethodDescriptionprotected NameIDAbstractSAML2NameIDGenerator.doGenerate(ProfileRequestContext profileRequestContext) Override this method to fully control the generation process.SAML2NameIDGenerator.generate(ProfileRequestContext profileRequestContext, String format) Generate an identifier object.