| Package | Description |
|---|---|
| org.gluu.oxd.server.mapper | |
| org.gluu.oxd.server.op | |
| org.gluu.oxd.server.persistence.service | |
| org.gluu.oxd.server.service |
| Modifier and Type | Method and Description |
|---|---|
static Rp |
RegisterResponseMapper.createRp(org.gluu.oxauth.client.RegisterResponse response) |
| Modifier and Type | Method and Description |
|---|---|
static org.gluu.oxauth.client.RegisterRequest |
RegisterRequestMapper.createRegisterRequest(Rp rp) |
static void |
RegisterRequestMapper.fillRp(Rp rp,
org.gluu.oxauth.client.RegisterRequest request) |
static boolean |
RegisterResponseMapper.fillRp(Rp rp,
org.gluu.oxauth.client.RegisterResponse response) |
| Modifier and Type | Method and Description |
|---|---|
Rp |
Validator.getRp() |
Rp |
BaseOperation.getRp() |
| Modifier and Type | Method and Description |
|---|---|
static org.gluu.oxauth.model.jws.AbstractJwsSigner |
Validator.createJwsSigner(org.gluu.oxauth.model.jwt.Jwt idToken,
org.gluu.oxauth.client.OpenIdConfigurationResponse discoveryResponse,
PublicOpKeyService keyService,
OpClientFactory opClientFactory,
Rp rp,
OxdServerConfiguration configuration) |
org.gluu.oxauth.model.jwt.Jwt |
GetRequestObjectUriOperation.createRequestObject(org.gluu.oxauth.model.crypto.signature.SignatureAlgorithm algo,
Rp rp,
GetRequestObjectUriParams params) |
Validator.Builder |
Validator.Builder.rp(Rp rp) |
RsModifyResponse |
RsModifyOperation.update(String pat,
String resourceId,
Rp rp,
org.gluu.oxauth.client.uma.UmaResourceService resourceService,
org.gluu.oxauth.model.uma.UmaResource opUmaResource) |
| Modifier and Type | Method and Description |
|---|---|
Rp |
SqlPersistenceServiceImpl.getRp(String oxdId) |
Rp |
PersistenceServiceImpl.getRp(String oxdId) |
Rp |
GluuPersistenceService.getRp(String oxdId) |
Rp |
RedisPersistenceService.getRp(String oxdId) |
Rp |
PersistenceService.getRp(String oxdId) |
| Modifier and Type | Method and Description |
|---|---|
Set<Rp> |
SqlPersistenceServiceImpl.getRps() |
Set<Rp> |
PersistenceServiceImpl.getRps() |
Set<Rp> |
GluuPersistenceService.getRps() |
Set<Rp> |
RedisPersistenceService.getRps() |
Set<Rp> |
PersistenceService.getRps() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SqlPersistenceServiceImpl.create(Rp rp) |
boolean |
PersistenceServiceImpl.create(Rp rp) |
boolean |
GluuPersistenceService.create(Rp rp) |
boolean |
RedisPersistenceService.create(Rp rp) |
boolean |
PersistenceService.create(Rp rp) |
boolean |
SqlPersistenceServiceImpl.update(Rp rp) |
boolean |
PersistenceServiceImpl.update(Rp rp) |
boolean |
GluuPersistenceService.update(Rp rp) |
boolean |
RedisPersistenceService.update(Rp rp) |
boolean |
PersistenceService.update(Rp rp) |
| Modifier and Type | Method and Description |
|---|---|
Rp |
ConfigurationService.defaultRp() |
Rp |
RpSyncService.getRp(String oxdId) |
Rp |
RpService.getRp(String oxdId) |
Rp |
RpService.getRpByClientId(String clientId) |
Rp |
RpSyncService.getRpTest(String oxdId) |
static Rp |
MigrationService.parseRp(File file) |
static Rp |
MigrationService.parseRp(String rpAsJson) |
Rp |
ValidationService.validate(Rp rp) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Rp> |
RpService.getRps() |
org.gluu.util.Pair<Rp,Boolean> |
ValidationService.validate(IParams params) |
| Modifier and Type | Method and Description |
|---|---|
void |
RpService.create(Rp rp) |
org.gluu.oxauth.client.OpenIdConfigurationResponse |
DiscoveryService.getConnectDiscoveryResponse(Rp rp) |
String |
DiscoveryService.getConnectDiscoveryUrl(Rp rp) |
static boolean |
RpSyncService.shouldSync(Rp rp) |
void |
RpService.update(Rp rp) |
void |
RpService.updateSilently(Rp rp) |
Rp |
ValidationService.validate(Rp rp) |
| Constructor and Description |
|---|
Rp(Rp conf) |
Copyright © 2021. All rights reserved.