A B C D E F G H I L O P R S U W 

A

AbstractApplicationMgtListener - Class in org.wso2.carbon.identity.application.mgt.listener
 
AbstractApplicationMgtListener() - Constructor for class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
 
AbstractInboundAuthenticatorConfig - Class in org.wso2.carbon.identity.application.mgt
To get the unique key, either we have to set a value to AuthKey or set a key to relying party and read through the property or get the sp name as the key.
AbstractInboundAuthenticatorConfig() - Constructor for class org.wso2.carbon.identity.application.mgt.AbstractInboundAuthenticatorConfig
 
activate(ComponentContext) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponent
 
ADD_SP_METADATA - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
addInboundAuthenticatorConfig(AbstractInboundAuthenticatorConfig) - Static method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponentHolder
Add inbound authenticator configuration
APPLICATION_DOMAIN - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
 
APPLICATION_ROOT_PERMISSION - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
 
ApplicationConstants - Class in org.wso2.carbon.identity.application.mgt
 
ApplicationDAO - Interface in org.wso2.carbon.identity.application.mgt.dao
This interface access the data storage layer to store/update and delete application configurations.
ApplicationDAOImpl - Class in org.wso2.carbon.identity.application.mgt.dao.impl
This class access the IDN_APPMGT database to store/update and delete application configurations.
ApplicationDAOImpl() - Constructor for class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
 
ApplicationIdentityProviderMgtListener - Class in org.wso2.carbon.identity.application.mgt.listener
 
ApplicationIdentityProviderMgtListener() - Constructor for class org.wso2.carbon.identity.application.mgt.listener.ApplicationIdentityProviderMgtListener
 
ApplicationManagementAdminService - Class in org.wso2.carbon.identity.application.mgt
Application management admin service
ApplicationManagementAdminService() - Constructor for class org.wso2.carbon.identity.application.mgt.ApplicationManagementAdminService
 
ApplicationManagementService - Class in org.wso2.carbon.identity.application.mgt
Application management service abstract class.
ApplicationManagementService() - Constructor for class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
 
ApplicationManagementServiceComponent - Class in org.wso2.carbon.identity.application.mgt.internal
 
ApplicationManagementServiceComponent() - Constructor for class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponent
 
ApplicationManagementServiceComponentHolder - Class in org.wso2.carbon.identity.application.mgt.internal
 
ApplicationManagementServiceImpl - Class in org.wso2.carbon.identity.application.mgt
Application management service implementation
ApplicationMgtAuditLogger - Class in org.wso2.carbon.identity.application.mgt.listener
 
ApplicationMgtAuditLogger() - Constructor for class org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtAuditLogger
 
ApplicationMgtDBQueries - Class in org.wso2.carbon.identity.application.mgt
This class contains default SQL queries

TODO : Make the queries configurable from a file TODO : Use transactions and joins

ApplicationMgtDBQueries() - Constructor for class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
ApplicationMgtListener - Interface in org.wso2.carbon.identity.application.mgt.listener
 
ApplicationMgtListenerServiceComponent - Class in org.wso2.carbon.identity.application.mgt.internal
 
ApplicationMgtListenerServiceComponent() - Constructor for class org.wso2.carbon.identity.application.mgt.internal.ApplicationMgtListenerServiceComponent
 
ApplicationMgtSystemConfig - Class in org.wso2.carbon.identity.application.mgt
This instance holds all the system configurations
ApplicationMgtUtil - Class in org.wso2.carbon.identity.application.mgt
 
ApplicationMgtValidationListener - Class in org.wso2.carbon.identity.application.mgt.listener
 
ApplicationMgtValidationListener() - Constructor for class org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtValidationListener
 
AUTH_TYPE_DEFAULT - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
 
AUTH_TYPE_FEDERATED - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
 
AUTH_TYPE_FLOW - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
 
AUTH_TYPE_LOCAL - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
 

B

BASIC - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.IdentityProviderDAOImpl
 
BASIC_AUTH - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.IdentityProviderDAOImpl
 
buildPermissions(String, String[]) - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
 

C

concatArrays(Property[], Property[]) - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
 
createApplication(ServiceProvider) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementAdminService
Creates a service provider with basic information.First we need to create a role with the application name.
createApplication(ServiceProvider, String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
Creates a service provider with basic information.First we need to create a role with the application name.
createApplication(ServiceProvider, String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
 
createApplication(ServiceProvider, String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.ApplicationDAO
 
createApplication(ServiceProvider, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
Stores basic application information and meta-data such as the application name, creator and tenant.
createApplication(ServiceProvider, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.FileBasedApplicationDAO
 
createAppRole(String, String) - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
Create a role for the application and assign the user to that role.
CUSTOM_APP - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
 

D

deactivate(ComponentContext) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponent
 
DELETE_SP_METADATA - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
deleteApplication(String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementAdminService
Delete Application
deleteApplication(String, String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
Delete Application
deleteApplication(String, String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
 
deleteApplication(String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.ApplicationDAO
 
deleteApplication(String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
Deletes the application from IDN_APPMGT_APP table.
deleteApplication(int, Connection) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
Deletes the Application with application ID
deleteApplication(String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.FileBasedApplicationDAO
 
deleteAppRole(String) - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
Delete the role of the app
deleteAssignedPermissions(Connection, String, ApplicationPermission[]) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
Delete assigned role permission mappings for deleted permissions
deletePermissionAndRoleConfiguration(int, Connection) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
 
deletePermissions(String) - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
Delete the resource
doPostCreateApplication(ServiceProvider, String, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
 
doPostCreateApplication(ServiceProvider, String, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtAuditLogger
 
doPostCreateApplication(ServiceProvider, String, String) - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtListener
Define any additional actions after creating an application
doPostDeleteApplication(String, String, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
 
doPostDeleteApplication(String, String, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtAuditLogger
 
doPostDeleteApplication(String, String, String) - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtListener
Define any additional actions after deleting an application
doPostGetAllApplicationBasicInfo(ApplicationDAO, String, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
 
doPostGetAllApplicationBasicInfo(ApplicationDAO, String, String) - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtListener
Define any additional actions after getting all applications' basic information
doPostGetApplicationExcludingFileBasedSPs(ServiceProvider, String, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
 
doPostGetApplicationExcludingFileBasedSPs(ServiceProvider, String, String) - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtListener
Define any additional actions after getting an application excluding file based SPs.
doPostGetServiceProvider(ServiceProvider, String, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
 
doPostGetServiceProvider(ServiceProvider, String, String) - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtListener
Define any additional actions after getting a service provider
doPostGetServiceProviderByClientId(ServiceProvider, String, String, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
 
doPostGetServiceProviderByClientId(ServiceProvider, String, String, String) - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtListener
Define any additional actions after getting a service provider by client id
doPostGetServiceProviderNameByClientId(String, String, String, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
 
doPostGetServiceProviderNameByClientId(String, String, String, String) - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtListener
Define any additional actions after getting service provider name by client id
doPostGetServiceProviderNameByClientIdExcludingFileBasedSPs(String, String, String, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
 
doPostGetServiceProviderNameByClientIdExcludingFileBasedSPs(String, String, String, String) - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtListener
Define any additional actions after getting service provider name by client id, excluding file based ones.
doPostUpdateApplication(ServiceProvider, String, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
 
doPostUpdateApplication(ServiceProvider, String, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtAuditLogger
 
doPostUpdateApplication(ServiceProvider, String, String) - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtListener
Define any additional actions after updating an application
doPreCreateApplication(ServiceProvider, String, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
 
doPreCreateApplication(ServiceProvider, String, String) - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtListener
Define any additional actions before creating an application
doPreCreateApplication(ServiceProvider, String, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtValidationListener
 
doPreDeleteApplication(String, String, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
 
doPreDeleteApplication(String, String, String) - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtListener
Define any additional actions before deleting an application
doPreGetAllApplicationBasicInfo(String, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
 
doPreGetAllApplicationBasicInfo(String, String) - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtListener
Define any additional actions before getting all applications' basic information
doPreGetApplicationExcludingFileBasedSPs(String, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
 
doPreGetApplicationExcludingFileBasedSPs(String, String) - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtListener
Define any additional actions before getting an application excluding file based SPs.
doPreGetServiceProvider(String, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
 
doPreGetServiceProvider(String, String) - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtListener
Define any additional actions before getting a service provider
doPreGetServiceProviderByClientId(String, String, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
 
doPreGetServiceProviderByClientId(String, String, String) - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtListener
Define any additional actions before getting a service provider by client id
doPreGetServiceProviderNameByClientId(String, String, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
 
doPreGetServiceProviderNameByClientId(String, String, String) - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtListener
Define any additional actions before getting service provider name by client id.
doPreGetServiceProviderNameByClientIdExcludingFileBasedSPs(String, String, String, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
 
doPreGetServiceProviderNameByClientIdExcludingFileBasedSPs(String, String, String, String) - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtListener
Define any additional actions before getting service provider name by client id, excluding file based ones.
doPreUpdateApplication(ServiceProvider, String, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
 
doPreUpdateApplication(ServiceProvider, String, String) - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtListener
Define any additional actions before updating an application
doPreUpdateIdP(String, IdentityProvider, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.ApplicationIdentityProviderMgtListener
 

E

equals(Object) - Method in class org.wso2.carbon.identity.application.mgt.cache.IdentityServiceProviderCacheKey
 

F

FACEBOOK_AUTH - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.IdentityProviderDAOImpl
 
FileBasedApplicationDAO - Class in org.wso2.carbon.identity.application.mgt.dao.impl
 
FileBasedApplicationDAO() - Constructor for class org.wso2.carbon.identity.application.mgt.dao.impl.FileBasedApplicationDAO
 

G

GET_SP_METADATA_BY_SP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
getAllApplicationBasicInfo() - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementAdminService
Get all basic application information
getAllApplicationBasicInfo(String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
Get All Application Basic Information
getAllApplicationBasicInfo(String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
 
getAllApplicationBasicInfo() - Method in interface org.wso2.carbon.identity.application.mgt.dao.ApplicationDAO
 
getAllApplicationBasicInfo() - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
Get application Names for user
getAllApplicationBasicInfo() - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.FileBasedApplicationDAO
 
getAllIdentityProviders() - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementAdminService
Get all identity providers
getAllIdentityProviders(String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
Get All Identity Providers
getAllIdentityProviders(String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
 
getAllIdentityProviders() - Method in interface org.wso2.carbon.identity.application.mgt.dao.IdentityProviderDAO
 
getAllIdentityProviders() - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.IdentityProviderDAOImpl
 
getAllInboundAuthenticatorConfig() - Static method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponentHolder
Get inbound authenticator configurations
getAllLocalAuthenticators() - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementAdminService
Get all local authenticators
getAllLocalAuthenticators(String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
Get All Local Authenticators
getAllLocalAuthenticators(String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
 
getAllLocalAuthenticators() - Method in interface org.wso2.carbon.identity.application.mgt.dao.IdentityProviderDAO
 
getAllLocalAuthenticators() - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.IdentityProviderDAOImpl
 
getAllLocalClaimUris() - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementAdminService
Get all local claim uris
getAllLocalClaimUris(String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
Get All local claim uris
getAllLocalClaimUris(String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
 
getAllRequestedClaimsByServiceProvider(String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
 
getAllRequestedClaimsByServiceProvider(String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
Returns back the requested set of claims by the provided service provider in local idp claim dialect.
getAllRequestedClaimsByServiceProvider(String, String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.ApplicationDAO
Returns back the requested set of claims by the provided service provider in local idp claim dialect.
getAllRequestedClaimsByServiceProvider(String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
 
getAllRequestedClaimsByServiceProvider(String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.FileBasedApplicationDAO
 
getAllRequestPathAuthenticators() - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementAdminService
Get all request path authenticator config
getAllRequestPathAuthenticators(String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
Get All Request Path Authenticators
getAllRequestPathAuthenticators(String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
 
getAllRequestPathAuthenticators() - Method in interface org.wso2.carbon.identity.application.mgt.dao.IdentityProviderDAO
 
getAllRequestPathAuthenticators() - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.IdentityProviderDAOImpl
 
getApplication(String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementAdminService
Get Service provider information for given application name
getApplication(String, String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.ApplicationDAO
 
getApplication(String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
 
getApplication(String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.FileBasedApplicationDAO
 
getApplicationDAO() - Method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtSystemConfig
Return an instance of the ApplicationDAO
getApplicationData(String, String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
This method will be heavily used by the Authentication Framework.
getApplicationExcludingFileBasedSPs(String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
Get Application for given application name
getApplicationExcludingFileBasedSPs(String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
 
getApplicationMgtListeners() - Static method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationMgtListenerServiceComponent
 
getApplicationName(int) - Method in interface org.wso2.carbon.identity.application.mgt.dao.ApplicationDAO
 
getApplicationName(int) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
 
getApplicationName(int) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.FileBasedApplicationDAO
 
getApplicationPermissionPath() - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
 
getClaimDialect() - Method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtSystemConfig
Returns the claim dialect for claim mappings
getConfigContextService() - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponentHolder
 
getConfigName() - Method in class org.wso2.carbon.identity.application.mgt.AbstractInboundAuthenticatorConfig
Get Config Name
getConfigurationProperties() - Method in class org.wso2.carbon.identity.application.mgt.AbstractInboundAuthenticatorConfig
Get configurations
getDefaultAuthenticator(String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.IdentityProviderDAO
 
getDefaultAuthenticator(String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.IdentityProviderDAOImpl
 
getDefaultOrderId() - Method in class org.wso2.carbon.identity.application.mgt.listener.ApplicationIdentityProviderMgtListener
 
getDefaultOrderId() - Method in class org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtAuditLogger
 
getDefaultOrderId() - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtListener
Get the default order identifier for this listener.
getDefaultOrderId() - Method in class org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtValidationListener
 
getExecutionOrderId() - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
 
getExecutionOrderId() - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtListener
Get the execution order identifier for this listener.
getFileBasedSPs() - Static method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponent
 
getFriendlyName() - Method in class org.wso2.carbon.identity.application.mgt.AbstractInboundAuthenticatorConfig
Get friendly name
getIdentityProvider(String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementAdminService
Get identity provider by identity provider name
getIdentityProvider(String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
Get Identity Provider
getIdentityProvider(String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
 
getIdentityProvider(String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.IdentityProviderDAO
 
getIdentityProvider(String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.IdentityProviderDAOImpl
 
getIdentityProviderDAO() - Method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtSystemConfig
Return an instance of the SystemIDPDAO
getInboundAuthenticatorConfig(String) - Static method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponentHolder
Get inbound authenticator configuration
getInstance() - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
Get ApplicationManagementService instance.
getInstance() - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
Singleton method
getInstance() - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtSystemConfig
Returns the Singleton of ApplicationMgtSystemConfig
getInstance() - Static method in class org.wso2.carbon.identity.application.mgt.cache.IdentityServiceProviderCache
 
getInstance() - Static method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponentHolder
 
getLocalIdPToServiceProviderClaimMapping(String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
 
getLocalIdPToServiceProviderClaimMapping(String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
[local-idp-claim-uri,sp-claim-uri]
getLocalIdPToServiceProviderClaimMapping(String, String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.ApplicationDAO
[local-idp-claim-uri,sp-claim-uri]
getLocalIdPToServiceProviderClaimMapping(String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
 
getLocalIdPToServiceProviderClaimMapping(String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.FileBasedApplicationDAO
 
getName() - Method in class org.wso2.carbon.identity.application.mgt.AbstractInboundAuthenticatorConfig
Get Type
getOAuthOIDCClientDAO() - Method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtSystemConfig
Return an instance of the OAuthOIDCClientDAO
getPropertyValues(String, String, List<String>) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
Get Property values
getRealmService() - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponentHolder
 
getRegistryService() - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponentHolder
 
getRelyingPartyKey() - Method in class org.wso2.carbon.identity.application.mgt.AbstractInboundAuthenticatorConfig
Relying party key.
getSAMLClientDAO() - Method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtSystemConfig
Return an instance of the SAMLClientDAO
getServiceProvider(String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
 
getServiceProvider(String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
 
getServiceProvider() - Method in class org.wso2.carbon.identity.application.mgt.cache.IdentityServiceProviderCacheEntry
 
getServiceProviderByClientId(String, String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
 
getServiceProviderByClientId(String, String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
 
getServiceProviderKey() - Method in class org.wso2.carbon.identity.application.mgt.cache.IdentityServiceProviderCacheKey
 
getServiceProviderNameByClientId(String, String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
Get application data for given client Id and type
getServiceProviderNameByClientId(String, String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
 
getServiceProviderNameByClientId(String, String, String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.ApplicationDAO
 
getServiceProviderNameByClientId(String, String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
 
getServiceProviderNameByClientId(String, String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.FileBasedApplicationDAO
 
getServiceProviderNameByClientIdExcludingFileBasedSPs(String, String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
 
getServiceProviderNameByClientIdExcludingFileBasedSPs(String, String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
 
getServiceProviderToLocalIdPClaimMapping(String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
 
getServiceProviderToLocalIdPClaimMapping(String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
[sp-claim-uri,local-idp-claim-uri]
getServiceProviderToLocalIdPClaimMapping(String, String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.ApplicationDAO
[sp-claim-uri,local-idp-claim-uri]
getServiceProviderToLocalIdPClaimMapping(String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
 
getServiceProviderToLocalIdPClaimMapping(String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.FileBasedApplicationDAO
 

H

hashCode() - Method in class org.wso2.carbon.identity.application.mgt.cache.IdentityServiceProviderCacheKey
 

I

IdentityProviderDAO - Interface in org.wso2.carbon.identity.application.mgt.dao
 
IdentityProviderDAOImpl - Class in org.wso2.carbon.identity.application.mgt.dao.impl
 
IdentityProviderDAOImpl() - Constructor for class org.wso2.carbon.identity.application.mgt.dao.impl.IdentityProviderDAOImpl
 
IdentityServiceProviderCache - Class in org.wso2.carbon.identity.application.mgt.cache
 
IdentityServiceProviderCacheEntry - Class in org.wso2.carbon.identity.application.mgt.cache
 
IdentityServiceProviderCacheEntry() - Constructor for class org.wso2.carbon.identity.application.mgt.cache.IdentityServiceProviderCacheEntry
 
IdentityServiceProviderCacheKey - Class in org.wso2.carbon.identity.application.mgt.cache
 
IdentityServiceProviderCacheKey(String, String) - Constructor for class org.wso2.carbon.identity.application.mgt.cache.IdentityServiceProviderCacheKey
 
IDP_AUTHENTICATOR_DISPLAY_NAME - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
 
IDP_AUTHENTICATOR_NAME - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
 
IDP_NAME - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
 
isEnable() - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
 
isEnable() - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtListener
Check whether the listener is enabled or not
isRelyingPartyKeyConfigured() - Method in class org.wso2.carbon.identity.application.mgt.AbstractInboundAuthenticatorConfig
Check whether the RelyingPartyKey is configured with the UI properties.
isUserAuthorized(String, String, int) - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
 
isUserAuthorized(String, String) - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
 
IWA - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.IdentityProviderDAOImpl
 

L

LOAD_APP_ID_BY_APP_NAME - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
LOAD_APP_ID_BY_CLIENT_ID_AND_TYPE - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
LOAD_APP_NAME_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
LOAD_APP_NAMES_BY_TENANT - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
LOAD_APPLICATION_NAME_BY_CLIENT_ID_AND_TYPE - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
LOAD_AUTH_TYPE_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
LOAD_BASIC_APP_INFO_BY_APP_NAME - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
LOAD_CLAIM_CONIFG_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
LOAD_CLAIM_MAPPING_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
LOAD_CLAIM_MAPPING_BY_APP_NAME - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
LOAD_CLIENTS_INFO_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
LOAD_HUB_IDP_BY_NAME - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
LOAD_IDP_AND_AUTHENTICATOR_NAMES - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
LOAD_IDP_AUTHENTICATOR_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
LOAD_LOCAL_AND_OUTBOUND_CONFIG_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
LOAD_PRO_CONNECTORS_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
LOAD_PRO_PROPERTIES_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
LOAD_REQ_PATH_AUTHENTICATORS_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
LOAD_ROLE_MAPPING_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
LOAD_STEP_ID_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
LOAD_STEPS_INFO_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
LOAD_UM_PERMISSIONS - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
LOAD_UM_PERMISSIONS_W - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
loadPermissions(String) - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
Loads the permissions of the application
LOCAL_IDP - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
 
LOCAL_IDP_AUTHENTICATOR_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
 
LOCAL_IDP_DEFAULT_CLAIM_DIALECT - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
 
LOCAL_IDP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
 
LOCAL_IDP_NAME - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
 
LOCAL_SP - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
 
log - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.OAuthApplicationDAOImpl
 

O

OAUTH_BEARER - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.IdentityProviderDAOImpl
 
OAuthApplicationDAO - Interface in org.wso2.carbon.identity.application.mgt.dao
 
OAuthApplicationDAOImpl - Class in org.wso2.carbon.identity.application.mgt.dao.impl
 
OAuthApplicationDAOImpl() - Constructor for class org.wso2.carbon.identity.application.mgt.dao.impl.OAuthApplicationDAOImpl
 
OPENID - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.IdentityProviderDAOImpl
 
OPENID_CONNECT - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.IdentityProviderDAOImpl
 
org.wso2.carbon.identity.application.mgt - package org.wso2.carbon.identity.application.mgt
 
org.wso2.carbon.identity.application.mgt.cache - package org.wso2.carbon.identity.application.mgt.cache
 
org.wso2.carbon.identity.application.mgt.dao - package org.wso2.carbon.identity.application.mgt.dao
 
org.wso2.carbon.identity.application.mgt.dao.impl - package org.wso2.carbon.identity.application.mgt.dao.impl
 
org.wso2.carbon.identity.application.mgt.internal - package org.wso2.carbon.identity.application.mgt.internal
 
org.wso2.carbon.identity.application.mgt.listener - package org.wso2.carbon.identity.application.mgt.listener
 

P

PASSIVE_STS - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.IdentityProviderDAOImpl
 
PATH_CONSTANT - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
 

R

REMOVE_APP_FROM_APPMGT_APP - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
REMOVE_APP_FROM_APPMGT_APP_WITH_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
REMOVE_CLAIM_MAPPINGS_FROM_APPMGT_CLAIM_MAPPING - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
REMOVE_CLIENT_FROM_APPMGT_CLIENT - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
REMOVE_OAUTH_APPLICATION - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
REMOVE_PRO_CONNECTORS - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
REMOVE_REQ_PATH_AUTHENTICATOR - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
REMOVE_ROLE_MAPPINGS_FROM_APPMGT_ROLE_MAPPING - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
REMOVE_STEP_FROM_APPMGT_STEP - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
REMOVE_UM_PERMISSIONS - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
REMOVE_UM_ROLE_PERMISSION - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
removeInboundAuthenticatorConfig(String) - Static method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponentHolder
Remove inbound authenticator configuration
removeOAuthApplication(String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.OAuthApplicationDAOImpl
 
removeOAuthApplication(String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.OAuthApplicationDAO
 
removeServiceProviderConfiguration(String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.SAMLApplicationDAOImpl
 
removeServiceProviderConfiguration(String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.SAMLApplicationDAO
 
renameAppPermissionPathNode(String, String) - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
Rename the registry path node name for a deleted Service provider role.
renameRole(String, String) - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
 

S

SAML_SSO - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.IdentityProviderDAOImpl
 
SAMLApplicationDAO - Interface in org.wso2.carbon.identity.application.mgt.dao
 
SAMLApplicationDAOImpl - Class in org.wso2.carbon.identity.application.mgt.dao.impl
 
SAMLApplicationDAOImpl() - Constructor for class org.wso2.carbon.identity.application.mgt.dao.impl.SAMLApplicationDAOImpl
 
setApplicationMgtListenerService(ApplicationMgtListener) - Static method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationMgtListenerServiceComponent
 
setConfigContextService(ConfigurationContextService) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponentHolder
 
setConfigurationContextService(ConfigurationContextService) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponent
 
setInboundAuthenticatorConfig(AbstractInboundAuthenticatorConfig) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponent
 
setRealmService(RealmService) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponent
 
setRealmService(RealmService) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponentHolder
 
setRegistryService(RegistryService) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponent
 
setRegistryService(RegistryService) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponentHolder
 
setServiceProvider(ServiceProvider) - Method in class org.wso2.carbon.identity.application.mgt.cache.IdentityServiceProviderCacheEntry
 
SP_CACHE_NAME - Static variable in class org.wso2.carbon.identity.application.mgt.cache.IdentityServiceProviderCache
 
STORE_BASIC_APPINFO - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
STORE_CLAIM_MAPPING - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
STORE_CLIENT_INFO - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
STORE_LOCAL_AUTHENTICATOR - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
STORE_PRO_CONNECTORS - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
STORE_REQ_PATH_AUTHENTICATORS - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
STORE_ROLE_MAPPING - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
STORE_STEP_IDP_AUTH - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
STORE_STEP_INFO - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
storePermissions(String, String, PermissionsAndRoleConfig) - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
 

U

unsetApplicationMgtListenerService(ApplicationMgtListener) - Static method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationMgtListenerServiceComponent
 
unsetConfigurationContextService(ConfigurationContextService) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponent
 
unsetInboundAuthenticatorConfig(AbstractInboundAuthenticatorConfig) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponent
 
unsetRealmService(RealmService) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponent
 
unsetRegistryService(RegistryService) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponent
 
UPDATE_BASIC_APPINFO - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
UPDATE_BASIC_APPINFO_WITH_AUTH_TYPE - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
UPDATE_BASIC_APPINFO_WITH_CLAIM_DIALEECT - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
UPDATE_BASIC_APPINFO_WITH_PRO_PROPERTIES - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
UPDATE_BASIC_APPINFO_WITH_ROLE_CLAIM - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
UPDATE_BASIC_APPINFO_WITH_SEND_AUTH_LIST_OF_IDPS - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
UPDATE_BASIC_APPINFO_WITH_SEND_LOCAL_SUB_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
UPDATE_BASIC_APPINFO_WITH_SUBJECT_CLAIM_URI - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
UPDATE_BASIC_APPINFO_WITH_USE_TENANT_DOMAIN_LOCAL_SUBJECT_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
UPDATE_BASIC_APPINFO_WITH_USE_USERSTORE_DOMAIN_LOCAL_SUBJECT_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
UPDATE_SP_PERMISSIONS - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
 
updateApplication(ServiceProvider) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementAdminService
Update application
updateApplication(ServiceProvider, String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
Update Application
updateApplication(ServiceProvider, String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
 
updateApplication(ServiceProvider, String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.ApplicationDAO
 
updateApplication(ServiceProvider, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
 
updateApplication(ServiceProvider, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.FileBasedApplicationDAO
 
updatePermissions(String, ApplicationPermission[]) - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
Updates the permissions of the application

W

WELLKNOWN_APPLICATION_TYPE - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
 
A B C D E F G H I L O P R S U W 

Copyright © 2016 WSO2. All rights reserved.