A B C D E F G H I J L M O P R S T U V W Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractApplicationDAOImpl - Class in org.wso2.carbon.identity.application.mgt.dao.impl
-
This is an abstract implementation of ApplicationDAO interface
- AbstractApplicationDAOImpl() - Constructor for class org.wso2.carbon.identity.application.mgt.dao.impl.AbstractApplicationDAOImpl
- AbstractApplicationMgtListener - Class in org.wso2.carbon.identity.application.mgt.listener
-
Abstract implementation for the
ApplicationMgtListener
. - 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
- ACCESS_URL - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants.ApplicationTableColumns
- activate(ComponentContext) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponent
- ADD_CERTIFICATE - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- ADD_CERTIFICATE - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- ADD_DEFAULT_SEQ - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.DB Queries for default authentication sequence management.
- ADD_DEFAULT_SEQ - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
-
DB Queries for default authentication sequence management.
- ADD_SP_CONSENT_PURPOSE - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- ADD_SP_CONSENT_PURPOSE - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- ADD_SP_METADATA - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- ADD_SP_METADATA - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- ADD_SP_METADATA_H2 - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- ADD_SP_METADATA_H2 - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- ADD_SP_TEMPLATE - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- ADD_SP_TEMPLATE - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- addApplication(ServiceProvider, String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.ApplicationDAO
- addApplication(ServiceProvider, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
- addApplication(ServiceProvider, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.CacheBackedApplicationDAO
- addApplication(ServiceProvider, String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
-
Deprecated.
- addApplication(ServiceProvider, String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
- addInboundAuthenticatorConfig(AbstractInboundAuthenticatorConfig) - Static method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponentHolder
-
Add inbound authenticator configuration
- APP_NAME - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants.ApplicationTableColumns
- APP_NAME_VALIDATING_REGEX - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
- APP_NAME_VALIDATING_REGEX - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
- APPLICATION_DOMAIN - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
- APPLICATION_NAME_CONFIG_ELEMENT - 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
- ApplicationBasicInfoByNameCache - Class in org.wso2.carbon.identity.application.mgt.internal.cache
-
Cache to maintain the application name - ApplicationBasicInfo.
- ApplicationBasicInfoByResourceIdCache - Class in org.wso2.carbon.identity.application.mgt.internal.cache
-
Cache to maintain the application resource id - ApplicationBasicInfo.
- ApplicationBasicInfoCacheEntry - Class in org.wso2.carbon.identity.application.mgt.internal.cache
-
Cache entry for basic information for the application.
- ApplicationBasicInfoCacheEntry(ApplicationBasicInfo) - Constructor for class org.wso2.carbon.identity.application.mgt.internal.cache.ApplicationBasicInfoCacheEntry
- ApplicationBasicInfoNameCacheKey - Class in org.wso2.carbon.identity.application.mgt.internal.cache
-
Cache key used to access Applications basic information.
- ApplicationBasicInfoNameCacheKey(String) - Constructor for class org.wso2.carbon.identity.application.mgt.internal.cache.ApplicationBasicInfoNameCacheKey
- ApplicationBasicInfoResourceIdCacheKey - Class in org.wso2.carbon.identity.application.mgt.internal.cache
-
Cache key used to access Applications basic information.
- ApplicationBasicInfoResourceIdCacheKey(String) - Constructor for class org.wso2.carbon.identity.application.mgt.internal.cache.ApplicationBasicInfoResourceIdCacheKey
- ApplicationClaimMgtListener - Class in org.wso2.carbon.identity.application.mgt.listener
-
Internal implementation of
AbstractClaimMetadataMgtListener
to listen to claim CRUD events. - ApplicationClaimMgtListener() - Constructor for class org.wso2.carbon.identity.application.mgt.listener.ApplicationClaimMgtListener
- ApplicationConstants - Class in org.wso2.carbon.identity.application.mgt
-
Definitions of few constants shared across with other components from this component.
- ApplicationConstants.ApplicationInboundTableColumns - Class in org.wso2.carbon.identity.application.mgt
-
Grouping of constants related to database SP_INBOUND_AUTH table.
- ApplicationConstants.ApplicationTableColumns - Class in org.wso2.carbon.identity.application.mgt
-
Grouping of constants related to database SP_APP table.
- 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
-
Internal implementation to listen to IdP CRUD events.
- 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
-
OSGI Service component for Application (aka Service Provider) management.
- ApplicationManagementServiceComponent() - Constructor for class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponent
- ApplicationManagementServiceComponentHolder - Class in org.wso2.carbon.identity.application.mgt.internal
-
Static class to hold services discovered via OSGI on this component, solely for the use within this component.
- ApplicationManagementServiceImpl - Class in org.wso2.carbon.identity.application.mgt
-
Application management service implementation.
- ApplicationMgtAuditLogger - Class in org.wso2.carbon.identity.application.mgt.listener
-
Audit log implementation for Application (Service Provider) changes.
- ApplicationMgtAuditLogger() - Constructor for class org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtAuditLogger
- ApplicationMgtDBQueries - Class in org.wso2.carbon.identity.application.mgt
-
Deprecated.
- ApplicationMgtDBQueries - Class in org.wso2.carbon.identity.application.mgt.dao.impl
-
This class contains default SQL queries
- ApplicationMgtDBQueries() - Constructor for class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- ApplicationMgtDBQueries() - Constructor for class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- ApplicationMgtListener - Interface in org.wso2.carbon.identity.application.mgt.listener
-
Definition for the listeners which listens to Application/Service Provider CRUD events.
- ApplicationMgtListenerServiceComponent - Class in org.wso2.carbon.identity.application.mgt.internal
-
OSGI service component for Aplication management listeners.
- 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
-
Few common utility functions related to Application (aka.
- ApplicationPaginationAndSearching - Interface in org.wso2.carbon.identity.application.mgt
-
Application pagination and searching API
- ApplicationPermissionProvider - Interface in org.wso2.carbon.identity.application.mgt.provider
-
Interface to provide application permissions.
- ApplicationResourceIDByInboundAuthCache - Class in org.wso2.carbon.identity.application.mgt.internal.cache
-
Cache to maintain the inbound auth key - application resource id.
- ApplicationResourceIDCacheInboundAuthEntry - Class in org.wso2.carbon.identity.application.mgt.internal.cache
-
Cache entry for Service provider when authenticated with client ID, etc.
- ApplicationResourceIDCacheInboundAuthEntry(String) - Constructor for class org.wso2.carbon.identity.application.mgt.internal.cache.ApplicationResourceIDCacheInboundAuthEntry
- ApplicationResourceIDCacheInboundAuthKey - Class in org.wso2.carbon.identity.application.mgt.internal.cache
-
Cache key used to access application based on authenticated application information for the request.
- ApplicationResourceIDCacheInboundAuthKey(String, String, String) - Constructor for class org.wso2.carbon.identity.application.mgt.internal.cache.ApplicationResourceIDCacheInboundAuthKey
- ApplicationResourceManagementListener - Interface in org.wso2.carbon.identity.application.mgt.listener
-
Allows executing additional actions during application management operations using the resourceId.
- ApplicationResourceManager - Interface in org.wso2.carbon.identity.application.mgt
-
Allows application CRUD operations using unique resourceId.
- ApplicationTemplateDAO - Interface in org.wso2.carbon.identity.application.mgt.dao
-
This interface access the data storage layer to retrieve, store, delete and update service provider templates.
- ApplicationTemplateDAOImpl - Class in org.wso2.carbon.identity.application.mgt.dao.impl
-
Default implementation of
ApplicationTemplateDAO
. - ApplicationTemplateDAOImpl() - Constructor for class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationTemplateDAOImpl
- ApplicationValidator - Interface in org.wso2.carbon.identity.application.mgt.validator
-
Validator for the application which will be triggered in application related operations.
- ApplicationValidatorManager - Class in org.wso2.carbon.identity.application.mgt.validator
-
Manager which loop through the registered validators and validate before adding or updating an application.
- ApplicationValidatorManager() - Constructor for class org.wso2.carbon.identity.application.mgt.validator.ApplicationValidatorManager
- AUTH_TYPE - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants.ApplicationTableColumns
- 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
- buildSPData(ServiceProvider) - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
-
Build the service provider JSON string masking the sensitive information.
C
- CacheBackedApplicationDAO - Class in org.wso2.carbon.identity.application.mgt.dao.impl
-
Cached DAO layer for the application management.
- CacheBackedApplicationDAO(ApplicationDAO) - Constructor for class org.wso2.carbon.identity.application.mgt.dao.impl.CacheBackedApplicationDAO
- CATEGORIES_METADATA_FILE - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
- CATEGORY_DISPLAY_NAME - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
- CATEGORY_ORDER - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
- CATEGORY_TEMPLATES - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
- CHECK_AVAILABILITY_OF_IDN_CERTIFICATE_TABLE_DB2SQL - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- CHECK_AVAILABILITY_OF_IDN_CERTIFICATE_TABLE_DB2SQL - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- CHECK_AVAILABILITY_OF_IDN_CERTIFICATE_TABLE_INFORMIX - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- CHECK_AVAILABILITY_OF_IDN_CERTIFICATE_TABLE_INFORMIX - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- CHECK_AVAILABILITY_OF_IDN_CERTIFICATE_TABLE_MSSQL - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- CHECK_AVAILABILITY_OF_IDN_CERTIFICATE_TABLE_MSSQL - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- CHECK_AVAILABILITY_OF_IDN_CERTIFICATE_TABLE_MYSQL - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- CHECK_AVAILABILITY_OF_IDN_CERTIFICATE_TABLE_MYSQL - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- CHECK_AVAILABILITY_OF_IDN_CERTIFICATE_TABLE_ORACLE - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- CHECK_AVAILABILITY_OF_IDN_CERTIFICATE_TABLE_ORACLE - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- clearAllAppCache(ServiceProvider, String) - Static method in class org.wso2.carbon.identity.application.mgt.dao.impl.CacheBackedApplicationDAO
- clearApplicationFromCache(ServiceProvider, String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.ApplicationDAO
-
Method that can be run after updating components related to the service provider.
- clearApplicationFromCache(ServiceProvider, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.CacheBackedApplicationDAO
- 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) - 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.CacheBackedApplicationDAO
- createApplication(ServiceProvider, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.FileBasedApplicationDAO
- createApplication(ServiceProvider, String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
- createApplication(ServiceProvider, String, String) - Method in interface org.wso2.carbon.identity.application.mgt.ApplicationResourceManager
-
Creates an application and returns the created application.
- createApplicationTemplate(SpTemplate) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementAdminService
-
Create Service provider template.
- createApplicationTemplate(SpTemplate, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
-
Create Service provider template.
- createApplicationTemplate(SpTemplate, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
- createApplicationTemplate(SpTemplate, String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.ApplicationTemplateDAO
-
Create an application template.
- createApplicationTemplate(SpTemplate, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationTemplateDAOImpl
- createApplicationTemplateFromSP(ServiceProvider, SpTemplate) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementAdminService
-
Add configured service provider as a template.
- createApplicationTemplateFromSP(ServiceProvider, SpTemplate, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
-
Add configured service provider as a template.
- createApplicationTemplateFromSP(ServiceProvider, SpTemplate, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
- createApplicationWithTemplate(ServiceProvider, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementAdminService
-
Creates a service provider with the provided service provider template.
- createApplicationWithTemplate(ServiceProvider, String, String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
-
Creates a service provider with the provided service provider template.
- createApplicationWithTemplate(ServiceProvider, String, String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
- 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.
- createDefaultAuthenticationSeq(DefaultAuthenticationSequence) - Method in class org.wso2.carbon.identity.application.mgt.defaultsequence.DefaultAuthSeqMgtAdminService
-
Create default authentication sequence.
- createDefaultAuthenticationSeq(DefaultAuthenticationSequence, String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.DefaultAuthSeqMgtDAO
-
Create default authentication sequence.
- createDefaultAuthenticationSeq(DefaultAuthenticationSequence, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.DefaultAuthSeqMgtDAOImpl
- createDefaultAuthenticationSeq(DefaultAuthenticationSequence, String) - Method in interface org.wso2.carbon.identity.application.mgt.defaultsequence.DefaultAuthSeqMgtService
-
Create default authentication sequence.
- createDefaultAuthenticationSeq(DefaultAuthenticationSequence, String) - Method in class org.wso2.carbon.identity.application.mgt.defaultsequence.DefaultAuthSeqMgtServiceImpl
D
- DB2 - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
- deactivate(ComponentContext) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponent
- DEFAULT_AUTH_SEQ - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
- DEFAULT_FETCH_CHUNK_SIZE - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
- DEFAULT_RESULTS_PER_PAGE - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
- DefaultApplicationResourceMgtListener - Class in org.wso2.carbon.identity.application.mgt.listener
-
Triggers
ApplicationMgtListener
listeners registered for application management operations. - DefaultApplicationResourceMgtListener() - Constructor for class org.wso2.carbon.identity.application.mgt.listener.DefaultApplicationResourceMgtListener
- DefaultApplicationValidator - Class in org.wso2.carbon.identity.application.mgt.validator
-
Validator class to be used to validate the consistency of the Application/Service Provider, before it is persisted.
- DefaultApplicationValidator() - Constructor for class org.wso2.carbon.identity.application.mgt.validator.DefaultApplicationValidator
- DefaultAuthSeqMgtAdminService - Class in org.wso2.carbon.identity.application.mgt.defaultsequence
-
Tenant wise default authentication sequence management admin service.
- DefaultAuthSeqMgtAdminService() - Constructor for class org.wso2.carbon.identity.application.mgt.defaultsequence.DefaultAuthSeqMgtAdminService
- DefaultAuthSeqMgtCache - Class in org.wso2.carbon.identity.application.mgt.cache
-
Cache layer for default authentication sequence management service.
- DefaultAuthSeqMgtCacheEntry - Class in org.wso2.carbon.identity.application.mgt.cache
-
Cache entry which will use in
DefaultAuthSeqMgtCache
. - DefaultAuthSeqMgtCacheEntry(DefaultAuthenticationSequence) - Constructor for class org.wso2.carbon.identity.application.mgt.cache.DefaultAuthSeqMgtCacheEntry
- DefaultAuthSeqMgtDAO - Interface in org.wso2.carbon.identity.application.mgt.dao
-
This interface access the data storage layer to store/update and delete tenant default authentication sequences.
- DefaultAuthSeqMgtDAOImpl - Class in org.wso2.carbon.identity.application.mgt.dao.impl
-
This class access the SP_DEFAULT_AUTH_SEQ to manage tenant default authentication sequences.
- DefaultAuthSeqMgtDAOImpl() - Constructor for class org.wso2.carbon.identity.application.mgt.dao.impl.DefaultAuthSeqMgtDAOImpl
- DefaultAuthSeqMgtException - Exception in org.wso2.carbon.identity.application.mgt.defaultsequence
-
Exception class for tenant default authentication sequence management.
- DefaultAuthSeqMgtException(String) - Constructor for exception org.wso2.carbon.identity.application.mgt.defaultsequence.DefaultAuthSeqMgtException
- DefaultAuthSeqMgtException(String[]) - Constructor for exception org.wso2.carbon.identity.application.mgt.defaultsequence.DefaultAuthSeqMgtException
- DefaultAuthSeqMgtException(String, Throwable) - Constructor for exception org.wso2.carbon.identity.application.mgt.defaultsequence.DefaultAuthSeqMgtException
- DefaultAuthSeqMgtServerException - Exception in org.wso2.carbon.identity.application.mgt.defaultsequence
-
Exception class for server side errors in tenant default authentication sequence management.
- DefaultAuthSeqMgtServerException(String) - Constructor for exception org.wso2.carbon.identity.application.mgt.defaultsequence.DefaultAuthSeqMgtServerException
- DefaultAuthSeqMgtServerException(String, Throwable) - Constructor for exception org.wso2.carbon.identity.application.mgt.defaultsequence.DefaultAuthSeqMgtServerException
- DefaultAuthSeqMgtService - Interface in org.wso2.carbon.identity.application.mgt.defaultsequence
-
Tenant wise default authentication sequence management service interface.
- DefaultAuthSeqMgtServiceImpl - Class in org.wso2.carbon.identity.application.mgt.defaultsequence
-
This service provides the services needed to manage tenant wise default authentication sequences.
- DELETE_DEFAULT_SEQ - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- DELETE_DEFAULT_SEQ - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- DELETE_SP_CONSENT_PURPOSES - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- DELETE_SP_CONSENT_PURPOSES - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- DELETE_SP_DIALECTS_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- DELETE_SP_DIALECTS_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- DELETE_SP_METADATA - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- DELETE_SP_METADATA - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- DELETE_SP_TEMPLATE_BY_NAME - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- DELETE_SP_TEMPLATE_BY_NAME - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- 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.ApplicationManagementAdminService
-
Delete Application
- 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(String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.CacheBackedApplicationDAO
- deleteApplication(String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.FileBasedApplicationDAO
- 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
- deleteApplicationByResourceId(String, String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.ApplicationDAO
- deleteApplicationByResourceId(String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
- deleteApplicationByResourceId(String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.CacheBackedApplicationDAO
- deleteApplicationByResourceId(String, String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
- deleteApplicationByResourceId(String, String, String) - Method in interface org.wso2.carbon.identity.application.mgt.ApplicationResourceManager
-
Delete an application identified by the resourceId.
- deleteApplications(int) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
-
Delete Applications by tenant id.
- deleteApplications(int) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
-
Delete Applications by tenant id.
- deleteApplications(int) - Method in interface org.wso2.carbon.identity.application.mgt.dao.ApplicationDAO
-
Delete applications of a given tenant id.
- deleteApplications(int) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
-
Delete all applications of a given tenant id.
- deleteApplicationTemplate(String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementAdminService
-
Delete an application template.
- deleteApplicationTemplate(String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
-
Delete a application template.
- deleteApplicationTemplate(String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
- deleteApplicationTemplate(String, String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.ApplicationTemplateDAO
-
Delete an application template.
- deleteApplicationTemplate(String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationTemplateDAOImpl
- 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
- deleteDefaultAuthenticationSeq(String) - Method in class org.wso2.carbon.identity.application.mgt.defaultsequence.DefaultAuthSeqMgtAdminService
-
Delete default authentication sequence.
- deleteDefaultAuthenticationSeq(String, String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.DefaultAuthSeqMgtDAO
-
Delete default authentication sequence.
- deleteDefaultAuthenticationSeq(String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.DefaultAuthSeqMgtDAOImpl
- deleteDefaultAuthenticationSeq(String, String) - Method in interface org.wso2.carbon.identity.application.mgt.defaultsequence.DefaultAuthSeqMgtService
-
Delete default authentication sequence.
- deleteDefaultAuthenticationSeq(String, String) - Method in class org.wso2.carbon.identity.application.mgt.defaultsequence.DefaultAuthSeqMgtServiceImpl
- 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
- deletePermissions(String) - Method in interface org.wso2.carbon.identity.application.mgt.provider.ApplicationPermissionProvider
-
Delete application permissions.
- deletePermissions(String) - Method in class org.wso2.carbon.identity.application.mgt.provider.RegistryBasedApplicationPermissionProvider
- DESCRIPTION - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants.ApplicationTableColumns
- DiscoverableApplicationManager - Interface in org.wso2.carbon.identity.application.mgt
-
Includes operations for applications discoverable in user portal.
- DiscoverableApplicationManagerImpl - Class in org.wso2.carbon.identity.application.mgt.internal.impl
-
Implementation of the
DiscoverableApplicationManager
. - DiscoverableApplicationManagerImpl() - Constructor for class org.wso2.carbon.identity.application.mgt.internal.impl.DiscoverableApplicationManagerImpl
- DISPLAY_NAME_FOR_UNCATEGORIZED - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
- doExportServiceProvider(ServiceProvider, Boolean) - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
- doExportServiceProvider(ServiceProvider, Boolean) - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtListener
-
Define any additional actions when exporting service provider.
- doImportServiceProvider(ServiceProvider) - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
- doImportServiceProvider(ServiceProvider) - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtListener
-
Define any additional actions when importing service provider.
- doPostCreateApplication(String, ServiceProvider, String, String) - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationResourceManagementListener
-
Define any additional actions after creating an application.
- doPostCreateApplication(String, ServiceProvider, String, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.DefaultApplicationResourceMgtListener
- 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
-
Deprecated.
- doPostDeleteApplication(String, String, String) - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtListener
-
Deprecated.
- doPostDeleteApplication(ServiceProvider, String, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
- doPostDeleteApplication(ServiceProvider, String, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtAuditLogger
- doPostDeleteApplication(ServiceProvider, String, String) - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtListener
-
Define any additional actions after deleting an application This method does not need to be overridden, if doPostDeleteApplication(String applicationName, String tenantDomain, String userName) is overridden.
- doPostDeleteApplicationByResourceId(ServiceProvider, String, String, String) - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationResourceManagementListener
-
Define any additional actions after deleting an application.
- doPostDeleteApplicationByResourceId(ServiceProvider, String, String, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.DefaultApplicationResourceMgtListener
- doPostDeleteIdP(String, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.ApplicationIdentityProviderMgtListener
- doPostDeleteIdPs(String) - Method in class org.wso2.carbon.identity.application.mgt.listener.ApplicationIdentityProviderMgtListener
-
Additional actions after deleting IdPs of a given tenant id.
- 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
- doPostGetApplicationBasicInfo(String, String, int, int, ApplicationBasicInfo[]) - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
-
Define any additional actions after getting all applications' basic information with pagination based on the offset and limit.
- doPostGetApplicationBasicInfo(String, String, String, int, int, ApplicationBasicInfo[]) - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
-
Define any additional actions after getting all applications' basic information for matching filter with pagination based on the offset and limit.
- doPostGetApplicationBasicInfo(ApplicationDAO, String, String, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
-
Define any additional actions after getting all applications' basic information for matching filter.
- doPostGetApplicationBasicInfo(ApplicationDAO, String, String, String) - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtListener
-
Define any additional actions after getting all applications' basic information for matching filter.
- doPostGetApplicationBasicInfoByName(ApplicationBasicInfo, String, String) - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationResourceManagementListener
-
Define any additional actions after retrieving basic information an application by name.
- doPostGetApplicationBasicInfoByResourceId(ApplicationBasicInfo, String, String) - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationResourceManagementListener
-
Define any additional actions after retrieving basic information an application by resourceId.
- doPostGetApplicationBasicInfoByResourceId(ApplicationBasicInfo, String, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.DefaultApplicationResourceMgtListener
- doPostGetApplicationByResourceId(ServiceProvider, String, String) - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationResourceManagementListener
-
Define any additional actions before retrieving an application by resourceId.
- doPostGetApplicationByResourceId(ServiceProvider, String, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.DefaultApplicationResourceMgtListener
- 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.
- doPostGetPaginatedApplicationBasicInfo(String, String, int, String, ApplicationBasicInfo[]) - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
-
Deprecated.
- doPostGetPaginatedApplicationBasicInfo(String, String, int, ApplicationBasicInfo[]) - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
-
Deprecated.
- doPostGetPaginatedApplicationBasicInfo(ApplicationDAO, String, String, int) - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
-
Define any additional actions after getting all applications' basic information with pagination.
- doPostGetPaginatedApplicationBasicInfo(ApplicationDAO, String, String, int, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
-
Define any additional actions after getting all applications' basic information for matching filter with pagination.
- 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
- doPostUpdateApplicationByResourceId(ServiceProvider, String, String, String) - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationResourceManagementListener
-
Define any additional actions after updating an application.
- doPostUpdateApplicationByResourceId(ServiceProvider, String, String, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.DefaultApplicationResourceMgtListener
- doPostUpdateIdP(String, IdentityProvider, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.ApplicationIdentityProviderMgtListener
- 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 interface org.wso2.carbon.identity.application.mgt.listener.ApplicationResourceManagementListener
-
Define any additional actions before creating an application.
- doPreCreateApplication(ServiceProvider, String, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.DefaultApplicationResourceMgtListener
- doPreCreateApplicationTemplate(ServiceProvider, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
- doPreCreateApplicationTemplate(ServiceProvider, String) - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtListener
-
Define any additional actions before creating an application template.
- 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
- doPreDeleteApplicationByResourceId(String, String, String) - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationResourceManagementListener
-
Define any additional actions before deleting an application.
- doPreDeleteApplicationByResourceId(String, String, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.DefaultApplicationResourceMgtListener
- doPreDeleteClaim(String, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.ApplicationClaimMgtListener
- 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
- doPreGetApplicationBasicInfo(String, String, int, int) - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
-
Define any additional actions before getting all applications' basic information with pagination based on the offset and limit.
- doPreGetApplicationBasicInfo(String, String, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
-
Define any additional actions before getting all applications' basic information for matching filter.
- doPreGetApplicationBasicInfo(String, String, String) - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtListener
-
Define any additional actions before getting all applications' basic information for matching filter.
- doPreGetApplicationBasicInfo(String, String, String, int, int) - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
-
Define any additional actions before getting all applications' basic information for matching filter with pagination based on the offset and limit.
- doPreGetApplicationBasicInfoByName(String, String) - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationResourceManagementListener
-
Define any additional actions before retrieving basic information an application by name.
- doPreGetApplicationBasicInfoByResourceId(String, String) - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationResourceManagementListener
-
Define any additional actions before retrieving basic information an application by resourceId.
- doPreGetApplicationBasicInfoByResourceId(String, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.DefaultApplicationResourceMgtListener
- doPreGetApplicationByResourceId(String, String) - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationResourceManagementListener
-
Define any additional actions before retrieving an application by resourceId.
- doPreGetApplicationByResourceId(String, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.DefaultApplicationResourceMgtListener
- 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.
- doPreGetPaginatedApplicationBasicInfo(String, String, int) - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
-
Deprecated.
- doPreGetPaginatedApplicationBasicInfo(String, String, int, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
-
Deprecated.
- 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
- doPreUpdateApplicationByResourceId(ServiceProvider, String, String, String) - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationResourceManagementListener
-
Define any additional actions before updating an application.
- doPreUpdateApplicationByResourceId(ServiceProvider, String, String, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.DefaultApplicationResourceMgtListener
- doPreUpdateApplicationTemplate(ServiceProvider, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
- doPreUpdateApplicationTemplate(ServiceProvider, String) - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtListener
-
Define any additional actions before updating an application template.
- doPreUpdateIdP(String, IdentityProvider, String) - Method in class org.wso2.carbon.identity.application.mgt.listener.ApplicationIdentityProviderMgtListener
E
- ENABLE_APPLICATION_ROLE_VALIDATION_PROPERTY - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
- ENABLE_AUTHORIZATION - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants.ApplicationTableColumns
- END_INDEX - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
- endTenantFlow() - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
- equals(Object) - Method in class org.wso2.carbon.identity.application.mgt.cache.IdentityServiceProviderCacheKey
- equals(Object) - Method in class org.wso2.carbon.identity.application.mgt.cache.ServiceProviderTemplateCacheKey
- equals(Object) - Method in class org.wso2.carbon.identity.application.mgt.internal.cache.ApplicationBasicInfoNameCacheKey
- equals(Object) - Method in class org.wso2.carbon.identity.application.mgt.internal.cache.ApplicationBasicInfoResourceIdCacheKey
- equals(Object) - Method in class org.wso2.carbon.identity.application.mgt.internal.cache.ApplicationResourceIDCacheInboundAuthKey
- equals(Object) - Method in class org.wso2.carbon.identity.application.mgt.internal.cache.ServiceProviderCacheInboundAuthKey
- equals(Object) - Method in class org.wso2.carbon.identity.application.mgt.internal.cache.ServiceProviderIDCacheKey
- equals(Object) - Method in class org.wso2.carbon.identity.application.mgt.internal.cache.ServiceProviderResourceIdCacheKey
- exportApplication(String, boolean) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementAdminService
-
Export service provider as XML.
- exportSPApplication(String, boolean, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
-
Export Service Provider application.
- exportSPApplication(String, boolean, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
- exportSPApplicationFromAppID(String, boolean, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
-
Export Service Provider application using application ID.
- exportSPApplicationFromAppID(String, boolean, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
F
- FACEBOOK_AUTH - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.IdentityProviderDAOImpl
- FETCH_CHUNK_SIZE - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
- FILE_EXT_JSON - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
- FileBasedApplicationDAO - Class in org.wso2.carbon.identity.application.mgt.dao.impl
-
Application (aka.
- FileBasedApplicationDAO() - Constructor for class org.wso2.carbon.identity.application.mgt.dao.impl.FileBasedApplicationDAO
- filterAuthorizedApplicationBasicInfo(ApplicationBasicInfo[], String) - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
-
Filter the user authorized applications out of the list of applications.
G
- GET_ALL_SP_TEMPLATES_BASIC_INFO - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- GET_ALL_SP_TEMPLATES_BASIC_INFO - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- GET_CERTIFICATE_BY_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- GET_CERTIFICATE_BY_ID - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- GET_CERTIFICATE_ID_BY_NAME - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- GET_CERTIFICATE_ID_BY_NAME - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- GET_DEFAULT_SEQ - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- GET_DEFAULT_SEQ - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- GET_DEFAULT_SEQ_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- GET_DEFAULT_SEQ_ID - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- GET_DEFAULT_SEQ_INFO - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- GET_DEFAULT_SEQ_INFO - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- GET_SP_METADATA_BY_SP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- GET_SP_METADATA_BY_SP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- GET_SP_METADATA_BY_SP_ID_H2 - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- GET_SP_METADATA_BY_SP_ID_H2 - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- GET_SP_TEMPLATE - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- GET_SP_TEMPLATE - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- GET_TOTAL_SP_CLAIM_USAGES - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- GET_TOTAL_SP_CLAIM_USAGES - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- getAllApplicationBasicInfo() - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementAdminService
-
Get all basic application information
- 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.CacheBackedApplicationDAO
- getAllApplicationBasicInfo() - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.FileBasedApplicationDAO
- 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
- getAllApplicationTemplateInfo() - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementAdminService
-
Get template info of all the service provider templates.
- getAllApplicationTemplateInfo(String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
-
Get template info of all the service provider templates.
- getAllApplicationTemplateInfo(String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
- getAllApplicationTemplateInfo(String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.ApplicationTemplateDAO
-
Get all application templates.
- getAllApplicationTemplateInfo(String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationTemplateDAOImpl
- getAllIdentityProviders() - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementAdminService
-
Get all identity providers
- getAllIdentityProviders() - Method in interface org.wso2.carbon.identity.application.mgt.dao.IdentityProviderDAO
-
Returns all the identity providers available.
- getAllIdentityProviders() - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.IdentityProviderDAOImpl
- 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
- getAllInboundAuthenticatorConfig() - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
-
Get custom inbound authenticator configurations.
- 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() - Method in interface org.wso2.carbon.identity.application.mgt.dao.IdentityProviderDAO
-
Returns all the local authenticators available on the system.
- getAllLocalAuthenticators() - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.IdentityProviderDAOImpl
- 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
- 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
- getAllPaginatedApplicationBasicInfo(int) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementAdminService
-
Get all basic application information with paginated manner
- getAllPaginatedApplicationBasicInfo(int) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
- getAllPaginatedApplicationBasicInfo(int) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.CacheBackedApplicationDAO
- getAllPaginatedApplicationBasicInfo(int) - Method in interface org.wso2.carbon.identity.application.mgt.dao.PaginatableFilterableApplicationDAO
-
Deprecated.
- getAllPaginatedApplicationBasicInfo(String, String, int) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
-
Get All Application Basic Information with pagination
- getAllPaginatedApplicationBasicInfo(String, String, int) - Method in interface org.wso2.carbon.identity.application.mgt.ApplicationPaginationAndSearching
-
Deprecated.
- 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.CacheBackedApplicationDAO
- 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() - Method in interface org.wso2.carbon.identity.application.mgt.dao.IdentityProviderDAO
-
Returns all the request path authenticators available in the system.
- getAllRequestPathAuthenticators() - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.IdentityProviderDAOImpl
- 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
- getAppId(ServiceProvider) - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
-
Get the application id from service provider object.
- getApplication(int) - Method in interface org.wso2.carbon.identity.application.mgt.dao.ApplicationDAO
-
Get service provider when the application resides in the same tenant of the request initiated.
- getApplication(int) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
- getApplication(int) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.CacheBackedApplicationDAO
- getApplication(int) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.FileBasedApplicationDAO
- 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.CacheBackedApplicationDAO
- getApplication(String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.FileBasedApplicationDAO
- getApplicationBasicInfo() - Method in class org.wso2.carbon.identity.application.mgt.internal.cache.ApplicationBasicInfoCacheEntry
- getApplicationBasicInfo(int, int) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
- getApplicationBasicInfo(int, int) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.CacheBackedApplicationDAO
- getApplicationBasicInfo(int, int) - Method in interface org.wso2.carbon.identity.application.mgt.dao.PaginatableFilterableApplicationDAO
-
Get all the basic application information based on the offset and the limit.
- getApplicationBasicInfo(String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementAdminService
-
Get all basic application information for a matching filter.
- getApplicationBasicInfo(String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.AbstractApplicationDAOImpl
- getApplicationBasicInfo(String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
-
Get application Names for user which has the filter string
- getApplicationBasicInfo(String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.CacheBackedApplicationDAO
- getApplicationBasicInfo(String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.FileBasedApplicationDAO
- getApplicationBasicInfo(String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.PaginatableFilterableApplicationDAO
-
Get all basic application information for a matching filter.
- getApplicationBasicInfo(String, int, int) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
- getApplicationBasicInfo(String, int, int) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.CacheBackedApplicationDAO
- getApplicationBasicInfo(String, int, int) - Method in interface org.wso2.carbon.identity.application.mgt.dao.PaginatableFilterableApplicationDAO
-
Get all basic application information for a matching filter based on the offset and the limit.
- getApplicationBasicInfo(String, String, int, int) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
- getApplicationBasicInfo(String, String, int, int) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
-
Get all basic application information with pagination based on the offset and limit.
- getApplicationBasicInfo(String, String, int, int) - Method in interface org.wso2.carbon.identity.application.mgt.ApplicationPaginationAndSearching
-
Get all the basic application information with pagination based on the offset and limit.
- getApplicationBasicInfo(String, String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
-
Get all basic application information for a matching filter.
- getApplicationBasicInfo(String, String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
- getApplicationBasicInfo(String, String, String) - Method in interface org.wso2.carbon.identity.application.mgt.ApplicationPaginationAndSearching
-
Get all basic application information for a matching filter.
- getApplicationBasicInfo(String, String, String, int, int) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
- getApplicationBasicInfo(String, String, String, int, int) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
-
Get all basic application information for a matching filter with pagination based on the offset and limit.
- getApplicationBasicInfo(String, String, String, int, int) - Method in interface org.wso2.carbon.identity.application.mgt.ApplicationPaginationAndSearching
-
Get all basic application information for a matching filter with pagination based on the offset and limit.
- getApplicationBasicInfoByName(String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
-
Retrieve application basic information using the application name.
- getApplicationBasicInfoByName(String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
- getApplicationBasicInfoByName(String, String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.ApplicationDAO
-
Retrieve application basic information using the application name.
- getApplicationBasicInfoByName(String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
- getApplicationBasicInfoByName(String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.CacheBackedApplicationDAO
- getApplicationBasicInfoByResourceId(String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
- getApplicationBasicInfoByResourceId(String, String) - Method in interface org.wso2.carbon.identity.application.mgt.ApplicationResourceManager
-
Retrieve application basic information using the resourceId.
- getApplicationBasicInfoByResourceId(String, String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.ApplicationDAO
- getApplicationBasicInfoByResourceId(String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
- getApplicationBasicInfoByResourceId(String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.CacheBackedApplicationDAO
- getApplicationByResourceId(String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
- getApplicationByResourceId(String, String) - Method in interface org.wso2.carbon.identity.application.mgt.ApplicationResourceManager
-
Retrieve application information using the resourceId.
- getApplicationByResourceId(String, String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.ApplicationDAO
- getApplicationByResourceId(String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
- getApplicationByResourceId(String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.CacheBackedApplicationDAO
- 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
- getApplicationFromSpFileStream(SpFileStream, String) - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
-
Get Service provider name from XML configuration file
- 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.CacheBackedApplicationDAO
- getApplicationName(int) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.FileBasedApplicationDAO
- getApplicationName(ServiceProvider) - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
-
Get the application name from service provider object.
- getApplicationPermissionPath() - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
- getApplicationPermissionProvider() - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponentHolder
- getApplicationResourceId() - Method in class org.wso2.carbon.identity.application.mgt.internal.cache.ApplicationResourceIDCacheInboundAuthEntry
- getApplicationResourceIDByInboundKey(String, String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
-
Retrieve application resource id using the inboundKey and inboundType.
- getApplicationResourceIDByInboundKey(String, String, String) - Method in interface org.wso2.carbon.identity.application.mgt.ApplicationResourceManager
-
Retrieve application resource id using the inboundKey and inboundType.
- getApplicationResourceIDByInboundKey(String, String, String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.ApplicationDAO
-
Retrieve application resource id using the inboundKey and inboundType.
- getApplicationResourceIDByInboundKey(String, String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
-
Retrieve application resource id using the inboundKey and inboundType.
- getApplicationResourceIDByInboundKey(String, String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.CacheBackedApplicationDAO
-
Retrieve application resource id using the inboundKey and inboundType.
- getApplicationResourceMgtListeners() - Static method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationMgtListenerServiceComponent
- getApplicationTemplate(String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementAdminService
-
Get Service provider template.
- getApplicationTemplate(String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
-
Get Service provider template.
- getApplicationTemplate(String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
- getApplicationTemplate(String, String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.ApplicationTemplateDAO
-
Load an application template.
- getApplicationTemplate(String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationTemplateDAOImpl
- getApplicationTemplateDAO() - Method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtSystemConfig
-
Return an instance of the ApplicationDAO
- getApplicationValidators() - Static method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationMgtListenerServiceComponent
- getApplicationWithRequiredAttributes(int, List<String>) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
-
Export Service Provider application with required attributes.
- getApplicationWithRequiredAttributes(int, List<String>) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
- getApplicationWithRequiredAttributes(int, List<String>) - Method in interface org.wso2.carbon.identity.application.mgt.dao.ApplicationDAO
-
Method that returns service provider with required attributes.
- getApplicationWithRequiredAttributes(int, List<String>) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
- getAuthenticationTemplatesJson() - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponentHolder
- getAuthenticationTemplatesJSON() - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementAdminService
-
Retrieve the set of authentication templates configured from file system in JSON format
- getAuthenticationTemplatesJSON() - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
-
Retrieve the set of authentication templates configured from file system in JSON format.
- getClaimDialect() - Method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtSystemConfig
-
Returns the claim dialect for claim mappings
- getClaimMetadataManagementService() - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponentHolder
- 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
- getConfiguredAuthenticators(String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
-
Get configured authenticators of an application.
- getConfiguredAuthenticators(String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
- getConfiguredAuthenticators(String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.ApplicationDAO
-
Get authenticators configured for an application.
- getConfiguredAuthenticators(String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
- getConfiguredAuthenticators(String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.FileBasedApplicationDAO
- getConsentManager() - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponentHolder
-
Get ConsentManager service instance.
- getCountOfAllApplications() - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementAdminService
-
Get count of all the applications authorized for the user.
- getCountOfAllApplications() - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
-
Get count of applications for user
- getCountOfAllApplications() - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.CacheBackedApplicationDAO
- getCountOfAllApplications() - Method in interface org.wso2.carbon.identity.application.mgt.dao.PaginatableFilterableApplicationDAO
-
Get count of applications.
- getCountOfAllApplications(String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
-
Get count of all Application Basic Information.
- getCountOfAllApplications(String, String) - Method in interface org.wso2.carbon.identity.application.mgt.ApplicationPaginationAndSearching
-
Get count of all Application Basic Information.
- getCountOfApplications(String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementAdminService
-
Get count of all the applications authorized for the user for a matching filter.
- getCountOfApplications(String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
-
Get count of applications for user which has the filter string
- getCountOfApplications(String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.CacheBackedApplicationDAO
- getCountOfApplications(String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.PaginatableFilterableApplicationDAO
-
Get count of applications matching the filter.
- getCountOfApplications(String, String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
-
Get count of all basic application information for a matching filter.
- getCountOfApplications(String, String, String) - Method in interface org.wso2.carbon.identity.application.mgt.ApplicationPaginationAndSearching
-
Get count of all basic application information for a matching filter.
- getCountOfDiscoverableApplications(String, String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.ApplicationDAO
-
Returns the count of discoverable applications matching given filter.
- getCountOfDiscoverableApplications(String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
- getCountOfDiscoverableApplications(String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.CacheBackedApplicationDAO
- getCountOfDiscoverableApplications(String, String) - Method in interface org.wso2.carbon.identity.application.mgt.DiscoverableApplicationManager
-
Returns the count of discoverable applications matching given filter.
- getCountOfDiscoverableApplications(String, String) - Method in class org.wso2.carbon.identity.application.mgt.internal.impl.DiscoverableApplicationManagerImpl
- getCustomInboundAuthenticatorConfigs() - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementAdminService
-
Return a list of custom inbound authenticators.
- getDefaultAuthenticationSeq(String) - Method in class org.wso2.carbon.identity.application.mgt.defaultsequence.DefaultAuthSeqMgtAdminService
-
Retrieve default authentication sequence.
- getDefaultAuthenticationSeq(String, String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.DefaultAuthSeqMgtDAO
-
Retrieve default authentication sequence.
- getDefaultAuthenticationSeq(String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.DefaultAuthSeqMgtDAOImpl
- getDefaultAuthenticationSeq(String, String) - Method in interface org.wso2.carbon.identity.application.mgt.defaultsequence.DefaultAuthSeqMgtService
-
Retrieve default authentication sequence.
- getDefaultAuthenticationSeq(String, String) - Method in class org.wso2.carbon.identity.application.mgt.defaultsequence.DefaultAuthSeqMgtServiceImpl
- getDefaultAuthenticationSeqInfo(String) - Method in class org.wso2.carbon.identity.application.mgt.defaultsequence.DefaultAuthSeqMgtAdminService
-
Retrieve default authentication sequence basic info.
- getDefaultAuthenticationSeqInfo(String, String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.DefaultAuthSeqMgtDAO
-
Retrieve default authentication sequence basic info.
- getDefaultAuthenticationSeqInfo(String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.DefaultAuthSeqMgtDAOImpl
- getDefaultAuthenticationSeqInfo(String, String) - Method in interface org.wso2.carbon.identity.application.mgt.defaultsequence.DefaultAuthSeqMgtService
-
Retrieve default authentication sequence basic info.
- getDefaultAuthenticationSeqInfo(String, String) - Method in class org.wso2.carbon.identity.application.mgt.defaultsequence.DefaultAuthSeqMgtServiceImpl
- getDefaultAuthenticationSeqInXML(String) - Method in class org.wso2.carbon.identity.application.mgt.defaultsequence.DefaultAuthSeqMgtAdminService
-
Retrieve default authentication sequence in XML.
- getDefaultAuthenticationSeqInXML(String, String) - Method in interface org.wso2.carbon.identity.application.mgt.defaultsequence.DefaultAuthSeqMgtService
-
Retrieve default authentication sequence in XML format.
- getDefaultAuthenticationSeqInXML(String, String) - Method in class org.wso2.carbon.identity.application.mgt.defaultsequence.DefaultAuthSeqMgtServiceImpl
- getDefaultAuthenticator(String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.IdentityProviderDAO
-
Returns the default authenticator configured for the IdP.
- 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.ApplicationClaimMgtListener
- 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 interface org.wso2.carbon.identity.application.mgt.listener.ApplicationResourceManagementListener
-
Get the default order identifier for this listener.
- getDefaultOrderId() - Method in class org.wso2.carbon.identity.application.mgt.listener.DefaultApplicationResourceMgtListener
- getDiscoverableApplicationBasicInfo(int, int, String, String, String, String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.ApplicationDAO
-
Returns basic application information of applications that are flagged as discoverable in the given tenant matching given criteria.
- getDiscoverableApplicationBasicInfo(int, int, String, String, String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
- getDiscoverableApplicationBasicInfo(int, int, String, String, String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.CacheBackedApplicationDAO
- getDiscoverableApplicationBasicInfo(int, int, String, String, String, String) - Method in interface org.wso2.carbon.identity.application.mgt.DiscoverableApplicationManager
-
Returns basic application information of applications that are flagged as discoverable in the given tenant matching given criteria.
- getDiscoverableApplicationBasicInfo(int, int, String, String, String, String) - Method in class org.wso2.carbon.identity.application.mgt.internal.impl.DiscoverableApplicationManagerImpl
- getDiscoverableApplicationBasicInfoByResourceId(String, String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.ApplicationDAO
-
Returns basic application information of the application matching given resource Id if discoverable.
- getDiscoverableApplicationBasicInfoByResourceId(String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
- getDiscoverableApplicationBasicInfoByResourceId(String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.CacheBackedApplicationDAO
- getDiscoverableApplicationBasicInfoByResourceId(String, String) - Method in interface org.wso2.carbon.identity.application.mgt.DiscoverableApplicationManager
-
Returns basic application information of the application matching given resource Id if discoverable.
- getDiscoverableApplicationBasicInfoByResourceId(String, String) - Method in class org.wso2.carbon.identity.application.mgt.internal.impl.DiscoverableApplicationManagerImpl
- 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.
- getExecutionOrderId() - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationResourceManagementListener
-
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) - Method in interface org.wso2.carbon.identity.application.mgt.dao.IdentityProviderDAO
-
Returns the Identity provider with given IdP name.
- getIdentityProvider(String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.IdentityProviderDAOImpl
- 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
- 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
- getInitiatorId(String, String) - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
-
Deprecated.This method is moved to IdentityUtil class as this will be used from other components as well.
- 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.DefaultAuthSeqMgtCache
- getInstance() - Static method in class org.wso2.carbon.identity.application.mgt.cache.IdentityServiceProviderCache
- getInstance() - Static method in class org.wso2.carbon.identity.application.mgt.cache.ServiceProviderTemplateCache
- getInstance() - Static method in class org.wso2.carbon.identity.application.mgt.defaultsequence.DefaultAuthSeqMgtServiceImpl
- getInstance() - Static method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponentHolder
- getInstance() - Static method in class org.wso2.carbon.identity.application.mgt.internal.cache.ApplicationBasicInfoByNameCache
- getInstance() - Static method in class org.wso2.carbon.identity.application.mgt.internal.cache.ApplicationBasicInfoByResourceIdCache
- getInstance() - Static method in class org.wso2.carbon.identity.application.mgt.internal.cache.ApplicationResourceIDByInboundAuthCache
- getInstance() - Static method in class org.wso2.carbon.identity.application.mgt.internal.cache.ServiceProviderByIDCache
- getInstance() - Static method in class org.wso2.carbon.identity.application.mgt.internal.cache.ServiceProviderByInboundAuthCache
- getInstance() - Static method in class org.wso2.carbon.identity.application.mgt.internal.cache.ServiceProviderByResourceIdCache
- getItemsPerPage() - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
-
Method to get the ItemsPerPage property configured in the carbon.xml file.
- 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.CacheBackedApplicationDAO
- getLocalIdPToServiceProviderClaimMapping(String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.FileBasedApplicationDAO
- getMessage() - Method in exception org.wso2.carbon.identity.application.mgt.defaultsequence.DefaultAuthSeqMgtException
- getMessage() - Method in exception org.wso2.carbon.identity.application.mgt.defaultsequence.DefaultAuthSeqMgtServerException
- getMessages() - Method in exception org.wso2.carbon.identity.application.mgt.defaultsequence.DefaultAuthSeqMgtException
- getName() - Method in class org.wso2.carbon.identity.application.mgt.AbstractInboundAuthenticatorConfig
-
Get Type
- getNewTemplate() - Static method in class org.wso2.carbon.identity.application.mgt.util.JdbcUtils
-
Deprecated.use
JdbcUtils.getNewTemplate()
instead. - getOAuthOIDCClientDAO() - Method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtSystemConfig
-
Return an instance of the OAuthOIDCClientDAO
- getOrderId() - Method in interface org.wso2.carbon.identity.application.mgt.validator.ApplicationValidator
-
Get the execution order of the validator.
- getOrderId() - Method in class org.wso2.carbon.identity.application.mgt.validator.DefaultApplicationValidator
- getOrganizationUserResidentResolverService() - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponentHolder
-
Get organization user resident resolver service instance.
- getPaginatedApplicationBasicInfo(int, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementAdminService
-
Get all basic application information for a matching filter.
- getPaginatedApplicationBasicInfo(int, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
- getPaginatedApplicationBasicInfo(int, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.CacheBackedApplicationDAO
- getPaginatedApplicationBasicInfo(int, String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.PaginatableFilterableApplicationDAO
-
Deprecated.
- getPaginatedApplicationBasicInfo(String, String, int, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
-
Get all basic application information for a matching filter with pagination.
- getPaginatedApplicationBasicInfo(String, String, int, String) - Method in interface org.wso2.carbon.identity.application.mgt.ApplicationPaginationAndSearching
-
Deprecated.
- 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.
- getResourceId() - Method in class org.wso2.carbon.identity.application.mgt.internal.cache.ApplicationBasicInfoNameCacheKey
- getResourceId() - Method in class org.wso2.carbon.identity.application.mgt.internal.cache.ApplicationBasicInfoResourceIdCacheKey
- getSAMLClientDAO() - Method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtSystemConfig
-
Return an instance of the SAMLClientDAO
- getSequence() - Method in class org.wso2.carbon.identity.application.mgt.cache.DefaultAuthSeqMgtCacheEntry
-
Get default authentication sequence.
- getServiceProvider() - Method in class org.wso2.carbon.identity.application.mgt.cache.IdentityServiceProviderCacheEntry
- getServiceProvider() - Method in class org.wso2.carbon.identity.application.mgt.internal.cache.ServiceProviderIDCacheEntry
- getServiceProvider() - Method in class org.wso2.carbon.identity.application.mgt.internal.cache.ServiceProviderResourceIdCacheEntry
- getServiceProvider(int) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
- getServiceProvider(int) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
- 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
- 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
- getServiceProviderKey() - Method in class org.wso2.carbon.identity.application.mgt.internal.cache.ServiceProviderIDCacheKey
- getServiceProviderKey() - Method in class org.wso2.carbon.identity.application.mgt.internal.cache.ServiceProviderResourceIdCacheKey
- getServiceProviderName() - Method in class org.wso2.carbon.identity.application.mgt.internal.cache.ServiceProviderCacheInboundAuthEntry
- 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.CacheBackedApplicationDAO
- 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.CacheBackedApplicationDAO
- getServiceProviderToLocalIdPClaimMapping(String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.FileBasedApplicationDAO
- getSPValidatorRegex() - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
-
Return the Service Provider validation regex.
- getSystemApplications() - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
-
Get system applications defined for the server.
- getSystemApplications() - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
- getTemplateName() - Method in class org.wso2.carbon.identity.application.mgt.cache.ServiceProviderTemplateCacheKey
-
Get template name.
- getTenantName() - Method in class org.wso2.carbon.identity.application.mgt.internal.cache.ServiceProviderCacheInboundAuthEntry
- getUser(String, String) - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
-
Resolve user.
- getUsername(String) - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
-
Get user's username.
- getUsernameWithUserTenantDomain(String) - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
-
Get username with user's tenant domain appended.
- getUserTenantDomain(String, String) - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
-
Get user's tenant domain.
H
- H2 - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
- hashCode() - Method in class org.wso2.carbon.identity.application.mgt.cache.IdentityServiceProviderCacheKey
- hashCode() - Method in class org.wso2.carbon.identity.application.mgt.cache.ServiceProviderTemplateCacheKey
- hashCode() - Method in class org.wso2.carbon.identity.application.mgt.internal.cache.ApplicationBasicInfoNameCacheKey
- hashCode() - Method in class org.wso2.carbon.identity.application.mgt.internal.cache.ApplicationBasicInfoResourceIdCacheKey
- hashCode() - Method in class org.wso2.carbon.identity.application.mgt.internal.cache.ApplicationResourceIDCacheInboundAuthKey
- hashCode() - Method in class org.wso2.carbon.identity.application.mgt.internal.cache.ServiceProviderCacheInboundAuthKey
- hashCode() - Method in class org.wso2.carbon.identity.application.mgt.internal.cache.ServiceProviderIDCacheKey
- hashCode() - Method in class org.wso2.carbon.identity.application.mgt.internal.cache.ServiceProviderResourceIdCacheKey
I
- ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants.ApplicationTableColumns
- IdentityProviderDAO - Interface in org.wso2.carbon.identity.application.mgt.dao
-
Definition of DAO for Identity Provider.
- IdentityProviderDAOImpl - Class in org.wso2.carbon.identity.application.mgt.dao.impl
-
Default implementation DAO for Identity provider.
- IdentityProviderDAOImpl() - Constructor for class org.wso2.carbon.identity.application.mgt.dao.impl.IdentityProviderDAOImpl
- IdentityServiceProviderCache - Class in org.wso2.carbon.identity.application.mgt.cache
-
Cache implementation for Application (the Service Provider) cache.
- IdentityServiceProviderCacheEntry - Class in org.wso2.carbon.identity.application.mgt.cache
-
Cache entry whioch is kept in the Application (aka.
- IdentityServiceProviderCacheEntry(ServiceProvider) - Constructor for class org.wso2.carbon.identity.application.mgt.cache.IdentityServiceProviderCacheEntry
- IdentityServiceProviderCacheKey - Class in org.wso2.carbon.identity.application.mgt.cache
-
Cache key for lookup Application (aka.
- IdentityServiceProviderCacheKey(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
- IMAGE_URL - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants.ApplicationTableColumns
- importApplication(SpFileContent) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementAdminService
-
Import application from XML file from UI.
- importSPApplication(ServiceProvider, String, String, boolean) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
-
Import Service Provider application from object.
- importSPApplication(ServiceProvider, String, String, boolean) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
- importSPApplication(SpFileContent, String, String, boolean) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
-
Import Service Provider application from file.
- importSPApplication(SpFileContent, String, String, boolean) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
- INBOUND_AUTH_KEY - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants.ApplicationInboundTableColumns
- INBOUND_AUTH_TYPE - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants.ApplicationInboundTableColumns
- INFORMIX - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
- IS_APP_BY_TENANT_AND_UUID_DISCOVERABLE - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- IS_APP_BY_TENANT_AND_UUID_DISCOVERABLE - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- IS_DISCOVERABLE - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants.ApplicationTableColumns
- IS_DUMB_MODE - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants.ApplicationTableColumns
- IS_HANDLER - Static variable in class org.wso2.carbon.identity.application.mgt.defaultsequence.DefaultAuthSeqMgtServiceImpl
- IS_HANDLER - Static variable in class org.wso2.carbon.identity.application.mgt.validator.DefaultApplicationValidator
- IS_LOCAL_CLAIM_DIALECT - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants.ApplicationTableColumns
- IS_SAAS_APP - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants.ApplicationTableColumns
- IS_SEND_AUTH_LIST_OF_IDPS - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants.ApplicationTableColumns
- IS_SEND_LOCAL_SUBJECT_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants.ApplicationTableColumns
- IS_SP_TEMPLATE_EXISTS - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- IS_SP_TEMPLATE_EXISTS - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- IS_USE_TENANT_DOMAIN_SUBJECT - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants.ApplicationTableColumns
- IS_USE_USER_DOMAIN_SUBJECT - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants.ApplicationTableColumns
- isApplicationDiscoverable(String, String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.ApplicationDAO
-
Returns if application matching given resource Id in given tenant is discoverable.
- isApplicationDiscoverable(String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
- isApplicationDiscoverable(String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.CacheBackedApplicationDAO
- isApplicationDiscoverable(String, String) - Method in interface org.wso2.carbon.identity.application.mgt.DiscoverableApplicationManager
-
Returns if application matching given resource Id in given tenant is discoverable.
- isApplicationDiscoverable(String, String) - Method in class org.wso2.carbon.identity.application.mgt.internal.impl.DiscoverableApplicationManagerImpl
- isApplicationExists(String, String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.ApplicationDAO
-
Checks whether the application already exists with the name.
- isApplicationExists(String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
- isApplicationExists(String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.CacheBackedApplicationDAO
- isApplicationExists(String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.FileBasedApplicationDAO
- isClaimReferredByAnySp(Connection, String, int) - Method in interface org.wso2.carbon.identity.application.mgt.dao.ApplicationDAO
-
Method that checks whether a claim is associated with any service provider.
- isClaimReferredByAnySp(Connection, String, int) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
- isDatabaseBackedCertificateStoringSupportAvailable() - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponentHolder
- isDB2DB() - Static method in class org.wso2.carbon.identity.application.mgt.util.JdbcUtils
-
Deprecated.use
JdbcUtils.isDB2DB()
instead. - isDefaultAuthSeqExists(String, String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.DefaultAuthSeqMgtDAO
-
Check existence of default authentication sequence.
- isDefaultAuthSeqExists(String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.DefaultAuthSeqMgtDAOImpl
- isEnable() - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
- isEnable() - Method in class org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtAuditLogger
- isEnable() - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtListener
-
Check whether the listener is enabled or not
- isEnabled() - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationResourceManagementListener
-
Check whether the listener is enabled or not
- isExistingApplicationTemplate(String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementAdminService
-
Check existence of a application template.
- isExistingApplicationTemplate(String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
-
Check existence of a application template.
- isExistingApplicationTemplate(String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
- isExistingDefaultAuthenticationSequence(String) - Method in class org.wso2.carbon.identity.application.mgt.defaultsequence.DefaultAuthSeqMgtAdminService
-
Check existence of default authentication sequence.
- isExistingDefaultAuthenticationSequence(String, String) - Method in interface org.wso2.carbon.identity.application.mgt.defaultsequence.DefaultAuthSeqMgtService
-
Check existence of default authentication sequence.
- isExistingDefaultAuthenticationSequence(String, String) - Method in class org.wso2.carbon.identity.application.mgt.defaultsequence.DefaultAuthSeqMgtServiceImpl
- isExistingTemplate(String, String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.ApplicationTemplateDAO
-
Check Existence of a application template.
- isExistingTemplate(String, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationTemplateDAOImpl
- isH2MySqlOrPostgresDB() - Static method in class org.wso2.carbon.identity.application.mgt.util.JdbcUtils
-
Deprecated.
- isInformixDB() - Static method in class org.wso2.carbon.identity.application.mgt.util.JdbcUtils
-
Deprecated.use
JdbcUtils.isInformixDB()
instead. - isMSSqlDB() - Static method in class org.wso2.carbon.identity.application.mgt.util.JdbcUtils
-
Deprecated.use
JdbcUtils.isMSSqlDB()
instead. - isOrganizationManagementEnabled() - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponentHolder
-
Get is organization management enabled.
- isRegexValidated(String) - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
-
Validate application name according to the regex
- isRelyingPartyKeyConfigured() - Method in class org.wso2.carbon.identity.application.mgt.AbstractInboundAuthenticatorConfig
-
Check whether the RelyingPartyKey is configured with the UI properties.
- isUserAuthorized(String, String) - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
- isUserAuthorized(String, String, int) - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
- isValidApplicationOwner(ServiceProvider) - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
-
To check whether the application owner is valid by validating user existence and permissions.
- ITEMS_PER_PAGE_PROPERTY - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
- IWA - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.IdentityProviderDAOImpl
J
- JdbcUtils - Class in org.wso2.carbon.identity.application.mgt.util
-
Deprecated.use
JdbcUtils
instead. - JdbcUtils() - Constructor for class org.wso2.carbon.identity.application.mgt.util.JdbcUtils
-
Deprecated.
L
- LIMIT - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
- LOAD_APP_BY_NAME_AND_TENANT - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_APP_BY_NAME_AND_TENANT - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_APP_BY_TENANT_AND_NAME - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_APP_BY_TENANT_AND_NAME - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_APP_BY_TENANT_AND_UUID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_APP_BY_TENANT_AND_UUID - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_APP_COUNT_BY_TENANT - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_APP_COUNT_BY_TENANT - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_APP_COUNT_BY_TENANT_AND_FILTER - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_APP_COUNT_BY_TENANT_AND_FILTER - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_APP_ID_BY_APP_NAME - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_APP_ID_BY_APP_NAME - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_APP_ID_BY_CLIENT_ID_AND_TYPE - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_APP_ID_BY_CLIENT_ID_AND_TYPE - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_APP_ID_BY_UUID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_APP_ID_BY_UUID - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_APP_ID_BY_UUID_AND_TENANT_ID - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_APP_NAME_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_APP_NAME_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_APP_NAMES_BY_TENANT - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_APP_NAMES_BY_TENANT - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_APP_NAMES_BY_TENANT_AND_APP_NAME - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_APP_NAMES_BY_TENANT_AND_APP_NAME - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_APP_NAMES_BY_TENANT_AND_FILTER_DB2SQL - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_APP_NAMES_BY_TENANT_AND_FILTER_DB2SQL - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_APP_NAMES_BY_TENANT_AND_FILTER_INFORMIX - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_APP_NAMES_BY_TENANT_AND_FILTER_INFORMIX - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_APP_NAMES_BY_TENANT_AND_FILTER_MSSQL - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_APP_NAMES_BY_TENANT_AND_FILTER_MSSQL - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_APP_NAMES_BY_TENANT_AND_FILTER_MYSQL - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_APP_NAMES_BY_TENANT_AND_FILTER_MYSQL - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_APP_NAMES_BY_TENANT_AND_FILTER_ORACLE - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_APP_NAMES_BY_TENANT_AND_FILTER_ORACLE - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_APP_NAMES_BY_TENANT_AND_FILTER_POSTGRESQL - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_APP_NAMES_BY_TENANT_AND_FILTER_POSTGRESQL - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_APP_NAMES_BY_TENANT_DB2SQL - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_APP_NAMES_BY_TENANT_DB2SQL - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_APP_NAMES_BY_TENANT_INFORMIX - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_APP_NAMES_BY_TENANT_INFORMIX - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_APP_NAMES_BY_TENANT_MSSQL - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_APP_NAMES_BY_TENANT_MSSQL - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_APP_NAMES_BY_TENANT_MYSQL - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_APP_NAMES_BY_TENANT_MYSQL - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_APP_NAMES_BY_TENANT_ORACLE - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_APP_NAMES_BY_TENANT_ORACLE - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_APP_NAMES_BY_TENANT_POSTGRESQL - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_APP_NAMES_BY_TENANT_POSTGRESQL - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_APP_UUID_BY_CLIENT_ID_AND_TYPE - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_APPLICATION_NAME_BY_CLIENT_ID_AND_TYPE - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_APPLICATION_NAME_BY_CLIENT_ID_AND_TYPE - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_AUTH_TYPE_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_AUTH_TYPE_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_BASIC_APP_INFO_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_BASIC_APP_INFO_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_BASIC_APP_INFO_BY_APP_NAME - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_BASIC_APP_INFO_BY_APP_NAME - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_CLAIM_CONIFG_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_CLAIM_CONIFG_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_CLAIM_MAPPING_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_CLAIM_MAPPING_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_CLAIM_MAPPING_BY_APP_NAME - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_CLAIM_MAPPING_BY_APP_NAME - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_CLIENTS_INFO_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_CLIENTS_INFO_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_DISCOVERABLE_APP_COUNT_BY_APP_NAME_AND_TENANT - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_DISCOVERABLE_APP_COUNT_BY_APP_NAME_AND_TENANT - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_DISCOVERABLE_APP_COUNT_BY_TENANT - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_DISCOVERABLE_APP_COUNT_BY_TENANT - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_DISCOVERABLE_APPS_BY_TENANT_AND_APP_NAME_DB2 - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_DISCOVERABLE_APPS_BY_TENANT_AND_APP_NAME_DB2 - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_DISCOVERABLE_APPS_BY_TENANT_AND_APP_NAME_INFORMIX - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_DISCOVERABLE_APPS_BY_TENANT_AND_APP_NAME_INFORMIX - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_DISCOVERABLE_APPS_BY_TENANT_AND_APP_NAME_MSSQL - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_DISCOVERABLE_APPS_BY_TENANT_AND_APP_NAME_MSSQL - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_DISCOVERABLE_APPS_BY_TENANT_AND_APP_NAME_MYSQL - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_DISCOVERABLE_APPS_BY_TENANT_AND_APP_NAME_MYSQL - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_DISCOVERABLE_APPS_BY_TENANT_AND_APP_NAME_ORACLE - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_DISCOVERABLE_APPS_BY_TENANT_AND_APP_NAME_ORACLE - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_DISCOVERABLE_APPS_BY_TENANT_AND_APP_NAME_POSTGRESQL - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_DISCOVERABLE_APPS_BY_TENANT_AND_APP_NAME_POSTGRESQL - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_DISCOVERABLE_APPS_BY_TENANT_DB2SQL - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_DISCOVERABLE_APPS_BY_TENANT_DB2SQL - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_DISCOVERABLE_APPS_BY_TENANT_INFORMIX - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_DISCOVERABLE_APPS_BY_TENANT_INFORMIX - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_DISCOVERABLE_APPS_BY_TENANT_MSSQL - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_DISCOVERABLE_APPS_BY_TENANT_MSSQL - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_DISCOVERABLE_APPS_BY_TENANT_MYSQL - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_DISCOVERABLE_APPS_BY_TENANT_MYSQL - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_DISCOVERABLE_APPS_BY_TENANT_ORACLE - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_DISCOVERABLE_APPS_BY_TENANT_ORACLE - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_DISCOVERABLE_APPS_BY_TENANT_POSTGRESQL - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_DISCOVERABLE_APPS_BY_TENANT_POSTGRESQL - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_HUB_IDP_BY_NAME - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_HUB_IDP_BY_NAME - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_IDP_AND_AUTHENTICATOR_NAMES - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_IDP_AND_AUTHENTICATOR_NAMES - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_IDP_AUTHENTICATOR_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_IDP_AUTHENTICATOR_ID - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_LOCAL_AND_OUTBOUND_CONFIG_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_LOCAL_AND_OUTBOUND_CONFIG_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_PRO_CONNECTORS_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_PRO_CONNECTORS_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_PRO_PROPERTIES_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_PRO_PROPERTIES_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_REQ_PATH_AUTHENTICATORS_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_REQ_PATH_AUTHENTICATORS_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_ROLE_MAPPING_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_ROLE_MAPPING_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_SCRIPT_BY_APP_ID_QUERY - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_SCRIPT_BY_APP_ID_QUERY - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_SP_CONSENT_PURPOSES - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_SP_CONSENT_PURPOSES - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_SP_DIALECTS_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_SP_DIALECTS_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_STEP_ID_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_STEP_ID_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_STEPS_INFO_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_STEPS_INFO_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_UM_PERMISSIONS - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_UM_PERMISSIONS - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_UM_PERMISSIONS_W - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_UM_PERMISSIONS_W - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- LOAD_UUID_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- LOAD_UUID_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- loadPermissions(String) - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
-
Loads the permissions of the application
- loadPermissions(String) - Method in interface org.wso2.carbon.identity.application.mgt.provider.ApplicationPermissionProvider
-
Load application permissions.
- loadPermissions(String) - Method in class org.wso2.carbon.identity.application.mgt.provider.RegistryBasedApplicationPermissionProvider
- 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
M
- MARIADB - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
- MASKING_CHARACTER - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
- MASKING_REGEX - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
- MICROSOFT - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
- MY_SQL - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
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
-
DAO to access OAuth Application information from Application management component.
- OAuthApplicationDAOImpl - Class in org.wso2.carbon.identity.application.mgt.dao.impl
-
Implementation of
OAuthApplicationDAO
- OAuthApplicationDAOImpl() - Constructor for class org.wso2.carbon.identity.application.mgt.dao.impl.OAuthApplicationDAOImpl
- OFFSET - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
- ONE_BASED_START_INDEX - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
- onPreCreateInbound(ServiceProvider, boolean) - Method in class org.wso2.carbon.identity.application.mgt.listener.AbstractApplicationMgtListener
- onPreCreateInbound(ServiceProvider, boolean) - Method in interface org.wso2.carbon.identity.application.mgt.listener.ApplicationMgtListener
-
Define any addition actions before creating inbound keys.
- 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
- ORDER_FOR_UNCATEGORIZED - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
- 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.defaultsequence - package org.wso2.carbon.identity.application.mgt.defaultsequence
- org.wso2.carbon.identity.application.mgt.internal - package org.wso2.carbon.identity.application.mgt.internal
- org.wso2.carbon.identity.application.mgt.internal.cache - package org.wso2.carbon.identity.application.mgt.internal.cache
- org.wso2.carbon.identity.application.mgt.internal.impl - package org.wso2.carbon.identity.application.mgt.internal.impl
- org.wso2.carbon.identity.application.mgt.listener - package org.wso2.carbon.identity.application.mgt.listener
- org.wso2.carbon.identity.application.mgt.provider - package org.wso2.carbon.identity.application.mgt.provider
- org.wso2.carbon.identity.application.mgt.util - package org.wso2.carbon.identity.application.mgt.util
- org.wso2.carbon.identity.application.mgt.validator - package org.wso2.carbon.identity.application.mgt.validator
P
- PaginatableFilterableApplicationDAO - Interface in org.wso2.carbon.identity.application.mgt.dao
-
This interface defines the data access layer API for application pagination and filtering.
- 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
- POSTGRE_SQL - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
- PROVISIONING_USERSTORE_DOMAIN - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants.ApplicationTableColumns
- PURPOSE_GROUP_SHARED - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
- PURPOSE_GROUP_TYPE_SP - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
- PURPOSE_GROUP_TYPE_SYSTEM - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
R
- RegistryBasedApplicationPermissionProvider - Class in org.wso2.carbon.identity.application.mgt.provider
-
Registry based application permission provider class.
- RegistryBasedApplicationPermissionProvider() - Constructor for class org.wso2.carbon.identity.application.mgt.provider.RegistryBasedApplicationPermissionProvider
- REMOVE_APP_FROM_APPMGT_APP - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- REMOVE_APP_FROM_APPMGT_APP - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- REMOVE_APP_FROM_APPMGT_APP_WITH_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- REMOVE_APP_FROM_APPMGT_APP_WITH_ID - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- REMOVE_APP_FROM_SP_APP_WITH_UUID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- REMOVE_APP_FROM_SP_APP_WITH_UUID - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- REMOVE_APPS_FROM_APPMGT_APP_BY_TENANT_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- REMOVE_APPS_FROM_APPMGT_APP_BY_TENANT_ID - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- REMOVE_AUTH_SCRIPT - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- REMOVE_AUTH_SCRIPT - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- REMOVE_CERTIFICATE - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- REMOVE_CERTIFICATE - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- REMOVE_CERTIFICATES_BY_TENANT_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- REMOVE_CERTIFICATES_BY_TENANT_ID - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- REMOVE_CLAIM_MAPPINGS_FROM_APPMGT_CLAIM_MAPPING - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- REMOVE_CLAIM_MAPPINGS_FROM_APPMGT_CLAIM_MAPPING - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- REMOVE_CLIENT_FROM_APPMGT_CLIENT - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- REMOVE_CLIENT_FROM_APPMGT_CLIENT - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- REMOVE_OAUTH_APPLICATION - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- REMOVE_OAUTH_APPLICATION - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- REMOVE_PRO_CONNECTORS - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- REMOVE_PRO_CONNECTORS - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- REMOVE_REQ_PATH_AUTHENTICATOR - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- REMOVE_REQ_PATH_AUTHENTICATOR - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- REMOVE_ROLE_MAPPINGS_FROM_APPMGT_ROLE_MAPPING - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- REMOVE_ROLE_MAPPINGS_FROM_APPMGT_ROLE_MAPPING - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- REMOVE_STEP_FROM_APPMGT_STEP - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- REMOVE_STEP_FROM_APPMGT_STEP - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- REMOVE_UM_PERMISSIONS - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- REMOVE_UM_PERMISSIONS - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- REMOVE_UM_ROLE_PERMISSION - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- REMOVE_UM_ROLE_PERMISSION - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.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
-
Removes the OAuth application, which is held at different table.
- 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
-
Removes the SAML configuration related to the application, idenfied by the issuer.
- renameAppPermissionName(String, String) - Method in interface org.wso2.carbon.identity.application.mgt.provider.ApplicationPermissionProvider
-
Rename application permission name.
- renameAppPermissionName(String, String) - Method in class org.wso2.carbon.identity.application.mgt.provider.RegistryBasedApplicationPermissionProvider
- 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
- ROLE_CLAIM - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants.ApplicationTableColumns
S
- S_MICROSOFT - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
- 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
-
Definition for Application DAO for SAML based application.
- SAMLApplicationDAOImpl - Class in org.wso2.carbon.identity.application.mgt.dao.impl
-
Implementation of
SAMLApplicationDAO
. - SAMLApplicationDAOImpl() - Constructor for class org.wso2.carbon.identity.application.mgt.dao.impl.SAMLApplicationDAOImpl
- SERVICE_PROVIDERS - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
- ServiceProviderByIDCache - Class in org.wso2.carbon.identity.application.mgt.internal.cache
-
Cache to maintain the application id - service provider name.
- ServiceProviderByInboundAuthCache - Class in org.wso2.carbon.identity.application.mgt.internal.cache
-
Cache to maintain the inbound auth key - service provider name.
- ServiceProviderByResourceIdCache - Class in org.wso2.carbon.identity.application.mgt.internal.cache
-
Cache to maintain the application resource id - service provider.
- ServiceProviderCacheInboundAuthEntry - Class in org.wso2.carbon.identity.application.mgt.internal.cache
-
Cache entry for Service provider when authenticated with client ID, etc.
- ServiceProviderCacheInboundAuthEntry(String, String) - Constructor for class org.wso2.carbon.identity.application.mgt.internal.cache.ServiceProviderCacheInboundAuthEntry
- ServiceProviderCacheInboundAuthKey - Class in org.wso2.carbon.identity.application.mgt.internal.cache
-
Cache key used to access application based on authenticated application information for the request.
- ServiceProviderCacheInboundAuthKey(String, String) - Constructor for class org.wso2.carbon.identity.application.mgt.internal.cache.ServiceProviderCacheInboundAuthKey
- ServiceProviderIDCacheEntry - Class in org.wso2.carbon.identity.application.mgt.internal.cache
-
Cache entry when Service Provider is loaded as Application ID.
- ServiceProviderIDCacheEntry(ServiceProvider) - Constructor for class org.wso2.carbon.identity.application.mgt.internal.cache.ServiceProviderIDCacheEntry
- ServiceProviderIDCacheKey - Class in org.wso2.carbon.identity.application.mgt.internal.cache
-
Cache key for Service provider, when it is loaded with Application ID.
- ServiceProviderIDCacheKey(int) - Constructor for class org.wso2.carbon.identity.application.mgt.internal.cache.ServiceProviderIDCacheKey
- ServiceProviderResourceIdCacheEntry - Class in org.wso2.carbon.identity.application.mgt.internal.cache
-
Cache entry for Service provider as a resource, which is read as resource ID.
- ServiceProviderResourceIdCacheEntry(ServiceProvider) - Constructor for class org.wso2.carbon.identity.application.mgt.internal.cache.ServiceProviderResourceIdCacheEntry
- ServiceProviderResourceIdCacheKey - Class in org.wso2.carbon.identity.application.mgt.internal.cache
-
Service provider cache key, when saved against resource ID.
- ServiceProviderResourceIdCacheKey(String) - Constructor for class org.wso2.carbon.identity.application.mgt.internal.cache.ServiceProviderResourceIdCacheKey
- ServiceProviderTemplateCache - Class in org.wso2.carbon.identity.application.mgt.cache
-
This class is used to cache the service provider template info.
- ServiceProviderTemplateCacheKey - Class in org.wso2.carbon.identity.application.mgt.cache
-
Cache Key which will use in
ServiceProviderTemplateCache
. - ServiceProviderTemplateCacheKey(String) - Constructor for class org.wso2.carbon.identity.application.mgt.cache.ServiceProviderTemplateCacheKey
- setApplicationBasicInfo(ApplicationBasicInfo) - Method in class org.wso2.carbon.identity.application.mgt.internal.cache.ApplicationBasicInfoCacheEntry
- setApplicationMgtListenerService(ApplicationMgtListener) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationMgtListenerServiceComponent
- setApplicationPermissionProvider(ApplicationPermissionProvider) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponent
- setApplicationPermissionProvider(ApplicationPermissionProvider) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponentHolder
- setApplicationResourceId(String) - Method in class org.wso2.carbon.identity.application.mgt.internal.cache.ApplicationResourceIDCacheInboundAuthEntry
- setApplicationResourceMgtListener(ApplicationResourceManagementListener) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationMgtListenerServiceComponent
- setApplicationValidator(ApplicationValidator) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationMgtListenerServiceComponent
- setAuthenticationTemplatesJson(String) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponentHolder
- setClaimMetadataManagementService(ClaimMetadataManagementService) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponentHolder
- setClaimMetaMgtService(ClaimMetadataManagementService) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponent
- 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
- setConsentManager(ConsentManager) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponentHolder
-
Set ConsentManager service instance.
- setConsentMgtService(ConsentManager) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponent
- setDatabaseBackedCertificateStoringSupportAvailable(boolean) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponentHolder
- setInboundAuthenticatorConfig(AbstractInboundAuthenticatorConfig) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponent
- setOrganizationManagementEnable(OrganizationManagementInitialize) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponentHolder
-
Set organization management enable/disable state.
- setOrganizationManagementEnablingService(OrganizationManagementInitialize) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponent
- setOrganizationUserResidentResolverService(OrganizationUserResidentResolverService) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponent
- setOrganizationUserResidentResolverService(OrganizationUserResidentResolverService) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponentHolder
-
Set organization user resident resolver service instance.
- 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.ApplicationManagementServiceComponentHolder
- setRegistryService(RegistryService) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponent
- setSequence(DefaultAuthenticationSequence) - Method in class org.wso2.carbon.identity.application.mgt.cache.DefaultAuthSeqMgtCacheEntry
-
Set default authentication sequence.
- setServiceProvider(ServiceProvider) - Method in class org.wso2.carbon.identity.application.mgt.cache.IdentityServiceProviderCacheEntry
- setServiceProvider(ServiceProvider) - Method in class org.wso2.carbon.identity.application.mgt.internal.cache.ServiceProviderIDCacheEntry
- setServiceProvider(ServiceProvider) - Method in class org.wso2.carbon.identity.application.mgt.internal.cache.ServiceProviderResourceIdCacheEntry
- setServiceProviderName(String) - Method in class org.wso2.carbon.identity.application.mgt.internal.cache.ServiceProviderCacheInboundAuthEntry
- setTenantName(String) - Method in class org.wso2.carbon.identity.application.mgt.internal.cache.ServiceProviderCacheInboundAuthEntry
- SP_CACHE_NAME - Static variable in class org.wso2.carbon.identity.application.mgt.cache.IdentityServiceProviderCache
- SP_CACHE_NAME - Static variable in class org.wso2.carbon.identity.application.mgt.cache.ServiceProviderTemplateCache
- SP_CACHE_NAME - Static variable in class org.wso2.carbon.identity.application.mgt.internal.cache.ApplicationResourceIDByInboundAuthCache
- SP_CACHE_NAME - Static variable in class org.wso2.carbon.identity.application.mgt.internal.cache.ServiceProviderByIDCache
- SP_CACHE_NAME - Static variable in class org.wso2.carbon.identity.application.mgt.internal.cache.ServiceProviderByInboundAuthCache
- STANDARD_APPLICATION - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
- startTenantFlow(String) - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
- startTenantFlow(String, String) - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
- STORE_BASIC_APPINFO - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- STORE_BASIC_APPINFO - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- STORE_CLAIM_MAPPING - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- STORE_CLAIM_MAPPING - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- STORE_CLIENT_INFO - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- STORE_CLIENT_INFO - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- STORE_LOCAL_AUTHENTICATOR - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- STORE_LOCAL_AUTHENTICATOR - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- STORE_PRO_CONNECTORS - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- STORE_PRO_CONNECTORS - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- STORE_REQ_PATH_AUTHENTICATORS - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- STORE_REQ_PATH_AUTHENTICATORS - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- STORE_ROLE_MAPPING - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- STORE_ROLE_MAPPING - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- STORE_SP_AUTH_SCRIPT - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- STORE_SP_AUTH_SCRIPT - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- STORE_SP_DIALECTS_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- STORE_SP_DIALECTS_BY_APP_ID - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- STORE_STEP_IDP_AUTH - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- STORE_STEP_IDP_AUTH - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- STORE_STEP_INFO - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- STORE_STEP_INFO - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- storePermissions(String, String, PermissionsAndRoleConfig) - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
-
Stores the permissions to applications.
- storePermissions(String, PermissionsAndRoleConfig) - Method in interface org.wso2.carbon.identity.application.mgt.provider.ApplicationPermissionProvider
-
Store new application permissions.
- storePermissions(String, PermissionsAndRoleConfig) - Method in class org.wso2.carbon.identity.application.mgt.provider.RegistryBasedApplicationPermissionProvider
- SUBJECT_CLAIM_URI - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants.ApplicationTableColumns
- SYSTEM_APPLICATIONS_CONFIG_ELEMENT - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
T
- TEMPLATE_CATEGORY - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
- TEMPLATES_DIR_PATH - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
- TENANT_DEFAULT_SP_TEMPLATE_NAME - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
- TENANT_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants.ApplicationTableColumns
- toString() - Method in class org.wso2.carbon.identity.application.mgt.internal.cache.ApplicationResourceIDCacheInboundAuthKey
U
- UNCATEGORIZED - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
- unsetApplicationMgtListenerService(ApplicationMgtListener) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationMgtListenerServiceComponent
- unsetApplicationPermissionProvider(ApplicationPermissionProvider) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponent
- unsetApplicationResourceMgtListener(ApplicationResourceManagementListener) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationMgtListenerServiceComponent
- unsetApplicationValidator(ApplicationValidator) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationMgtListenerServiceComponent
- unsetClaimMetaMgtService(ClaimMetadataManagementService) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponent
- unsetConfigurationContextService(ConfigurationContextService) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponent
- unsetConsentMgtService(ConsentManager) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponent
- unsetInboundAuthenticatorConfig(AbstractInboundAuthenticatorConfig) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponent
- unsetOrganizationManagementEnablingService(OrganizationManagementInitialize) - Method in class org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponent
- unsetOrganizationUserResidentResolverService(OrganizationUserResidentResolverService) - 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_APP_INFO_WITH_CONSENT_ENABLED - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- UPDATE_BASIC_APP_INFO_WITH_CONSENT_ENABLED - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- UPDATE_BASIC_APPINFO - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- UPDATE_BASIC_APPINFO - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- UPDATE_BASIC_APPINFO_WITH_AUTH_TYPE - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- UPDATE_BASIC_APPINFO_WITH_CLAIM_DIALEECT - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- UPDATE_BASIC_APPINFO_WITH_CLAIM_DIALEECT_AND_SEND_LOCAL_SUB_ID - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- UPDATE_BASIC_APPINFO_WITH_ENABLE_AUTHORIZATION - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- UPDATE_BASIC_APPINFO_WITH_LOCAL_AND_OUTBOUND_CONFIGURATION - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- UPDATE_BASIC_APPINFO_WITH_OWNER_UPDATE - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- UPDATE_BASIC_APPINFO_WITH_OWNER_UPDATE - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- UPDATE_BASIC_APPINFO_WITH_PRO_PROPERTIES - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- UPDATE_BASIC_APPINFO_WITH_PRO_PROPERTIES - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- UPDATE_BASIC_APPINFO_WITH_ROLE_CLAIM - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- UPDATE_BASIC_APPINFO_WITH_ROLE_CLAIM - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- UPDATE_BASIC_APPINFO_WITH_SEND_AUTH_LIST_OF_IDPS - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- UPDATE_BASIC_APPINFO_WITH_SEND_LOCAL_SUB_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- UPDATE_BASIC_APPINFO_WITH_SUBJECT_CLAIM_URI - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- UPDATE_BASIC_APPINFO_WITH_USE_TENANT_DOMAIN_LOCAL_SUBJECT_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- UPDATE_BASIC_APPINFO_WITH_USE_USERSTORE_DOMAIN_LOCAL_SUBJECT_ID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- UPDATE_CERTIFICATE - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- UPDATE_CERTIFICATE - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- UPDATE_DEFAULT_SEQ - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- UPDATE_DEFAULT_SEQ - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- UPDATE_SP_PERMISSIONS - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- UPDATE_SP_PERMISSIONS - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- UPDATE_SP_TEMPLATE_BY_NAME - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationMgtDBQueries
-
Deprecated.
- UPDATE_SP_TEMPLATE_BY_NAME - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationMgtDBQueries
- updateApplication(ServiceProvider) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementAdminService
-
Update application
- 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.CacheBackedApplicationDAO
- updateApplication(ServiceProvider, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.FileBasedApplicationDAO
- 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
- updateApplicationByResourceId(String, String, ServiceProvider) - Method in interface org.wso2.carbon.identity.application.mgt.dao.ApplicationDAO
- updateApplicationByResourceId(String, String, ServiceProvider) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
- updateApplicationByResourceId(String, String, ServiceProvider) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.CacheBackedApplicationDAO
- updateApplicationByResourceId(String, ServiceProvider, String, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
- updateApplicationByResourceId(String, ServiceProvider, String, String) - Method in interface org.wso2.carbon.identity.application.mgt.ApplicationResourceManager
-
Update an application identified by the resourceId.
- updateApplicationTemplate(String, SpTemplate) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementAdminService
-
Update an application template.
- updateApplicationTemplate(String, SpTemplate, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementService
-
Update an application template.
- updateApplicationTemplate(String, SpTemplate, String) - Method in class org.wso2.carbon.identity.application.mgt.ApplicationManagementServiceImpl
- updateApplicationTemplate(String, SpTemplate, String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.ApplicationTemplateDAO
-
Update an application template.
- updateApplicationTemplate(String, SpTemplate, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationTemplateDAOImpl
- updateDefaultAuthenticationSeq(String, DefaultAuthenticationSequence) - Method in class org.wso2.carbon.identity.application.mgt.defaultsequence.DefaultAuthSeqMgtAdminService
-
Update default authentication sequence.
- updateDefaultAuthenticationSeq(String, DefaultAuthenticationSequence, String) - Method in interface org.wso2.carbon.identity.application.mgt.dao.DefaultAuthSeqMgtDAO
-
Update default authentication sequence.
- updateDefaultAuthenticationSeq(String, DefaultAuthenticationSequence, String) - Method in class org.wso2.carbon.identity.application.mgt.dao.impl.DefaultAuthSeqMgtDAOImpl
- updateDefaultAuthenticationSeq(String, DefaultAuthenticationSequence, String) - Method in interface org.wso2.carbon.identity.application.mgt.defaultsequence.DefaultAuthSeqMgtService
-
Update default authentication sequence.
- updateDefaultAuthenticationSeq(String, DefaultAuthenticationSequence, String) - Method in class org.wso2.carbon.identity.application.mgt.defaultsequence.DefaultAuthSeqMgtServiceImpl
- updatePermissions(String, ApplicationPermission[]) - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
-
Updates the permissions of the application
- updatePermissions(String, ApplicationPermission[]) - Method in interface org.wso2.carbon.identity.application.mgt.provider.ApplicationPermissionProvider
-
Update application permissions.
- updatePermissions(String, ApplicationPermission[]) - Method in class org.wso2.carbon.identity.application.mgt.provider.RegistryBasedApplicationPermissionProvider
- USE_DOMAIN_IN_ROLE_DISPLAY_NAME - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
- USE_DOMAIN_IN_ROLES - Static variable in class org.wso2.carbon.identity.application.mgt.dao.impl.ApplicationDAOImpl
- USER_STORE - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants.ApplicationTableColumns
- USERNAME - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants.ApplicationTableColumns
- UUID - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants.ApplicationTableColumns
V
- validateApplication(ServiceProvider, String, String) - Method in interface org.wso2.carbon.identity.application.mgt.validator.ApplicationValidator
-
Validate the Application configuration and return error messages to be returned to the client.
- validateApplication(ServiceProvider, String, String) - Method in class org.wso2.carbon.identity.application.mgt.validator.DefaultApplicationValidator
- validateRoles() - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
-
Check whether validate roles is enabled via ApplicationMgt.EnableRoleValidation configuration in the identity.xml.
- validateSPConfigurations(ServiceProvider, String, String) - Method in class org.wso2.carbon.identity.application.mgt.validator.ApplicationValidatorManager
-
Loop through the registered validators and validate the Application configuration.
- validateTenant(String) - Static method in class org.wso2.carbon.identity.application.mgt.ApplicationMgtUtil
-
Method to verify if the tenant is active before accessing.
W
- WELLKNOWN_APPLICATION_TYPE - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
Z
- ZERO_BASED_START_INDEX - Static variable in class org.wso2.carbon.identity.application.mgt.ApplicationConstants
All Classes All Packages