| Package | Description |
|---|---|
| io.cellery.security.cell.sts.server.authorization | |
| io.cellery.security.cell.sts.server.core | |
| io.cellery.security.cell.sts.server.core.service |
| Modifier and Type | Method and Description |
|---|---|
static String |
AuthorizationUtils.getOPAEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
String |
STSJWTBuilder.build() |
static void |
CellStsUtils.buildCellStsConfiguration() |
static String |
STSTokenGenerator.generateToken(String audience,
String issuer)
Generates a JWT security.
|
static String |
STSTokenGenerator.generateToken(String incomingJWT,
String audience,
String issuer)
Generates a JWT security.
|
static com.nimbusds.jwt.JWTClaimsSet |
STSTokenGenerator.getJWTClaims(String jwt)
Retrieve CalimSet of the parsed JWT.
|
static String |
CellStsUtils.getMyCellName() |
| 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) |
| Constructor and Description |
|---|
CelleryCellInboundInterceptorService(CelleryCellStsService cellStsService) |
CelleryCellInterceptorService(CelleryCellStsService cellStsService) |
CelleryCellOutboundInterceptorService(CelleryCellStsService cellStsService) |
CelleryCellStsService(UserContextStore contextStore,
UserContextStore localContextStore) |
Copyright © 2019 WSO2. All rights reserved.