public class ApplicationMgtValidationListener extends AbstractApplicationMgtListener
Constructor and Description |
---|
ApplicationMgtValidationListener() |
Modifier and Type | Method and Description |
---|---|
boolean |
doPreCreateApplication(org.wso2.carbon.identity.application.common.model.ServiceProvider serviceProvider,
String tenantDomain,
String userName)
Define any additional actions before creating an application
|
int |
getDefaultOrderId()
Get the default order identifier for this listener.
|
doPostCreateApplication, doPostDeleteApplication, doPostGetAllApplicationBasicInfo, doPostGetApplicationExcludingFileBasedSPs, doPostGetServiceProvider, doPostGetServiceProviderByClientId, doPostGetServiceProviderNameByClientId, doPostGetServiceProviderNameByClientIdExcludingFileBasedSPs, doPostUpdateApplication, doPreDeleteApplication, doPreGetAllApplicationBasicInfo, doPreGetApplicationExcludingFileBasedSPs, doPreGetServiceProvider, doPreGetServiceProviderByClientId, doPreGetServiceProviderNameByClientId, doPreGetServiceProviderNameByClientIdExcludingFileBasedSPs, doPreUpdateApplication, getExecutionOrderId, isEnable
public int getDefaultOrderId()
ApplicationMgtListener
public boolean doPreCreateApplication(org.wso2.carbon.identity.application.common.model.ServiceProvider serviceProvider, String tenantDomain, String userName) throws org.wso2.carbon.identity.application.common.IdentityApplicationManagementException
ApplicationMgtListener
doPreCreateApplication
in interface ApplicationMgtListener
doPreCreateApplication
in class AbstractApplicationMgtListener
serviceProvider
- Created Service ProvidertenantDomain
- Tenant domain of the useruserName
- User name of the userorg.wso2.carbon.identity.application.common.IdentityApplicationManagementException
Copyright © 2016 WSO2. All rights reserved.