public class ClientFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
BackCompatibleIntrospectionService |
createBackCompatibleIntrospectionService(String url) |
BackCompatibleIntrospectionService |
createBackCompatibleIntrospectionService(String url,
org.jboss.resteasy.client.ClientExecutor clientExecutor) |
BadRptIntrospectionService |
createBadRptStatusService(org.gluu.oxauth.model.uma.UmaMetadata metadata) |
BadRptIntrospectionService |
createBadRptStatusService(org.gluu.oxauth.model.uma.UmaMetadata metadata,
org.jboss.resteasy.client.ClientExecutor clientExecutor) |
CorrectRptIntrospectionService |
createCorrectRptStatusService(org.gluu.oxauth.model.uma.UmaMetadata metadata) |
CorrectRptIntrospectionService |
createCorrectRptStatusService(org.gluu.oxauth.model.uma.UmaMetadata metadata,
org.jboss.resteasy.client.ClientExecutor clientExecutor) |
static ClientFactory |
instance() |
public static ClientFactory instance()
public BackCompatibleIntrospectionService createBackCompatibleIntrospectionService(String url)
public BackCompatibleIntrospectionService createBackCompatibleIntrospectionService(String url, org.jboss.resteasy.client.ClientExecutor clientExecutor)
public BadRptIntrospectionService createBadRptStatusService(org.gluu.oxauth.model.uma.UmaMetadata metadata)
public BadRptIntrospectionService createBadRptStatusService(org.gluu.oxauth.model.uma.UmaMetadata metadata, org.jboss.resteasy.client.ClientExecutor clientExecutor)
public CorrectRptIntrospectionService createCorrectRptStatusService(org.gluu.oxauth.model.uma.UmaMetadata metadata)
public CorrectRptIntrospectionService createCorrectRptStatusService(org.gluu.oxauth.model.uma.UmaMetadata metadata, org.jboss.resteasy.client.ClientExecutor clientExecutor)
Copyright © 2020. All rights reserved.