|
SAP NetWeaver 7.30 Enterprise Portal (SP07) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IConnectionSpecMetaData
The interface IConnectionSpecMetaData describes the metadata of the connection properties that compose the connectionSpec.
| Field Summary | |
|---|---|
static String |
CONNECTION_PROPERTY_DEFAULT_GROUP
Default group for connection spec (most of non-SAP EISs use only the default group). |
static String |
CONNECTION_PROPERTY_GROUP
Group property. |
static String |
CONNECTION_PROPERTY_LANGUAGE
User Language. |
static String |
CONNECTION_PROPERTY_LOGON_METHOD_VALUE_NONE
Logon property value NONE for systems that don't require authentication in the connection spec |
static String |
CONNECTION_PROPERTY_PASSWORD
Password for the user establishing a connection (Standard JCA) |
static String |
CONNECTION_PROPERTY_SSOTICKET
Single Sign On ticket for SAP systems |
static String |
CONNECTION_PROPERTY_TIMEOUT
Connection Timeout in milliseconds |
static String |
CONNECTION_PROPERTY_USER
Deprecated. use CONNECTION_PROPERTY_USERNAME instead. |
static String |
CONNECTION_PROPERTY_USERNAME
Name of the user establishing a connection to an EIS instance (Standard JCA) |
static String |
CONNECTION_PROPERTY_VALIDATE_ALIVE
Flag indicating whether to validate physical connection on matchManagedConnections() |
| Field Detail |
|---|
static final String CONNECTION_PROPERTY_USER
CONNECTION_PROPERTY_USERNAME instead.static final String CONNECTION_PROPERTY_USERNAME
static final String CONNECTION_PROPERTY_PASSWORD
static final String CONNECTION_PROPERTY_LANGUAGE
java.util.Locale and NOT the back-end application
(EIS) language string. The connector's developer has to translate
these strings.
static final String CONNECTION_PROPERTY_SSOTICKET
static final String CONNECTION_PROPERTY_TIMEOUT
static final String CONNECTION_PROPERTY_GROUP
static final String CONNECTION_PROPERTY_DEFAULT_GROUP
static final String CONNECTION_PROPERTY_VALIDATE_ALIVE
matchManagedConnections()
static final String CONNECTION_PROPERTY_LOGON_METHOD_VALUE_NONE
ICapabilities.CONNECTION_METADATA_CREDENTIALS_NOT_MANDATORY,
Constant Field Values| Method Detail |
|---|
Set<String> retrieveAllConnectionPropertiesNames()
getAllConnectionPropertyGroups(),
getConnectionPropertyGroup(String) or getDefaultConnectionPropertyGroup())
and then use IConnectionPropertyGroup.retrieveAllConnectionPropertiesNames()
Set<Map.Entry<String,IConnectionProperty>> getAllConnectionProperties()
getAllConnectionPropertyGroups(),
getConnectionPropertyGroup(String) or getDefaultConnectionPropertyGroup())
and then use IConnectionPropertyGroup.getAllConnectionProperties()
IConnectionProperty getConnectionProperty(String propertyName)
getAllConnectionPropertyGroups(),
getConnectionPropertyGroup(String) or getDefaultConnectionPropertyGroup())
and then use IConnectionPropertyGroup.getConnectionProperty(String)
propertyName - the name of the property
IConnectionPropertySet retrieveAllConnectionPropertyGroupsNames()
Set getAllConnectionPropertyGroups()
IConnectionPropertyGroup getConnectionPropertyGroup(String propertyGroupName)
propertyGroupName - the name of the property
IConnectionPropertyGroupIConnectionPropertyGroup getDefaultConnectionPropertyGroup()
IConnectionPropertyGroup| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] FRAMEWORK-EXT
|
[sap.com]
|
default
|
EP-CON-CF
|
[sap.com] FRAMEWORK-EXT
|
[sap.com]
|
-
|
EP-CON-CF
|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/connectivityfw/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 Enterprise Portal (SP07) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||