public class IncomingLightResponseValidator extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
isInvalid(String lightResponse)
Checks if the token received as parameter is valid.
|
void |
validate(eu.eidas.auth.commons.light.ILightResponse lightResponse)
Validate the lightResponse object
|
public boolean isInvalid(String lightResponse)
lightResponse
- the light response stringpublic void validate(eu.eidas.auth.commons.light.ILightResponse lightResponse) throws SpecificCommunicationException
lightResponse
- the lightResponseSpecificCommunicationException
- if the lightResponse is not validCopyright © 2020. All Rights Reserved.