public interface CellSTSRequestValidator
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAuthenticationRequired(CellStsRequest cellStsRequest)
Checks whether the incoming request needs to be authenticated.
|
void |
validate(CellStsRequest cellStsRequest)
Validate the incoming request.
|
void validate(CellStsRequest cellStsRequest) throws CellSTSRequestValidationFailedException
cellStsRequest - Incoming request towards cell STS.CellSTSRequestValidationFailedException - CellSTSRequestValidationFailedException.boolean isAuthenticationRequired(CellStsRequest cellStsRequest) throws CellSTSRequestValidationFailedException
cellStsRequest - Incoming Cell STS request.CellSTSRequestValidationFailedException - CellSTSRequestValidationFailedException.Copyright © 2019 WSO2. All rights reserved.