| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizationService.authorize(CellStsRequest request,
String jwt) |
| Constructor and Description |
|---|
AuthorizeRequest(CellStsRequest request,
AuthorizationContext authorizationContext) |
| Modifier and Type | Method and Description |
|---|---|
CellStsRequest |
CellStsRequest.CellStsRequestBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
void |
CelleryCellStsService.handleInboundRequest(CellStsRequest cellStsRequest,
CellStsResponse cellStsResponse) |
void |
CelleryCellStsService.handleOutboundRequest(CellStsRequest cellStsRequest,
CellStsResponse cellStsResponse) |
protected abstract void |
CelleryCellInterceptorService.handleRequest(CellStsRequest cellStsRequest,
CellStsResponse cellStsResponse) |
protected void |
CelleryCellInboundInterceptorService.handleRequest(CellStsRequest cellStsRequest,
CellStsResponse cellStsResponse) |
protected void |
CelleryCellOutboundInterceptorService.handleRequest(CellStsRequest cellStsRequest,
CellStsResponse cellStsResponse) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultCellSTSReqValidator.isAuthenticationRequired(CellStsRequest cellStsRequest) |
boolean |
CellSTSRequestValidator.isAuthenticationRequired(CellStsRequest cellStsRequest)
Checks whether the incoming request needs to be authenticated.
|
void |
DefaultCellSTSReqValidator.validate(CellStsRequest cellStsRequest) |
void |
CellSTSRequestValidator.validate(CellStsRequest cellStsRequest)
Validate the incoming request.
|
void |
SelfContainedTokenValidator.validateToken(String token,
CellStsRequest cellStsRequest)
Validates a self contained access security.
|
void |
TokenValidator.validateToken(String token,
CellStsRequest cellStsRequest)
Validates incoming security.
|
Copyright © 2019 WSO2. All rights reserved.