InfoboxValidationResultImpl
public interface InfoboxValidationResult
ExtendedSAMLAttributes
maybe provided. Each of these SAML-Attributes will be either appended to the
final SAML-Assertion passed to the online application or to the AUTH-Block,
or to both.
Modifier and Type | Method | Description |
---|---|---|
String |
getErrorMessage() |
A short error description that should be displayed by MOA-ID if
validation of the InfoBoxReadResponse fails.
|
at.gv.egovernment.moa.id.commons.api.data.ExtendedSAMLAttribute[] |
getExtendedSamlAttributes() |
Returns an array of
ExtendedSAMLAttributes that should be added to the SAML-Assertion
provided to the online application. |
boolean |
isValid() |
The method returns
true if validation succeeds. |
boolean isValid()
true
if validation succeeds. In that case
method getExtendedSamlAttributes()
may provide an array of
ExtendedSAMLAttributes
that should be appended to the final SAML-Assertion or the
AUTH-Block or to both.
false
if validation fails. In that case
method getErrorMessage()
has to provide a short error description.True
if validation succeeds,
otherwise false
.at.gv.egovernment.moa.id.commons.api.data.ExtendedSAMLAttribute[] getExtendedSamlAttributes()
ExtendedSAMLAttributes
that should be added to the SAML-Assertion
provided to the online application.
The SAML-Attributes in that array will be added to the final
SAML-Assertion, the AUTH-Block, or both, exactly in the order as they are arranged
in the array this method returns.ExtendedSAMLAttributes
that should be added to the SAML-Assertion
provided to the online application, the AUTH-Block, or both. If no attributes should
be added this array maybe null
or empty.String getErrorMessage()
Copyright © 2019. All rights reserved.