Package ddf.security.samlp.impl
Class SamlValidator.Response
java.lang.Object
ddf.security.samlp.impl.SamlValidator
ddf.security.samlp.impl.SamlValidator.Response
- Direct Known Subclasses:
SamlValidator.PostResponse,SamlValidator.RedirectResponse
- Enclosing class:
SamlValidator
-
Nested Class Summary
Nested classes/interfaces inherited from class ddf.security.samlp.impl.SamlValidator
SamlValidator.Builder, SamlValidator.PostRequest, SamlValidator.PostResponse, SamlValidator.RedirectRequest, SamlValidator.RedirectResponse, SamlValidator.Request, SamlValidator.Response -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.opensaml.saml.saml2.core.LogoutResponseFields inherited from class ddf.security.samlp.impl.SamlValidator
builder -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidcheckId()protected voidprotected org.joda.time.DateTimeprotected org.opensaml.saml.common.SAMLVersionMethods inherited from class ddf.security.samlp.impl.SamlValidator
additionalValidation, checkSamlVersion, checkTimestamp, validate
-
Field Details
-
logoutResponse
protected final org.opensaml.saml.saml2.core.LogoutResponse logoutResponse
-
-
Method Details
-
getSamlVersion
protected org.opensaml.saml.common.SAMLVersion getSamlVersion()- Specified by:
getSamlVersionin classSamlValidator
-
getIssueInstant
protected org.joda.time.DateTime getIssueInstant()- Specified by:
getIssueInstantin classSamlValidator
-
checkRequiredFields
- Specified by:
checkRequiredFieldsin classSamlValidator- Throws:
ValidationException
-
checkDestination
- Specified by:
checkDestinationin classSamlValidator- Throws:
ValidationException
-
checkId
- Overrides:
checkIdin classSamlValidator- Throws:
ValidationException
-