public class AppPortalOAuthAppMgtListener extends Object implements org.wso2.carbon.identity.oauth.listener.OAuthApplicationMgtListener
| Constructor and Description |
|---|
AppPortalOAuthAppMgtListener(boolean enabled) |
| Modifier and Type | Method and Description |
|---|---|
void |
doPreRemoveOAuthApplicationData(String consumerKey) |
void |
doPreUpdateConsumerApplication(org.wso2.carbon.identity.oauth.dto.OAuthConsumerAppDTO oAuthConsumerAppDTO) |
void |
doPreUpdateConsumerApplicationState(String consumerKey,
String newState) |
int |
getExecutionOrder() |
boolean |
isEnabled() |
public AppPortalOAuthAppMgtListener(boolean enabled)
public boolean isEnabled()
isEnabled in interface org.wso2.carbon.identity.oauth.listener.OAuthApplicationMgtListenerpublic int getExecutionOrder()
getExecutionOrder in interface org.wso2.carbon.identity.oauth.listener.OAuthApplicationMgtListenerpublic void doPreUpdateConsumerApplication(org.wso2.carbon.identity.oauth.dto.OAuthConsumerAppDTO oAuthConsumerAppDTO)
throws org.wso2.carbon.identity.oauth.IdentityOAuthAdminException
doPreUpdateConsumerApplication in interface org.wso2.carbon.identity.oauth.listener.OAuthApplicationMgtListenerorg.wso2.carbon.identity.oauth.IdentityOAuthAdminExceptionpublic void doPreUpdateConsumerApplicationState(String consumerKey, String newState) throws org.wso2.carbon.identity.oauth.IdentityOAuthAdminException
doPreUpdateConsumerApplicationState in interface org.wso2.carbon.identity.oauth.listener.OAuthApplicationMgtListenerorg.wso2.carbon.identity.oauth.IdentityOAuthAdminExceptionpublic void doPreRemoveOAuthApplicationData(String consumerKey) throws org.wso2.carbon.identity.oauth.IdentityOAuthAdminException
doPreRemoveOAuthApplicationData in interface org.wso2.carbon.identity.oauth.listener.OAuthApplicationMgtListenerorg.wso2.carbon.identity.oauth.IdentityOAuthAdminExceptionCopyright © 2021 WSO2. All rights reserved.