Class CmsProviderManaged
- java.lang.Object
-
- org.eclipse.dirigible.cms.managed.CmsProviderManaged
-
- All Implemented Interfaces:
ICmsProvider
public class CmsProviderManaged extends Object implements ICmsProvider
-
-
Field Summary
Fields Modifier and Type Field Description static StringDIRIGIBLE_CMS_MANAGED_CONFIGURATION_AUTH_METHOD_DESTThe Constant DIRIGIBLE_CMS_MANAGED_CONFIGURATION_AUTH_METHOD_DEST.static StringDIRIGIBLE_CMS_MANAGED_CONFIGURATION_AUTH_METHOD_KEYThe Constant DIRIGIBLE_CMS_MANAGED_CONFIGURATION_AUTH_METHOD_KEY.static StringNAMEThe Constant NAME.static StringTYPEThe Constant TYPE.-
Fields inherited from interface org.eclipse.dirigible.cms.api.ICmsProvider
DIRIGIBLE_CMS_DATABASE_DATASOURCE_NAME, DIRIGIBLE_CMS_DATABASE_DATASOURCE_TYPE, DIRIGIBLE_CMS_INTERNAL_ROOT_FOLDER, DIRIGIBLE_CMS_INTERNAL_ROOT_FOLDER_IS_ABSOLUTE, DIRIGIBLE_CMS_MANAGED_CONFIGURATION_AUTH_METHOD, DIRIGIBLE_CMS_MANAGED_CONFIGURATION_DESTINATION, DIRIGIBLE_CMS_MANAGED_CONFIGURATION_JNDI_NAME, DIRIGIBLE_CMS_MANAGED_CONFIGURATION_KEY, DIRIGIBLE_CMS_MANAGED_CONFIGURATION_NAME, DIRIGIBLE_CMS_PROVIDER, DIRIGIBLE_CMS_PROVIDER_DATABASE, DIRIGIBLE_CMS_PROVIDER_INTERNAL
-
-
Constructor Summary
Constructors Constructor Description CmsProviderManaged()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()ObjectgetSession()StringgetType()ObjectlookupCmisSession()Retrieve the CMIS Configuration from the target platform
-
-
-
Field Detail
-
DIRIGIBLE_CMS_MANAGED_CONFIGURATION_AUTH_METHOD_KEY
public static final String DIRIGIBLE_CMS_MANAGED_CONFIGURATION_AUTH_METHOD_KEY
The Constant DIRIGIBLE_CMS_MANAGED_CONFIGURATION_AUTH_METHOD_KEY.- See Also:
- Constant Field Values
-
DIRIGIBLE_CMS_MANAGED_CONFIGURATION_AUTH_METHOD_DEST
public static final String DIRIGIBLE_CMS_MANAGED_CONFIGURATION_AUTH_METHOD_DEST
The Constant DIRIGIBLE_CMS_MANAGED_CONFIGURATION_AUTH_METHOD_DEST.- See Also:
- Constant Field Values
-
NAME
public static final String NAME
The Constant NAME.- See Also:
- Constant Field Values
-
TYPE
public static final String TYPE
The Constant TYPE.- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceICmsProvider
-
getType
public String getType()
- Specified by:
getTypein interfaceICmsProvider
-
getSession
public Object getSession()
- Specified by:
getSessionin interfaceICmsProvider
-
lookupCmisSession
public Object lookupCmisSession() throws NamingException, NoSuchMethodException, SecurityException, IllegalAccessException, IllegalArgumentException, InvocationTargetException
Retrieve the CMIS Configuration from the target platform- Returns:
- the managed CMIS session
- Throws:
NamingExceptionInvocationTargetExceptionIllegalArgumentExceptionIllegalAccessExceptionSecurityExceptionNoSuchMethodException
-
-