public class DiscoveryService extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
WELL_KNOWN_CONNECT_PATH |
static String |
WELL_KNOWN_UMA_PATH |
| Constructor and Description |
|---|
DiscoveryService(HttpService httpService,
RpService rpService,
ValidationService validationService) |
| Modifier and Type | Method and Description |
|---|---|
org.xdi.oxauth.client.OpenIdConfigurationResponse |
getConnectDiscoveryResponse(Rp rp) |
org.xdi.oxauth.client.OpenIdConfigurationResponse |
getConnectDiscoveryResponse(String opHost,
String opDiscoveryPath) |
org.xdi.oxauth.client.OpenIdConfigurationResponse |
getConnectDiscoveryResponseByOxdId(String oxdId) |
String |
getConnectDiscoveryUrl(Rp rp) |
String |
getConnectDiscoveryUrl(String opHost,
String opDiscoveryPath) |
org.xdi.oxauth.model.uma.UmaMetadata |
getUmaDiscovery(String opHost,
String opDiscoveryPath) |
org.xdi.oxauth.model.uma.UmaMetadata |
getUmaDiscoveryByOxdId(String oxdId) |
String |
getUmaDiscoveryUrl(String opHost,
String opDiscoveryPath) |
public static final String WELL_KNOWN_CONNECT_PATH
public static final String WELL_KNOWN_UMA_PATH
@Inject public DiscoveryService(HttpService httpService, RpService rpService, ValidationService validationService)
public org.xdi.oxauth.client.OpenIdConfigurationResponse getConnectDiscoveryResponseByOxdId(String oxdId)
public org.xdi.oxauth.client.OpenIdConfigurationResponse getConnectDiscoveryResponse(Rp rp)
public org.xdi.oxauth.client.OpenIdConfigurationResponse getConnectDiscoveryResponse(String opHost, String opDiscoveryPath)
public org.xdi.oxauth.model.uma.UmaMetadata getUmaDiscoveryByOxdId(String oxdId)
public org.xdi.oxauth.model.uma.UmaMetadata getUmaDiscovery(String opHost, String opDiscoveryPath)
Copyright © 2018. All rights reserved.