| Package | Description |
|---|---|
| io.cellery.security.cell.sts.server.core.model.config |
| Modifier and Type | Method and Description |
|---|---|
static CellStsConfiguration |
CellStsConfiguration.getInstance() |
CellStsConfiguration |
CellStsConfiguration.setAudienceValidationEnabled(boolean audienceValidationEnabled) |
CellStsConfiguration |
CellStsConfiguration.setAuthorizationEnabled(boolean authorizationEnabled) |
CellStsConfiguration |
CellStsConfiguration.setCellName(String cellName) |
CellStsConfiguration |
CellStsConfiguration.setGlobalJWKEndpoint(String globalJWKSEndpoint)
Set global JWKS endpoint.
|
CellStsConfiguration |
CellStsConfiguration.setIssuerValidationEnabled(boolean issuerValidationEnabled) |
CellStsConfiguration |
CellStsConfiguration.setPassword(String password) |
CellStsConfiguration |
CellStsConfiguration.setSignatureValidationEnabled(boolean signatureValidationEnbled) |
CellStsConfiguration |
CellStsConfiguration.setStsEndpoint(String stsEndpoint) |
CellStsConfiguration |
CellStsConfiguration.setSTSOPAQueryPrefix(String stsOPAQueryPrefix) |
CellStsConfiguration |
CellStsConfiguration.setUsername(String username) |
Copyright © 2019 WSO2. All rights reserved.