public class DynamicRegistration extends Object
| Constructor and Description |
|---|
DynamicRegistration() |
| Modifier and Type | Method and Description |
|---|---|
List<Interceptor> |
getInterceptors() |
SSLParser |
getSslParser() |
void |
init(Router router) |
Client |
registerWithCallbackAt(String callbackUri,
String registrationEndpoint) |
InputStream |
retrieveOpenIDConfiguration(String uri) |
void |
setInterceptors(List<Interceptor> interceptors) |
void |
setSslParser(SSLParser sslParser) |
public InputStream retrieveOpenIDConfiguration(String uri) throws Exception
Exceptionpublic Client registerWithCallbackAt(String callbackUri, String registrationEndpoint) throws Exception
Exceptionpublic SSLParser getSslParser()
public void setSslParser(SSLParser sslParser)
public List<Interceptor> getInterceptors()
public void setInterceptors(List<Interceptor> interceptors)
Copyright © 2019. All Rights Reserved.