| Package | Description |
|---|---|
| org.wso2.carbon.dynamic.client.registration | |
| org.wso2.carbon.dynamic.client.registration.impl |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DynamicClientRegistrationService.isOAuthApplicationAvailable(String applicationName)
This method will check the existence of an OAuth application provided application-name.
|
OAuthApplicationInfo |
DynamicClientRegistrationService.registerOAuthApplication(RegistrationProfile profile)
This method will register a new OAuth application using the data provided by
RegistrationProfile.
|
boolean |
DynamicClientRegistrationService.unregisterOAuthApplication(String userName,
String applicationName,
String consumerKey)
This method will unregister a created OAuth application.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DynamicClientRegistrationServiceImpl.isOAuthApplicationAvailable(String applicationName) |
OAuthApplicationInfo |
DynamicClientRegistrationServiceImpl.registerOAuthApplication(RegistrationProfile profile) |
boolean |
DynamicClientRegistrationServiceImpl.unregisterOAuthApplication(String userId,
String applicationName,
String consumerKey) |
Copyright © 2016 WSO2. All rights reserved.