| Package | Description |
|---|---|
| org.gluu.oxd.server.op | |
| org.gluu.oxd.server.persistence | |
| org.gluu.oxd.server.service |
| Modifier and Type | Method and Description |
|---|---|
Rp |
BaseOperation.getRp() |
| Modifier and Type | Method and Description |
|---|---|
Rp |
RedisPersistenceService.getRp(String oxdId) |
Rp |
SqlPersistenceServiceImpl.getRp(String oxdId) |
Rp |
PersistenceServiceImpl.getRp(String oxdId) |
Rp |
PersistenceService.getRp(String oxdId) |
| Modifier and Type | Method and Description |
|---|---|
Set<Rp> |
RedisPersistenceService.getRps() |
Set<Rp> |
SqlPersistenceServiceImpl.getRps() |
Set<Rp> |
PersistenceServiceImpl.getRps() |
Set<Rp> |
PersistenceService.getRps() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RedisPersistenceService.create(Rp rp) |
boolean |
SqlPersistenceServiceImpl.create(Rp rp) |
boolean |
PersistenceServiceImpl.create(Rp rp) |
boolean |
PersistenceService.create(Rp rp) |
boolean |
RedisPersistenceService.update(Rp rp) |
boolean |
SqlPersistenceServiceImpl.update(Rp rp) |
boolean |
PersistenceServiceImpl.update(Rp rp) |
boolean |
PersistenceService.update(Rp rp) |
| Modifier and Type | Method and Description |
|---|---|
Rp |
ConfigurationService.defaultRp() |
Rp |
RpService.getRp(String oxdId) |
Rp |
RpService.getRpByClientId(String clientId) |
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) |
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.