Class DynamicRegistration
java.lang.Object
com.predic8.membrane.core.interceptor.oauth2.authorizationservice.DynamicRegistration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterWithCallbackAt(List<String> callbackUris, String registrationEndpoint) voidsetHttpClientConfiguration(HttpClientConfiguration httpClientConfiguration) voidsetInterceptors(List<Interceptor> interceptors) voidsetSslParser(SSLParser sslParser)
-
Constructor Details
-
DynamicRegistration
public DynamicRegistration()
-
-
Method Details
-
init
- Throws:
Exception
-
retrieveOpenIDConfiguration
- Throws:
Exception
-
registerWithCallbackAt
public Client registerWithCallbackAt(List<String> callbackUris, String registrationEndpoint) throws Exception - Throws:
Exception
-
getSslParser
-
setSslParser
-
getInterceptors
-
setInterceptors
-
getHttpClientConfiguration
-
setHttpClientConfiguration
-