| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizationService.authorize(CellStsRequest request,
String jwt) |
void |
AuthorizationHandler.authorize(CellStsRequest request,
String jwt)
Check authorization on a particular request.
|
static String |
AuthorizationUtils.getGatewayContextPolicyQuery(String baseQueryPath,
CellStsRequest request) |
static String |
AuthorizationUtils.getOPAEndpoint(CellStsRequest request,
boolean toMicrogateway) |
| Constructor and Description |
|---|
AuthorizeRequest(CellStsRequest request,
AuthorizationContext authorizationContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
OPAAuthorizationHandler.authorize(CellStsRequest cellStsRequest,
String jwt) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
CellStsUtils.isRequestToMicroGateway(CellStsRequest cellStsRequest) |
| Modifier and Type | Method and Description |
|---|---|
CellStsRequest |
CellStsRequest.CellStsRequestBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
protected CellStsRequest |
CelleryCellInterceptorService.buildCellStsRequest(ExternalAuth.CheckRequest requestFromProxy) |
protected CellStsRequest |
CelleryGWInboundInterceptorService.buildCellStsRequest(ExternalAuth.CheckRequest requestFromProxy) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CelleryGWSTSService.attachToken(CellStsRequest cellStsRequest,
CellStsResponse cellStsResponse) |
protected void |
CelleryCellStsService.attachToken(CellStsRequest cellStsRequest,
CellStsResponse cellStsResponse) |
protected String |
CelleryGWSTSService.exchangeToInternalToken(CellStsRequest request) |
protected String |
CelleryCellStsService.getUserContextJwt(CellStsRequest cellStsRequest) |
void |
CelleryGWSTSService.handleInboundRequest(CellStsRequest cellStsRequest,
CellStsResponse cellStsResponse) |
void |
CelleryCellStsService.handleInboundRequest(CellStsRequest cellStsRequest,
CellStsResponse cellStsResponse) |
void |
CelleryCellStsService.handleOutboundRequest(CellStsRequest cellStsRequest,
CellStsResponse cellStsResponse) |
protected void |
CelleryCellOutboundInterceptorService.handleRequest(CellStsRequest cellStsRequest,
CellStsResponse cellStsResponse) |
protected void |
CelleryCellInboundInterceptorService.handleRequest(CellStsRequest cellStsRequest,
CellStsResponse cellStsResponse) |
protected abstract void |
CelleryCellInterceptorService.handleRequest(CellStsRequest cellStsRequest,
CellStsResponse cellStsResponse) |
protected void |
CelleryGWInboundInterceptorService.handleRequest(CellStsRequest cellStsRequest,
CellStsResponse cellStsResponse) |
protected com.nimbusds.jwt.JWTClaimsSet |
CelleryCellStsService.handleRequestToMicroGW(CellStsRequest cellStsRequest,
String requestId,
String jwt) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CellSTSRequestValidator.isAuthenticationRequired(CellStsRequest cellStsRequest)
Checks whether the incoming request needs to be authenticated.
|
boolean |
DefaultCellSTSReqValidator.isAuthenticationRequired(CellStsRequest cellStsRequest) |
void |
CellSTSRequestValidator.validate(CellStsRequest cellStsRequest)
Validate the incoming request.
|
void |
DefaultCellSTSReqValidator.validate(CellStsRequest cellStsRequest) |
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.