public class DefaultCellSTSReqValidator extends Object implements CellSTSRequestValidator
| Constructor and Description |
|---|
DefaultCellSTSReqValidator() |
| 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.
|
public void validate(CellStsRequest cellStsRequest) throws CellSTSRequestValidationFailedException
CellSTSRequestValidatorvalidate in interface CellSTSRequestValidatorcellStsRequest - Incoming request towards cell STS.CellSTSRequestValidationFailedException - CellSTSRequestValidationFailedException.public boolean isAuthenticationRequired(CellStsRequest cellStsRequest) throws CellSTSRequestValidationFailedException
CellSTSRequestValidatorisAuthenticationRequired in interface CellSTSRequestValidatorcellStsRequest - Incoming Cell STS request.CellSTSRequestValidationFailedException - CellSTSRequestValidationFailedException.Copyright © 2019 WSO2. All rights reserved.