A B C D E F G H I J K L M N O P Q R S T U V W X 

A

AbapClassException - Exception in com.sap.conn.jco
This class represents an ABAP class exception.
AbapClassException(String, String, JCoAbapObject, JCoRemoteContext) - Constructor for exception com.sap.conn.jco.AbapClassException
Creates an instance of an AbapClassException.
AbapClassException(String, JCoAbapObject) - Constructor for exception com.sap.conn.jco.AbapClassException
Creates an instance of an AbapClassException.
AbapClassException(Exception) - Constructor for exception com.sap.conn.jco.AbapClassException
Creates an instance of an AbapClassException that represents the Java exception within an CX_REMOTE_APPL_ERROR.
AbapClassException.Mode - Enum in com.sap.conn.jco
The Mode enumeration describes how class exceptions should be handled by a server system.
AbapException - Exception in com.sap.conn.jco
A convenience class on top of JCoException that reports exceptions, which occurred in an SAP system, while processing a function module.
AbapException(String) - Constructor for exception com.sap.conn.jco.AbapException
Creates an exception with the specified key.
AbapException(String, String) - Constructor for exception com.sap.conn.jco.AbapException
Creates an exception with the specified key and the given message text.
AbapException(String, String, char, String, String[]) - Constructor for exception com.sap.conn.jco.AbapException
Creates an instance of the exception object with the specified key and more information for ABAP messages (so-called T100 messages).
About - Class in com.sap.conn.jco
The About class allows getting information about JCo.
AbstractCmisProxyServlet - Class in com.sap.ecm.api
Abstract CMIS Proxy Servlet.
AbstractCmisProxyServlet() - Constructor for class com.sap.ecm.api.AbstractCmisProxyServlet
 
ACCESS_FORBIDDEN - Static variable in class com.sap.cloud.security.oauth2.OAuthAuthorization
Error code passed as a httpRequest parameter attribute with a name reason, in case of faild authorization.
Account - Interface in com.sap.cloud.account
Account interface provides information about particular account.
add(String, String, int, int, int, String, Object, JCoExtendedFieldMetaData, JCoClassMetaData.JCoAttributeKind, boolean, String) - Method in interface com.sap.conn.jco.JCoClassMetaData
Adds an attribute to the class definition.
add(String, int, int, int, int) - Method in interface com.sap.conn.jco.JCoListMetaData
Adds a new scalar field descriptor to the metadata object.
add(String, int, JCoRecordMetaData, int) - Method in interface com.sap.conn.jco.JCoListMetaData
Adds a new complex field descriptor to the metadata object.
add(String, int, int, int, int, String, String, int, Object, JCoExtendedFieldMetaData) - Method in interface com.sap.conn.jco.JCoListMetaData
Adds a new field descriptor to the metadata object.
add(String, int, int, int, int, String, String, int, Object, String, JCoExtendedFieldMetaData) - Method in interface com.sap.conn.jco.JCoListMetaData
Adds a new field descriptor to the metadata object.
add(String, int, int, int, int, int) - Method in interface com.sap.conn.jco.JCoRecordMetaData
Adds a new scalar field descriptor to the metadata object.
add(String, int, int, int, JCoRecordMetaData) - Method in interface com.sap.conn.jco.JCoRecordMetaData
Adds a new complex field descriptor to the metadata object, i.e.
add(String, int, int, int, int, int, int, String, Object, JCoExtendedFieldMetaData) - Method in interface com.sap.conn.jco.JCoRecordMetaData
Adds a new field descriptor to the metadata object.
addClassMetaDataToCache(JCoClassMetaData) - Method in interface com.sap.conn.jco.JCoCustomRepository
Adds a class definition to the local cache.
addFunction(JCoFunction) - Method in interface com.sap.conn.jco.JCoFunctionUnit
Adds a function to the unit.
addFunctions(List<JCoFunction>) - Method in interface com.sap.conn.jco.JCoFunctionUnit
Adds the functions to the unit.
addFunctionTemplateToCache(JCoFunctionTemplate) - Method in interface com.sap.conn.jco.JCoCustomRepository
Adds a function interface to the local cache.
addImplementedInterface(String) - Method in interface com.sap.conn.jco.JCoClassMetaData
Adds an interface implemented by the class type.
addParentClass(String) - Method in interface com.sap.conn.jco.JCoClassMetaData
Adds the parent class.
addQueueName(String) - Method in interface com.sap.conn.jco.JCoFunctionUnit
Adds a queue name.
addQueueName(String) - Method in interface com.sap.conn.jco.JCoRequestUnit
Adds a queue name.
addQueueNames(Set<String>) - Method in interface com.sap.conn.jco.JCoFunctionUnit
Adds the given queue names.
addQueueNames(Set<String>) - Method in interface com.sap.conn.jco.JCoRequestUnit
Adds the given queue names.
addRecordMetaDataToCache(JCoRecordMetaData) - Method in interface com.sap.conn.jco.JCoCustomRepository
Adds a structure definition to the local cache.
addRequest(JCoRequest) - Method in interface com.sap.conn.jco.JCoRequestUnit
Adds a request to the unit.
addRequests(List<JCoRequest>) - Method in interface com.sap.conn.jco.JCoRequestUnit
Adds the request to the unit.
addTraceListener(JCoTraceListener) - Static method in class com.sap.conn.jco.JCo
Adds a trace listener, that receives all trace events of JCo.
APP_TO_APP_SSO - Static variable in interface com.sap.core.connectivity.api.validation.consts.HttpConstants
Authentication type - App to App SSO.
appendRow() - Method in interface com.sap.conn.jco.JCoTable
Appends a new row at the end of the table.
appendRows(int) - Method in interface com.sap.conn.jco.JCoTable
Appends the specified number of empty rows at the end of the table.
ASSERTION_ISSUER - Static variable in interface com.sap.core.connectivity.api.validation.consts.HttpConstants
OAuth2SAMLBearerAssertion property - assertionIssuer.
AUDIENCE - Static variable in interface com.sap.core.connectivity.api.validation.consts.HttpConstants
Audience property for OAuth2SAMLBearerAssertion.
authenticate(HttpServletRequest, HttpServletResponse) - Method in class com.sap.ecm.api.AbstractCmisProxyServlet
Checks the user or the credentials that are included in the request.
AUTHENTICATION - Static variable in interface com.sap.core.connectivity.api.validation.consts.HttpConstants
Authentication property.
AuthenticationHeader - Interface in com.sap.core.connectivity.api.authentication
AuthenticationHeader provides header name and value which can be used for authentication with other remote systems.
AuthenticationHeaderProvider - Interface in com.sap.core.connectivity.api.authentication
The AuthenticationHeaderProvider provided methods for generation of authentication headers for access to on-premise systems and applications deployed on the same SCP landscape.
Web applications can access AuthenticationHeaderProvider via JNDI lookup or resource injection.
AuthenticationService - Interface in com.sap.core.jpaas.security.auth.api
An interface used by LoginContextFactory to access login context provider implementations.

B

BASIC_AUTHENTICATION - Static variable in interface com.sap.core.connectivity.api.validation.consts.HttpConstants
Authentication type - Basic.
begin(JCoDestination) - Static method in class com.sap.conn.jco.JCoContext
Begins a stateful call sequence for calls to the specified destination.

C

callStackToString() - Method in interface com.sap.conn.jco.JCoRemoteContext
Returns a string representation of the call stack.
CERTIFICATE - Static variable in interface com.sap.core.connectivity.api.validation.consts.HttpConstants
Certificate property for SAPAssertionSSO.
changePassword(String, String) - Method in interface com.sap.conn.jco.JCoDestination
Allows changing the password in the back-end for the user associated with the destination.
CHANGING_PARAMETER - Static variable in interface com.sap.conn.jco.JCoListMetaData
Flag indicating an export parameter.
checkPassword(char[]) - Method in interface com.sap.security.um.user.User
Deprecated.
As of version 1.8, replaced by UserProvider.checkUserPassword(String, char[])
checkUserPassword(String, char[]) - Method in interface com.sap.security.um.user.UserProvider
Checks the provided password against the user's stored password.
clear() - Method in interface com.sap.conn.jco.JCoRecord
Clears the record and resets everything to its initial state.
clear() - Method in interface com.sap.conn.jco.JCoRepository
Clear allows to empty both the function template cache as well as the record metadata cache completely.
clear() - Method in interface com.sap.conn.jco.JCoTable
Clears the table by deleting all rows.
clearCache() - Method in interface com.sap.core.connectivity.api.configuration.ConnectivityConfiguration
Removes all destination configurations from the destination cache if such exist.
CLIENT_CERTIFICATE_AUTHENTICATION - Static variable in interface com.sap.core.connectivity.api.validation.consts.HttpConstants
Authentication type - Client Certificate Authentication.
CLIENT_ID - Static variable in interface com.sap.core.connectivity.api.validation.consts.HttpConstants
System user property for OAuth2ClientCredentials.
CLIENT_KEY - Static variable in interface com.sap.core.connectivity.api.validation.consts.HttpConstants
Client key property for OAuth2SAMLBearerAssertion.
CLIENT_SECRET - Static variable in interface com.sap.core.connectivity.api.validation.consts.HttpConstants
System user property for OAuth2ClientCredentials.
clone() - Method in interface com.sap.conn.jco.JCoFunction
Clones this JCoFunction instance.
clone() - Method in interface com.sap.conn.jco.JCoRecord
Clones the record instance.
clone() - Method in interface com.sap.conn.jco.JCoThroughput
Returns a clone of this object.
CLOUD_CONNECTOR_LOCATIONID - Static variable in interface com.sap.core.connectivity.api.validation.consts.LdapConstants
Cloud connector location ID property.
CLOUD_CONNECTOR_VERSION - Static variable in interface com.sap.core.connectivity.api.validation.consts.HttpConstants
Cloud Connector version property.
CLOUD_CONNECTOR_VERSION - Static variable in interface com.sap.core.connectivity.api.validation.consts.RfcConstants
Cloud Connector version property.
com.sap.cloud.account - package com.sap.cloud.account
 
com.sap.cloud.crypto.keystore.api - package com.sap.cloud.crypto.keystore.api
 
com.sap.cloud.security.oauth2 - package com.sap.cloud.security.oauth2
 
com.sap.cloud.security.password - package com.sap.cloud.security.password
 
com.sap.conn.jco - package com.sap.conn.jco
Contains the major part of the interfaces and factories that an application for JCo is typically dealing with.
com.sap.conn.jco.monitor - package com.sap.conn.jco.monitor
Contains all JCo interfaces related to monitoring.
com.sap.core.connectivity.api.authentication - package com.sap.core.connectivity.api.authentication
 
com.sap.core.connectivity.api.configuration - package com.sap.core.connectivity.api.configuration
 
com.sap.core.connectivity.api.ldap - package com.sap.core.connectivity.api.ldap
 
com.sap.core.connectivity.api.sappassport - package com.sap.core.connectivity.api.sappassport
 
com.sap.core.connectivity.api.validation - package com.sap.core.connectivity.api.validation
 
com.sap.core.connectivity.api.validation.consts - package com.sap.core.connectivity.api.validation.consts
 
com.sap.core.jpaas.security.auth.api - package com.sap.core.jpaas.security.auth.api
 
com.sap.ecm.api - package com.sap.ecm.api
 
com.sap.security.auth.login - package com.sap.security.auth.login
 
com.sap.security.um - package com.sap.security.um
 
com.sap.security.um.service - package com.sap.security.um.service
 
com.sap.security.um.user - package com.sap.security.um.user
 
commit(JCoDestination) - Method in interface com.sap.conn.jco.JCoFunctionUnit
Commits the unit.
commit(JCoDestination) - Method in interface com.sap.conn.jco.JCoRequestUnit
Commits the unit.
CommonConstants - Interface in com.sap.core.connectivity.api.validation.consts
Provides commonly used constants during Destination validation.
COMPANY_ID - Static variable in interface com.sap.core.connectivity.api.validation.consts.HttpConstants
OAuth2SAMLBearerAssertion property - companyId.
confirmFunctionUnit(JCoUnitIdentifier) - Method in interface com.sap.conn.jco.JCoDestination
Confirms that a bgRFC unit has been executed successfully.
confirmTID(String) - Method in interface com.sap.conn.jco.JCoDestination
Confirms that a transaction (tRFC/qRFC) has been executed successfully.
connect(String, String) - Static method in class com.sap.ecm.api.EcmFactory
Connects to a key-secured repository specified by uniqueName.
connect(String, String, String) - Static method in class com.sap.ecm.api.EcmFactory
Connects to a key-secured repository specified by uniqueName.
connect(String, String, String, Map<String, String>) - Static method in class com.sap.ecm.api.EcmFactory
Connects to a key-secured repository specified by uniqueName.
connect(String, String, String, Map<String, String>, List<String>) - Static method in class com.sap.ecm.api.EcmFactory
Connects to a key-secured repository specified by uniqueName.
connect(String, String) - Method in interface com.sap.ecm.api.EcmService
 
connect(String, String, String) - Method in interface com.sap.ecm.api.EcmService
 
connect(String, String, String, Map<String, String>) - Method in interface com.sap.ecm.api.EcmService
 
connect(String, String, String, Map<String, String>, List<String>) - Method in interface com.sap.ecm.api.EcmService
 
connectForTenant(String, String, String, String) - Static method in class com.sap.ecm.api.EcmFactory
Connects to a key-secured repository specified by uniqueName for the specified tenant and user.
connectForTenant(String, String, String, String, Map<String, String>) - Static method in class com.sap.ecm.api.EcmFactory
Connects to a key-secured repository specified by uniqueName for the specified tenant and user.
connectForTenant(String, String, String, String, Map<String, String>, List<String>) - Static method in class com.sap.ecm.api.EcmFactory
Connects to a key-secured repository specified by uniqueName for the specified tenant and user.
connectForTenant(String, String, String, String) - Method in interface com.sap.ecm.api.EcmService
 
connectForTenant(String, String, String, String, Map<String, String>) - Method in interface com.sap.ecm.api.EcmService
 
connectForTenant(String, String, String, String, Map<String, String>, List<String>) - Method in interface com.sap.ecm.api.EcmService
 
connectForUser(String, String, String) - Static method in class com.sap.ecm.api.EcmFactory
Connects to a key-secured repository specified by uniqueName for the specified user.
connectForUser(String, String, String, String) - Static method in class com.sap.ecm.api.EcmFactory
Connects to a key-secured repository specified by uniqueName for the specified user.
connectForUser(String, String, String, String, Map<String, String>) - Static method in class com.sap.ecm.api.EcmFactory
Connects to a key-secured repository specified by uniqueName for the specified user.
connectForUser(String, String, String, String, Map<String, String>, List<String>) - Static method in class com.sap.ecm.api.EcmFactory
Connects to a key-secured repository specified by uniqueName for the specified user.
connectForUser(String, String, String) - Method in interface com.sap.ecm.api.EcmService
 
connectForUser(String, String, String, String) - Method in interface com.sap.ecm.api.EcmService
 
connectForUser(String, String, String, String, Map<String, String>) - Method in interface com.sap.ecm.api.EcmService
 
connectForUser(String, String, String, String, Map<String, String>, List<String>) - Method in interface com.sap.ecm.api.EcmService
 
ConnectionInfo - Interface in com.sap.core.connectivity.api.sappassport
ConnectionInfo contains the connection id and connection counter related to the established connection.
ConnectivityConfiguration - Interface in com.sap.core.connectivity.api.configuration
ConnectivityConfiguration provides read only access to destination properties.
ConnectivitySocketFactory - Interface in com.sap.core.connectivity.api.ldap
Socket factory capable of creating Sockets to on premise systems.
ConversionException - Exception in com.sap.conn.jco
A ConversionException will be thrown, if a field in a JCoRecord cannot store a value passed to this record by a setValue call.
ConversionException(String) - Constructor for exception com.sap.conn.jco.ConversionException
Creates a ConversationException with the specified message.
ConversionException(String, Throwable) - Constructor for exception com.sap.conn.jco.ConversionException
Creates a ConversationException with the specified message and the causing throwable.
copyFrom(JCoRecord) - Method in interface com.sap.conn.jco.JCoRecord
Copies the matching fields from the source record into this record.
createAbapObject(JCoClassMetaData, Map<String, Object>) - Static method in class com.sap.conn.jco.JCo
This is a constructor for an instance of an ABAP class.
createBackgroundUnitAttributes() - Static method in class com.sap.conn.jco.JCo
Creates an empty instance of function/request unit attributes.
createCallStack() - Method in exception com.sap.conn.jco.AbapClassException
Creates a String representation of the call stack of the AbapClassException, which is understood by an ABAP system.
createClassMetaData(String, String[], String[], int) - Static method in class com.sap.conn.jco.JCo
Returns a newly created and empty instance of JCoClassMetaData with the passed initial capacity for new field information.
createClassMetaData(String) - Static method in class com.sap.conn.jco.JCo
Returns a newly created and empty instance of JCoClassMetaData with the passed initial capacity for new field information.
createClassMetaData(JCoClassMetaData) - Static method in class com.sap.conn.jco.JCo
Returns a newly created instance of JCoClassMetaData, which is initially a copy of the passed JCoClassMetaData.
createConnectivitySocket(String, int) - Method in interface com.sap.core.connectivity.api.ldap.ConnectivitySocketFactory
Creates a socket and connects it to on premise server specified with the given virtual host and port.
createCustomDestination() - Method in interface com.sap.conn.jco.JCoDestination
Creates a new instance of custom destination with default values set from the current destination.
createCustomRepository(String) - Static method in class com.sap.conn.jco.JCo
Returns a custom repository, which allows to add custom defined function templates and record metadata definitions.
createExceptionInfo() - Method in exception com.sap.conn.jco.AbapClassException
Creates a string representation of additional information related to the AbapClassException.
createFunctionTemplate(String, JCoListMetaData, JCoListMetaData, JCoListMetaData, JCoListMetaData, AbapException[]) - Static method in class com.sap.conn.jco.JCo
This factory method allows to create a JCoFunctionTemplate that can be used in later function module executions.
createFunctionTemplate(String, JCoListMetaData, JCoListMetaData, JCoListMetaData, JCoListMetaData, AbapException[], boolean) - Static method in class com.sap.conn.jco.JCo
This factory method allows to create a JCoFunctionTemplate that can be used in later function module executions.
createFunctionUnit(String, JCoBackgroundUnitAttributes) - Static method in class com.sap.conn.jco.JCo
Creates a new (empty) unit of functions, which is used for bgRFC communication in the function model.
createFunctionUnit(JCoBackgroundUnitAttributes) - Static method in class com.sap.conn.jco.JCo
Creates a new (empty) unit of functions, which is used for bgRFC communication in the function model.
createListMetaData(String) - Static method in class com.sap.conn.jco.JCo
Returns a newly created and empty instance of JCoListMetaData.
createListMetaData(String, int) - Static method in class com.sap.conn.jco.JCo
Returns a newly created and empty instance of JCoListMetaData with the passed initial capacity for new field information.
createListMetaData(JCoListMetaData) - Static method in class com.sap.conn.jco.JCo
Returns a newly created instance of JCoListMetaData, which is initially a copy of the passed JCoListMetaData.
createLoginContext() - Method in interface com.sap.core.jpaas.security.auth.api.AuthenticationService
Construct a prepared login context for the configuration of the current application.
createLoginContext(String) - Method in interface com.sap.core.jpaas.security.auth.api.AuthenticationService
Construct a login context for an already configured authentication stack with the given name.
createLoginContext(String, CallbackHandler) - Method in interface com.sap.core.jpaas.security.auth.api.AuthenticationService
Construct a login context for an already configured authentication stack with the given name and call-back handler.
createLoginContext(String, Subject) - Method in interface com.sap.core.jpaas.security.auth.api.AuthenticationService
Construct a login context for an already configured authentication stack with the given name and a Subject object.
createLoginContext(String, Subject, CallbackHandler) - Method in interface com.sap.core.jpaas.security.auth.api.AuthenticationService
Construct a login context using the given authentication configuration and call-back handler.
createLoginContext(String, Subject, CallbackHandler, Configuration) - Method in interface com.sap.core.jpaas.security.auth.api.AuthenticationService
Construct a login context using the given authentication configuration and call-back handler.
createLoginContext() - Static method in class com.sap.security.auth.login.LoginContextFactory
Construct a prepared login context for the configuration of the current application.
createLoginContext(String) - Static method in class com.sap.security.auth.login.LoginContextFactory
Construct a login context for an already configured authentication stack with the given name.
createLoginContext(String, CallbackHandler) - Static method in class com.sap.security.auth.login.LoginContextFactory
Construct a login context for an already configured authentication stack with the given name and call-back handler.
createLoginContext(String, Subject) - Static method in class com.sap.security.auth.login.LoginContextFactory
Construct a login context for an already configured authentication stack with the given name and a Subject object.
createLoginContext(String, Subject, CallbackHandler) - Static method in class com.sap.security.auth.login.LoginContextFactory
Construct a login context using the given authentication configuration and call-back handler.
createLoginContext(String, Subject, CallbackHandler, Configuration) - Static method in class com.sap.security.auth.login.LoginContextFactory
Construct a login context using the given authentication configuration and call-back handler.
createRecordMetaData(String) - Static method in class com.sap.conn.jco.JCo
Returns a newly created and empty instance of JCoRecordMetaData.
createRecordMetaData(String, int) - Static method in class com.sap.conn.jco.JCo
Returns a newly created and empty instance of JCoRecordMetaData with the passed initial capacity for new field information.
createRecordMetaData(JCoRecordMetaData) - Static method in class com.sap.conn.jco.JCo
Returns a newly created instance of JCoRecordMetaData, which is initially a copy of the passed JCoRecordMetaData.
createRepository(RepositoryOptions) - Static method in class com.sap.ecm.api.EcmFactory
Creates a new repository in the Document Service with the given options.
createRepository(RepositoryOptions, String) - Static method in class com.sap.ecm.api.EcmFactory
Creates a new repository in the Document Service with the given options.
createRepository(RepositoryOptions) - Method in interface com.sap.ecm.api.EcmService
 
createRepository(RepositoryOptions, String) - Method in interface com.sap.ecm.api.EcmService
 
createRequestUnit(String, JCoBackgroundUnitAttributes) - Static method in class com.sap.conn.jco.JCo
Creates a new (empty) unit of requests, which is used for bgRFC communication in the request/response model.
createRequestUnit(JCoBackgroundUnitAttributes) - Static method in class com.sap.conn.jco.JCo
Creates a new (empty) unit of requests, which is used for bgRFC communication in the request/response model.
createSocket(String, int) - Method in class com.sap.core.connectivity.api.ldap.LdapOnPremiseSocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class com.sap.core.connectivity.api.ldap.LdapOnPremiseSocketFactory
 
createSocket(InetAddress, int) - Method in class com.sap.core.connectivity.api.ldap.LdapOnPremiseSocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class com.sap.core.connectivity.api.ldap.LdapOnPremiseSocketFactory
 
createStructure(JCoRecordMetaData) - Static method in class com.sap.conn.jco.JCo
Returns a newly created instance of JCoStructure with the passed metadata information.
createStructure(JCoTable, int) - Static method in class com.sap.conn.jco.JCo
Returns a newly created instance of JCoStructure with the metadata used for the given table instance.
createTable(JCoRecordMetaData) - Static method in class com.sap.conn.jco.JCo
Returns a newly created instance of JCoTable with the passed metadata information.
createThroughput() - Static method in class com.sap.conn.jco.JCo
Returns a newly created instance of JCoThroughput.
createTID() - Method in interface com.sap.conn.jco.JCoDestination
Creates a new transaction ID that can be used for tRFC/qRFC requests.
createUnitIdentifier(String, JCoUnitIdentifier.Type) - Static method in class com.sap.conn.jco.JCo
Creates a new unit identifier.

D

deleteAllRows() - Method in interface com.sap.conn.jco.JCoTable
Deletes all rows of this table.
deletePassword(String) - Method in interface com.sap.cloud.security.password.PasswordStorage
Deletes the password assigned to the given alias.
deleteRepository(String, String) - Static method in class com.sap.ecm.api.EcmFactory
Deletes a repository for the current consuming account.
deleteRepository(String, String, String) - Static method in class com.sap.ecm.api.EcmFactory
Deletes a repository for the current consuming account.
deleteRepository(String, String) - Method in interface com.sap.ecm.api.EcmService
 
deleteRepository(String, String, String) - Method in interface com.sap.ecm.api.EcmService
 
deleteRow() - Method in interface com.sap.conn.jco.JCoTable
Deletes the current row.
deleteRow(int) - Method in interface com.sap.conn.jco.JCoTable
Deletes the row at the specified position.
DESTINATION_ASSERTION_ISSUER - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
Issuer of the SAML assertion.
DESTINATION_AUDIENCE - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
Intended audience of the assertion, which will be verified by the OAuth authorization server.
DESTINATION_AUTHENTICATION_TYPE - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
The destination authentication type.
DESTINATION_AUTHN_CONTEXT_CLASS_REF - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
Value of the AuthnContextClassRef tag, which is part of generated OAuth2SAMLBearerAssertion authentication.
DESTINATION_CERTIFICATE - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
An encoded certificate that is trusted by the SAP system.
DESTINATION_CLIENT_ID - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
The client_id is a public identifier for apps.
DESTINATION_CLIENT_KEY - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
Key that identifies the consumer to the authorization server.
DESTINATION_CLIENT_SECRET - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
The client_secret is a secret known only to the application and the authorization server.
DESTINATION_CLOUDCONNECTOR_LOCATION_ID - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
The location ID identifying the cloud connector over which the connection shall be opened.
DESTINATION_COMPANY_ID - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
Company identifier.
DESTINATION_HOSTNAME_VERIFIER - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
Optional property.
DESTINATION_ISSUER_CLIENT - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
Client ID to be trusted by the back-end system.
DESTINATION_ISSUER_SID - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
System ID to be trusted by the back-end system.
DESTINATION_JCO_CLIENT_ASHOST - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
Represents the application server host to be used.
DESTINATION_JCO_CLIENT_CLIENT - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
Represents the client to be used in the ABAP system.
DESTINATION_JCO_CLIENT_MSHOST - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
Represents the message server host to be used.
DESTINATION_JCO_CLIENT_MSSERV - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
Represents the port on which the message server is listening for incoming requests.
DESTINATION_JCO_CLIENT_PASSWD - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
Represents the password of DESTINATION_JCO_CLIENT_USER that shall be used.
DESTINATION_JCO_CLIENT_R3NAME - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
Represents the three-character system ID of the ABAP system to be addressed.
DESTINATION_JCO_CLIENT_USER - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
Represents the user to be used for logging on to the ABAP system.
DESTINATION_JCO_CLIENTSYSNR - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
Represents the so-called "system number" and has two digits.
DESTINATION_JCO_DESTINATION_REPOSITORY_DESTINATION - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
Optional property.
DESTINATION_JCO_DESTINATION_REPOSITORY_PASSWD - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
Optional property.
DESTINATION_JCO_DESTINATION_REPOSITORY_USER - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
Optional property.
DESTINATION_KEY_STORE_PASSWORD - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
The password for the keystore.
DESTINATION_NAME - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
The name of the destination.
DESTINATION_NAME_ID_FORMAT - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
Value of the NameIdFormat tag, which is part of generated OAuth2SAMLBearerAssertion authentication.
DESTINATION_NAME_QUALIFIER - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
Security domain of the user for which access token will be requested.
DESTINATION_PASSWORD - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
The password.
DESTINATION_PREEMPTIVE - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
If this property is not set or is set to TRUE (default value), the authentication token is sent preemptively.
DESTINATION_PROXY_TYPE - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
The destination proxy type.
DESTINATION_RECIPIENT_CLIENT - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
Client ID of the back-end system.
DESTINATION_RECIPIENT_SID - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
System ID of the back-end system.
DESTINATION_SAML2_AUDIENCE - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
Key of the destination property that defines the saml2 audience of the issued saml2 response.
DESTINATION_SCOPE - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
The value of the OAuth 2.0 scope parameter expressed as a list of space-delimited, case-sensitive strings.
DESTINATION_SESSION_COOKIE_NAMES - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
Optional property.
DESTINATION_SIGNING_KEY - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
An encoded private key that is trusted by the SAP system.
DESTINATION_SKIP_SSO_TOKEN_GENERATION_WHEN_NO_USER - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
Token generation is skipped, if this parameter is set and there is no user logged in, thus allowing anonymous access to public resources.
DESTINATION_SYSTEM_USER - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
Optional property.
DESTINATION_TOKEN_SERVICE_PASSWORD - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
Password for DESTINATION_TOKEN_SERVICE_USER property value.
DESTINATION_TOKEN_SERVICE_URL - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
URL of the OAuth server.
DESTINATION_TOKEN_SERVICE_USER - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
User for basic authentication to OAuth server.
DESTINATION_TYPE - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
The type of the destination.
DESTINATION_URL - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
The base destination URL.
DESTINATION_USER - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
User name.
DESTINATION_USER_ID_SOURCE - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
When this property is set, the generated saml2 assertion uses the currently logged-in user as a value for the NameId tag.
DestinationConfiguration - Interface in com.sap.core.connectivity.api.configuration
DestinationConfiguration interface provides read only access to destination properties.
DestinationValidation - Interface in com.sap.core.connectivity.api.validation
Provides functionality to validate a destination configuration.
destroy() - Method in class com.sap.cloud.security.oauth2.OAuthAuthorizationFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.sap.cloud.security.oauth2.OAuthAuthorizationFilter
 

E

EcmFactory - Class in com.sap.ecm.api
This class is a utility class to simplify connecting to the SAP Cloud Platform document service.
EcmFactory() - Constructor for class com.sap.ecm.api.EcmFactory
 
EcmService - Interface in com.sap.ecm.api
See the javadoc in EcmFactory.
EMAIL_ADDRESS - Static variable in interface com.sap.security.um.user.UserAttribute
Alias for the email address of the user.
end(JCoDestination) - Static method in class com.sap.conn.jco.JCoContext
Ends a stateful call sequence for calls to the specified destination.
ensureBufferCapacity(int) - Method in interface com.sap.conn.jco.JCoTable
Checks the size of the internal buffer and allocates new memory, if necessary, and initializes the rows.
ERROR_WARNING - Static variable in interface com.sap.conn.jco.JCoTraceListener
Includes errors and warnings.
ERRORS - Static variable in interface com.sap.conn.jco.JCoTraceListener
Error information is written to trace.
execute(String, Callable<V>) - Method in interface com.sap.cloud.account.TenantContext
This method will execute callable.call() method on behalf of the specified tenant and will return the result of the called method.
execute(JCoDestination) - Method in interface com.sap.conn.jco.JCoFunction
Executes the function on the given target destination synchronously.
execute(JCoDestination, String) - Method in interface com.sap.conn.jco.JCoFunction
Executes the function on the given target destination in transactional mode using the tRfc protocol.
execute(JCoDestination, String, String) - Method in interface com.sap.conn.jco.JCoFunction
Executes the function on the given target destination in queued transactional mode using the qRfc protocol.
execute(JCoDestination) - Method in interface com.sap.conn.jco.JCoRequest
Executes the request on the given target destination synchronously using the RFC protocol.
EXPORT_PARAMETER - Static variable in interface com.sap.conn.jco.JCoListMetaData
Flag indicating an export parameter.

F

FIRST_NAME - Static variable in interface com.sap.security.um.user.UserAttribute
Alias for the first name of the user.
firstRow() - Method in interface com.sap.conn.jco.JCoTable
Moves the row pointer to the first row.
forceDeleteRepository(String, String) - Static method in class com.sap.ecm.api.EcmFactory
Deletes the tenant repository of the current tenant (consuming account) including all data contained within.
forceDeleteRepository(String, String) - Method in interface com.sap.ecm.api.EcmService
Deletes the tenant repository of the current tenant (consuming account) including all data contained within.
forceDeleteRepositoryForAllTenants(String, String) - Static method in class com.sap.ecm.api.EcmFactory
Deletes a repository and all contained tenant repositories including all data inside.
forceDeleteRepositoryForAllTenants(String, String) - Method in interface com.sap.ecm.api.EcmService
Deletes a repository and all contained tenant repositories including all data inside.
forceDeleteRepositoryForTenant(String, String, String) - Static method in class com.sap.ecm.api.EcmFactory
Deletes the tenant repository of the given tenant ID including all data contained within.
forceDeleteRepositoryForTenant(String, String, String) - Method in interface com.sap.ecm.api.EcmService
Deletes the tenant repository of the given tenant ID including all data contained within.
fromJSON(Reader) - Method in interface com.sap.conn.jco.JCoRecord
Deserializes all values from a given JSON representation into the fields of the JCoRecord from a Reader.
fromJSON(String) - Method in interface com.sap.conn.jco.JCoRecord
Deserializes all values from a given JSON representation into the fields of the JCoRecord.
FULL_DEBUG - Static variable in interface com.sap.conn.jco.JCoTraceListener
Full trace.
FULL_PATH - Static variable in interface com.sap.conn.jco.JCoTraceListener
Compared to SHORT_DEBUG, now all method invocations are traced (those that are traced at all).

G

getAbapClient() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the client used in the ABAP system.
getAbapHost() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the host where the current or last call was executed or from where the current or last request was received.
getAbapLanguage() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the language used in the ABAP system.
getAbapObject(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the specified field as a JCoAbapObject.
getAbapObject(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the specified field as a JCoAbapObject.
getAbapSystemNumber() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the system number of the ABAP server where the current or last call was executed or from where the current or last request was received.
getAbapUser() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the user name used in the ABAP system.
getAccount() - Method in interface com.sap.cloud.account.Tenant
 
getAccountName() - Method in interface com.sap.cloud.account.TenantContext
Deprecated.
replaced by Account.getId()
getAliasUser() - Method in interface com.sap.conn.jco.JCoDestination
Returns the alias of the logon user as specified in the destination properties.
getAllProperties() - Method in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
Returns all destination properties in read only Map.
getApplicationName() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the application name.
getApplicationServerHost() - Method in interface com.sap.conn.jco.JCoDestination
Returns the host name of the ABAP instance as specified in the destination properties.
getAppToAppSSOHeader(String) - Method in interface com.sap.core.connectivity.api.authentication.AuthenticationHeaderProvider
Generates authentication header for SSO with other applications on the same landscape.
getApptoAppSSOHeader(String, DestinationConfiguration) - Method in interface com.sap.core.connectivity.api.authentication.AuthenticationHeaderProvider
Generates authentication header for SSO with other applications or systems.
getAttribute(String) - Method in interface com.sap.security.um.user.User
Returns the value of the provided attribute.
getAttributeKind(String) - Method in interface com.sap.conn.jco.JCoClassMetaData
Returns what kind of attribute the given attribute is.
getAttributeKind(int) - Method in interface com.sap.conn.jco.JCoClassMetaData
Returns what kind of attribute the given attribute is.
getAttributes() - Method in interface com.sap.cloud.account.Account
 
getAttributes(String) - Method in interface com.sap.cloud.account.Account
Use Account.getAttributes() to get all account attributes and this method to get information only about attributes with attributeName.
getAttributes() - Method in interface com.sap.conn.jco.JCoDestination
Returns the attributes of the destination.
getAttributeValues(String) - Method in interface com.sap.security.um.user.User
Returns an array of values for an attribute.
getBigDecimal() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a BigDecimal object.
getBigDecimal(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a BigDecimal object.
getBigDecimal(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a BigDecimal object.
getBigInteger() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a BigInteger object.
getBigInteger(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a BigInteger object.
getBigInteger(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a BigInteger object.
getBinaryStream() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a stream of uninterpreted bytes in form of a java.io.InputStream object.
getBinaryStream(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a stream of uninterpreted bytes, in form of a java.io.InputStream object.
getBinaryStream(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a stream of uninterpreted bytes in from of a java.io.InputStream object.
getByte() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a as a byte.
getByte(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a byte.
getByte(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a byte.
getByteArray() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a byte array.
getByteArray(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a byte array.
getByteArray(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a byte array.
getByteLength() - Method in interface com.sap.conn.jco.JCoField
Returns the length of this field in non-Unicode layout.
getByteLength(int) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the byte length of the data field for non-Unicode layout at the specified index.
getByteLength(String) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the byte length of the field for non-Unicode layout with the specified name.
getByteOffset() - Method in interface com.sap.conn.jco.JCoRecordField
Returns the offset of this field.
getByteOffset(int) - Method in interface com.sap.conn.jco.JCoRecordMetaData
Returns the offset in a non-Unicode layout of the data field at the specified index.
getByteOffset(String) - Method in interface com.sap.conn.jco.JCoRecordMetaData
Returns the offset in a non-Unicode layout of the field with the specified name.
getCachedClassMetaDataNames() - Method in interface com.sap.conn.jco.JCoRepository
Returns the names of the cached classes as a string array.
getCachedFunctionTemplateNames() - Method in interface com.sap.conn.jco.JCoRepository
Returns the names of the cached functions as a string array.
getCachedRecordMetaDataNames() - Method in interface com.sap.conn.jco.JCoRepository
Returns the names of the cached structures as a string array.
getChangingParameterList() - Method in interface com.sap.conn.jco.JCoFunction
Returns the list of changing parameters.
getChangingParameterList() - Method in interface com.sap.conn.jco.JCoFunctionTemplate
Returns the metadata for the changing parameter list.
getChar() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a character.
getChar(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a char.
getChar(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a char.
getCharacterStream() - Method in interface com.sap.conn.jco.JCoField
Returns the value of the i'th field as a stream of characters in form of a java.io.Reader object.
getCharacterStream(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a java.io.Reader object.
getCharacterStream(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a stream of characters in form of a java.io.Reader object.
getCharArray() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a char array.
getCharArray(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a char array.
getCharArray(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a char array.
getClassMetaData() - Method in interface com.sap.conn.jco.JCoAbapObject
Returns the class metadata associated with this ABAP object instance.
getClassMetaData(int) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the metadata object for the field, if the specified field is an ABAP object and was defined with a reference to a metadata object.
getClassMetaData(String) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the metadata object for the field, if the specified field is a ABAP object and was defined with a reference to a metadata object.
getClassMetaData(String) - Method in interface com.sap.conn.jco.JCoRepository
Returns the metadata for the passed class/interface name.
getClassMetaDataCount() - Method in interface com.sap.conn.jco.monitor.JCoRepositoryMonitor
Return the number of the cached class metadata objects.
getClassName() - Method in exception com.sap.conn.jco.AbapClassException
Returns the class name of this ABAP class exception.
getClassNameOfField(String) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the fully-qualified name of the Java class whose instances are manufactured, if the methods getValue(int index) or getValue(String fieldName) are called to retrieve a value from the field.
getClassNameOfField(int) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the fully-qualified name of the Java class whose instances are manufactured, if the methods getValue(int index) or getValue(String fieldName) are called to retrieve a value from the field.
getClassNameOfValue() - Method in interface com.sap.conn.jco.JCoField
Returns the fully-qualified name of the Java class whose instances are manufactured if the method Field.getValue() is called to retrieve a value from a field.
getClassNameOfValue(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the fully-qualified name of the Java class whose instances are manufactured if the methods getValue(int index) or getValue(String fieldName) are called to retrieve a value from the field.
getClassQueryError(String) - Method in interface com.sap.conn.jco.JCoRepositoryQueryResult
 
getClient() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the SAP client from the connection attributes.
getClient() - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Returns the SAP client associated with the unit.
getClient() - Method in interface com.sap.conn.jco.JCoDestination
Returns SAP client as specified in the destination properties.
getClient() - Method in interface com.sap.conn.jco.JCoRemoteContext
Returns the client of this remote context.
getConfiguration(String) - Method in interface com.sap.core.connectivity.api.configuration.ConnectivityConfiguration
Retrieves the destination configuration with the provided name.
getConfiguration(String, String) - Method in interface com.sap.core.connectivity.api.configuration.ConnectivityConfiguration
Retrieves the destination configuration on account level with the provided name for the provided account Id.
getConfiguration() - Method in interface com.sap.core.jpaas.security.auth.api.AuthenticationService
Returns the login configuration associated to the current request processing or the default installed configuration.
getConfiguration() - Static method in class com.sap.security.auth.login.LoginContextFactory
Returns the login configuration associated to the current request processing or the default installed configuration.
getConfigurations(String) - Method in interface com.sap.core.connectivity.api.configuration.ConnectivityConfiguration
Retrieves all destination configurations on account level for the provided account Id.
getConnectionHandle() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the connection handle.
getConnectionHandleAsString() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the connection handle as a String.
getConnectionMonitor() - Static method in class com.sap.conn.jco.JCo
Returns the connection monitor for all currently available connections.
getConnectionsData() - Static method in class com.sap.conn.jco.monitor.JCoConnectionMonitor
Returns the list containing descriptions for all opened connections.
getConnectionsData() - Method in interface com.sap.conn.jco.monitor.JCoDestinationMonitor
Creates and returns a list of all client connections that are currently used with or held open by the monitored destination instance.
getConnectionType() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the connection type, which is 'client' or 'server'.
getConnectTimeout() - Method in class com.sap.ecm.api.AbstractCmisProxyServlet
Returns the connect timeout in milliseconds.
getConnsData() - Method in class com.sap.conn.jco.monitor.JCoConnectionMonitor
 
getConvId() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the current conversation id.
getCounter() - Method in interface com.sap.core.connectivity.api.sappassport.ConnectionInfo
Returns the connection counter that counts how many times this connection (with the specified connection id ) has been used.
getCPICConversationID() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the low-level CPIC conversation ID from the connection attributes.
getCurrentUser() - Method in interface com.sap.security.um.user.UserProvider
Returns the current authenticated user, or null if no there is no such user.
getCustomDestinationIDs(String) - Static method in class com.sap.conn.jco.JCo
Creates and returns a list with IDs of all custom destinations created by the destination with the given destinationID.
getCustomerId() - Method in interface com.sap.cloud.account.Account
 
getDate() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a Date object.
getDate(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a Date object.
getDate(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a Date object.
getDecimals() - Method in interface com.sap.conn.jco.JCoField
Returns the number of decimals for this field.
getDecimals(int) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the number of decimals of the data field at the specified index.
getDecimals(String) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the number of decimals for the field with the specified name Decimals are only necessary for the JCO data types TYPE_BCD and TYPE_FLOAT, respectively.
getDeclaringClass(String) - Method in interface com.sap.conn.jco.JCoClassMetaData
Returns the name of the declaring class of the given attribute.
getDeclaringClass(int) - Method in interface com.sap.conn.jco.JCoClassMetaData
Returns the name of the declaring class of the given attribute.
getDefault(int) - Method in interface com.sap.conn.jco.JCoClassMetaData
Returns the default value of the data field at the specified index.
getDefault(String) - Method in interface com.sap.conn.jco.JCoClassMetaData
Returns the default value for the attribute with the given name.
getDefault(int) - Method in interface com.sap.conn.jco.JCoListMetaData
Returns the default value of the data field at the specified index.
getDefault(String) - Method in interface com.sap.conn.jco.JCoListMetaData
Returns the default value for the field with the specified name.
getDefault() - Method in interface com.sap.conn.jco.JCoParameterField
Returns the default value of this field.
getDefault() - Static method in class com.sap.core.connectivity.api.ldap.LdapOnPremiseSocketFactory
Returns the default LDAP on premise socket factory.
getDescription() - Method in interface com.sap.conn.jco.JCoField
Returns a textual description for this field.
getDescription(int) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the descriptive text of the data field at the specified index.
getDescription(String) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the descriptive text for the field with the specified name.
getDescription() - Method in class com.sap.ecm.api.RepositoryOptions
 
getDestination() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the destination from the connection attributes.
getDestination(String) - Static method in class com.sap.conn.jco.JCoDestinationManager
Call this method to get an instance of a destination, on which you need to execute a function module.
getDestination(String, String) - Static method in class com.sap.conn.jco.JCoDestinationManager
Call this method to get an instance of a destination, on which you need to execute a function module.
getDestination() - Method in interface com.sap.conn.jco.JCoRemoteContext
Returns the destination of this remote context.
getDestinationID() - Method in interface com.sap.conn.jco.JCoDestination
Returns internal id of this destination instance.
getDestinationID() - Method in interface com.sap.conn.jco.monitor.JCoDestinationMonitor
Returns the ID of the destination instance that is monitored by this instance.
getDestinationIDs() - Static method in class com.sap.conn.jco.JCo
Creates and returns a list containing IDs of all available cached destinations.
getDestinationIDs() - Method in interface com.sap.conn.jco.monitor.JCoRepositoryMonitor
Returns the list of destination IDs which can be used by the monitored repository for its DDIC queries.
getDestinationInstance(String, String) - Method in class com.sap.conn.jco.JCoDestinationManager
Do not use this method.
getDestinationMonitor(String) - Static method in class com.sap.conn.jco.JCo
Retrieves a monitoring object for a specific destination identified by the given ID.
getDestinationName() - Method in interface com.sap.conn.jco.JCoDestination
Returns name of destination.
getDestinationName() - Method in interface com.sap.conn.jco.monitor.JCoDestinationMonitor
Returns the name of the destination configuration which the monitored destination instance was created from.
getDestinationName() - Method in class com.sap.ecm.api.AbstractCmisProxyServlet
Returns the destination name.
getDisplayName() - Method in class com.sap.ecm.api.RepositoryOptions
 
getDouble() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a double.
getDouble(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a double.
getDouble(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a double.
getDSRPassport() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the byte representation of the DSR passport.
getDSRPassportAsString() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the DSR passport as a hexadecimal string.
getException(String) - Method in interface com.sap.conn.jco.JCoFunction
Returns the ABAP exception for the specified key.
getException(String) - Method in interface com.sap.conn.jco.JCoFunctionTemplate
Returns the ABAP exception for the specified key.
getException(String) - Method in interface com.sap.conn.jco.JCoRequest
Returns the ABAP exception for the specified key.
getExceptionList() - Method in interface com.sap.conn.jco.JCoFunction
Returns the list of defined ABAP exceptions that can occur.
getExceptionList() - Method in interface com.sap.conn.jco.JCoFunctionTemplate
Returns the ABAP exception list.
getExceptionList() - Method in interface com.sap.conn.jco.JCoRequest
Returns the ABAP exception list.
getExpirationCheckPeriod() - Method in interface com.sap.conn.jco.JCoDestination
Returns the time in ms, after which a timeout checker will close the expired connections.
getExpirationTime() - Method in interface com.sap.conn.jco.JCoDestination
Returns the time in ms, after which a free connection, that is held internally for the destination, is being regarded as expired and will be closed during the next run of the expiration timeout checker.
getExportParameterList() - Method in interface com.sap.conn.jco.JCoFunction
Returns the list of export parameters.
getExportParameterList() - Method in interface com.sap.conn.jco.JCoFunctionTemplate
Returns the metadata for the export parameter list.
getExtendedFieldMetaData() - Method in interface com.sap.conn.jco.JCoField
Returns the extended field metadata object.
getExtendedFieldMetaData(int) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the extended field metadata object at the specified index.
getExtendedFieldMetaData(String) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the extended metadata object for the field with the specified name.
getExternalIDData() - Method in interface com.sap.conn.jco.JCoDestination
Returns the external identification user logon data as specified in the destination properties.
getExternalIDType() - Method in interface com.sap.conn.jco.JCoDestination
Returns the type of the external identification user logon data as specified in the destination properties.
getFailedClassesQueries() - Method in interface com.sap.conn.jco.JCoRepositoryQueryResult
 
getFailedFunctionQueries() - Method in interface com.sap.conn.jco.JCoRepositoryQueryResult
 
getFailedTypesQueries() - Method in interface com.sap.conn.jco.JCoRepositoryQueryResult
 
getFailureTimeStamp() - Method in interface com.sap.conn.jco.JCoRemoteContext
Returns the time stamp of the failure as a java.util.Date object.
getFailureTimeStampAsString() - Method in interface com.sap.conn.jco.JCoRemoteContext
Returns the time stamp of the failure as a string.
getField(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the i'th field.
getField(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the named field.
getFieldCount() - Method in interface com.sap.conn.jco.JCoMetaData
Returns the number of entries (fields).
getFieldCount() - Method in interface com.sap.conn.jco.JCoRecord
Returns the number of fields in this container.
getFieldIterator() - Method in interface com.sap.conn.jco.JCoRecord
Returns a JCoFieldIterator.
getFloat() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a float.
getFloat(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a float.
getFloat(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a float.
getFullVersion() - Static method in class com.sap.conn.jco.About
Returns the string containing versions of components used by Java Connector layers.
getFunction() - Method in interface com.sap.conn.jco.JCoFunctionTemplate
Creates a function object from the template and returns it.
getFunction(String) - Method in interface com.sap.conn.jco.JCoRepository
Returns a JCoFunction with initial parameters for the passed function name.
getFunctionInterface() - Method in interface com.sap.conn.jco.JCoFunctionTemplate
Returns the metadata for the function interface.
getFunctionInterface(String) - Method in interface com.sap.conn.jco.JCoRepository
Returns the metadata for the passed function.
getFunctionMetaDataCount() - Method in interface com.sap.conn.jco.monitor.JCoRepositoryMonitor
Returns the number of the cached function metadata objects.
getFunctionModuleName() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the name of the function module that is currently being executed or has been executed as last one.
getFunctionQueryError(String) - Method in interface com.sap.conn.jco.JCoRepositoryQueryResult
 
getFunctions() - Method in interface com.sap.conn.jco.JCoFunctionUnit
Returns an immutable list of function.
getFunctionTemplate() - Method in interface com.sap.conn.jco.JCoFunction
Returns the function template, i.e.
getFunctionTemplate(String) - Method in interface com.sap.conn.jco.JCoRepository
Returns the template for the passed function.
getFunctionUnitState(JCoUnitIdentifier) - Method in interface com.sap.conn.jco.JCoDestination
Returns the state of the unit with the given ID.
getGatewayHost() - Method in interface com.sap.conn.jco.JCoDestination
Returns the gateway host as specified in the destination properties.
getGatewayService() - Method in interface com.sap.conn.jco.JCoDestination
Returns the gateway service as specified in the destination properties.
getGroup() - Method in exception com.sap.conn.jco.JCoException
Returns the error group.
getGroup() - Method in exception com.sap.conn.jco.JCoRuntimeException
Returns the error group.
getGroupName() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the name of the connection group.
getGroups() - Method in interface com.sap.security.um.user.User
Returns the groups in which the user is included.
getHandleRequestTime() - Method in interface com.sap.conn.jco.JCoThroughput
Returns the time consumed by the server's handle request method.
getHost() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the host from the connection attributes.
getHostName() - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Returns the sending application server instance (host name).
getId() - Method in interface com.sap.cloud.account.Account
 
getId() - Method in interface com.sap.cloud.account.Tenant
 
getID() - Method in interface com.sap.conn.jco.JCoUnitIdentifier
Returns the hexadecimal representation of the unit ID.
getId() - Method in interface com.sap.core.connectivity.api.sappassport.ConnectionInfo
Returns the connection id as byte array.
getIDAsBytes() - Method in interface com.sap.conn.jco.JCoUnitIdentifier
Returns the unit ID.
getIdentifier() - Method in interface com.sap.conn.jco.JCoFunctionUnit
Return the unique identifier for the function unit.
getIdentifier() - Method in interface com.sap.conn.jco.JCoRequestUnit
Return the unique identifier for the function unit.
getImplementedInterfaces() - Method in interface com.sap.conn.jco.JCoClassMetaData
Returns the list of implemented interfaces.
getImportParameterList() - Method in interface com.sap.conn.jco.JCoFunction
Returns the list import parameters.
getImportParameterList() - Method in interface com.sap.conn.jco.JCoFunctionTemplate
Returns the metadata for the import parameter list.
getInstallationNumber() - Method in interface com.sap.conn.jco.JCoRemoteContext
Returns the installation (license) number of the partner (server).
getInstance() - Static method in class com.sap.security.um.service.UserManagementAccessor
Returns User Management Accessor used to get registered user provider.
getInt() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as an int.
getInt(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as an integer.
getInt(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as an integer.
getISOLanguage() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the logon language field from the connection attributes and returns it as a two-character string.
getKernelRelease() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the release of the remote SAP system's kernel.
getKey() - Method in exception com.sap.conn.jco.JCoException
Returns the error key.
getKey() - Method in exception com.sap.conn.jco.JCoRuntimeException
Returns the error key.
getKeyStore(String, char[]) - Method in interface com.sap.cloud.crypto.keystore.api.KeyStoreService
Returns a fully initialized java.security.KeyStore instance.
getKeyStore() - Method in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
Returns the keystore configured in the destination.
getKeyStoreNames() - Method in interface com.sap.cloud.crypto.keystore.api.KeyStoreService
Returns the names of all available keystores.
getLanguage() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the logon language field from the connection attributes and returns it as a one-character string.
getLanguage() - Method in interface com.sap.conn.jco.JCoDestination
Returns the logon language as specified in the destination properties.
getLanguage() - Method in interface com.sap.conn.jco.JCoRemoteContext
Returns the logon language used by the partner (server).
getLastAccessTimestamp() - Method in interface com.sap.conn.jco.monitor.JCoRepositoryMonitor
Returns the time stamp of the last access to the repository.
getLastActivityTimestamp() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the timestamp of the last activity of the connection.
getLastActivityTimestamp() - Method in interface com.sap.conn.jco.monitor.JCoDestinationMonitor
Returns the time stamp of the last activity done with the monitored destination instance.
getLastActivityTimestampAsString(Calendar) - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the timestamp of the last activity of the connection as a String.
getLastRemoteQueryTimestamp() - Method in interface com.sap.conn.jco.monitor.JCoRepositoryMonitor
Returns the time stamp of the last remote query done by the repository.
getLength() - Method in interface com.sap.conn.jco.JCoField
Returns the max length of the data field.
getLength(int) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the max length of the data field at the specified index.
getLength(String) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the max length of the data field at the specified index.
getLineType() - Method in interface com.sap.conn.jco.JCoRecordMetaData
In case the JCoRecordMetaData represents a table type, getLineType() returns the name of the structure, table or data element, which is the line type of the table.
getListMetaData() - Method in interface com.sap.conn.jco.JCoParameterList
returns the appropriated metadata object, that was used for creation of this record.
getLocale() - Method in interface com.sap.security.um.user.User
Returns the locale of the user or null, if no locale is maintained for the user.
getLogonCheck() - Method in interface com.sap.conn.jco.JCoDestination
Returns the logon check mode as specified in the destination properties.
getLogonGroup() - Method in interface com.sap.conn.jco.JCoDestination
Returns the logon group as specified in the destination properties.
getLong() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a long.
getLong(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a long.
getLong(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a long.
getMarshallTime() - Method in interface com.sap.conn.jco.JCoThroughput
Returns the time consumed for marshalling data from JCo to network representation.
getMaxGetClientTime() - Method in interface com.sap.conn.jco.JCoDestination
Returns the max time in ms for the allocation of a connection to a destination in case that the peak limit is already reached.
getMaxUsedCount() - Method in interface com.sap.conn.jco.monitor.JCoDestinationMonitor
Returns the maximum number of simultaneously used client connections with the monitored destination instance.
getMessageClass() - Method in exception com.sap.conn.jco.JCoException
Returns the ABAP message class, if T100 message information is available.
getMessageNumber() - Method in exception com.sap.conn.jco.JCoException
Returns the ABAP message number, if T100 message information is available.
getMessageParameter(int) - Method in exception com.sap.conn.jco.JCoException
Returns the ABAP message parameter at position index or null, if there is none at that position.
getMessageParameters() - Method in exception com.sap.conn.jco.JCoException
Returns the ABAP message parameters as array.
getMessageServerHost() - Method in interface com.sap.conn.jco.JCoDestination
Returns the SAP message server as specified in the destination properties.
getMessageServerService() - Method in interface com.sap.conn.jco.JCoDestination
Returns the SAP message server port as specified in the destination properties.
getMessageText() - Method in exception com.sap.conn.jco.JCoException
Returns the ABAP message text, if T100 message information is available.
getMessageType() - Method in exception com.sap.conn.jco.JCoException
Returns the ABAP message type, if T100 message information is available.
getMetaData() - Method in interface com.sap.conn.jco.JCoRecord
Returns the appropriated metadata object that was used for creation of this record.
getMiddlewareProperty(String) - Static method in class com.sap.conn.jco.JCo
Returns the current value for the given middleware property or null, if there is no value set.
getMiddlewareTime() - Method in interface com.sap.conn.jco.JCoThroughput
Returns the time consumed by the middleware layer.
getMonitor() - Method in interface com.sap.conn.jco.JCoDestination
Returns a monitor instance describing the client connections that have been created by the JCo runtime for this destination instance.
getMonitor() - Method in interface com.sap.conn.jco.JCoRepository
Returns a newly created or available monitor instance for the repository.
getName() - Method in interface com.sap.cloud.account.Account
 
getName() - Method in interface com.sap.conn.jco.JCoField
Returns the name of this field.
getName() - Method in interface com.sap.conn.jco.JCoFunction
Returns the function name.
getName() - Method in interface com.sap.conn.jco.JCoFunctionTemplate
Returns the name of the function.
getName() - Method in interface com.sap.conn.jco.JCoMetaData
Returns the name of the table/structure this metadata describes.
getName(int) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the field name of the data field at the specified index.
getName() - Method in interface com.sap.conn.jco.JCoRepository
Returns the repository name.
getName() - Method in interface com.sap.conn.jco.JCoRequest
Returns the name of the function module that is referred to by the JCoRequest.
getName() - Method in interface com.sap.core.connectivity.api.authentication.AuthenticationHeader
 
getName() - Method in interface com.sap.core.connectivity.api.sappassport.SapPassportHeader
 
getNumCalls() - Method in interface com.sap.conn.jco.JCoThroughput
Returns the number of calls since the last reset.
getNumColumns() - Method in interface com.sap.conn.jco.JCoTable
Returns the number of columns in this table.
getNumReceivedBytes() - Method in interface com.sap.conn.jco.JCoThroughput
Returns the number of data bytes received from the remote system.
getNumRows() - Method in interface com.sap.conn.jco.JCoTable
Returns the number of rows.
getNumSentBytes() - Method in interface com.sap.conn.jco.JCoThroughput
Returns the number of data bytes sent to the remote system.
getOAuth2ClientCredentialsHeader(DestinationConfiguration) - Method in interface com.sap.core.connectivity.api.authentication.AuthenticationHeaderProvider
Generates authentication header for OAuth2ClientCredentials destination.
OAuth access token will be generated for destinations with authentication type OAuth2ClientCredentials in order OAuth-protected resources to be consumed.
getOAuth2SAMLBearerAssertionHeaders(DestinationConfiguration) - Method in interface com.sap.core.connectivity.api.authentication.AuthenticationHeaderProvider
Generates authentication headers for OAuth2SAMLBearerAssertion destination.
OAuth access token will be generated for destinations with authentication type OAuth2SAMLBearerAssertion in order OAuth-protected resources to be consumed.
getOAuthAuthorizationService() - Static method in class com.sap.cloud.security.oauth2.OAuthAuthorization
Returns OAuth Authorization object that is used to perform the protected resource access check by retrieving from the Authorization Server the scopes associated with the given Access Token.
getOriginalDestination() - Method in interface com.sap.conn.jco.JCoCustomDestination
Returns the original destination, also known as the parent destination of this custom destination.
getOriginDestinationID() - Method in interface com.sap.conn.jco.monitor.JCoDestinationMonitor
Returns the ID of the destination instance that the monitored destination instance originated from.
getOwnBytesPerChar() - Method in interface com.sap.conn.jco.JCoAttributes
Returns the number of bytes per character for the currently used local codepage.
getOwnCharset() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the Java charset equivalent of the local SAP codepage.
getOwnCodepage() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the local codepage in SAP notation.
getOwnEncoding() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the MIME encoding equivalent of the local SAP codepage.
getP12FilePath() - Method in interface com.sap.conn.jco.JCoDestination
Returns the path to the P12 file used for the creation of the SSLContext.
getParameterFieldIterator() - Method in interface com.sap.conn.jco.JCoParameterList
Returns an iterator over JCoParameterField.
getParentClasses() - Method in interface com.sap.conn.jco.JCoClassMetaData
Returns the parent classes.
getPartnerBytesPerChar() - Method in interface com.sap.conn.jco.JCoAttributes
Returns the number of bytes per character for the currently used remote codepage.
getPartnerCharset() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the Java charset equivalent of the codepage used by the remote system.
getPartnerCodepage() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the codepage used by the remote system in SAP notation.
getPartnerEncoding() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the MIME encoding equivalent of the remote SAP codepage.
getPartnerHost() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the partner host from the connection attributes.
getPartnerInetAddress() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the partner IP address as InetAddress.
getPartnerRelease() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the release of the remote SAP system.
getPartnerReleaseNumber() - Method in interface com.sap.conn.jco.JCoAttributes
Returns the release number of the partner system as an integer.
getPartnerType() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the type which specifies the partner of the communication.
getPassword(String) - Method in interface com.sap.cloud.security.password.PasswordStorage
Returns the password associated with the given alias.
getPeakLimit() - Method in interface com.sap.conn.jco.JCoDestination
Returns the maximum number of connections, that can be created for the destination simultaneously.
getPeakLimit() - Method in interface com.sap.conn.jco.monitor.JCoDestinationMonitor
Returns the maximum number of client connections that can be used simultaneously with the monitored destination instance.
getPingCheckInterval() - Method in interface com.sap.conn.jco.JCoDestination
Returns the interval in seconds how often a WebSocket connection, which is currently not writing/reading any data, is checked for incoming ping messages.
getPoolCapacity() - Method in interface com.sap.conn.jco.JCoDestination
Returns the maximum number of idle connections, that will be kept open in a pool.
getPoolCapacity() - Method in interface com.sap.conn.jco.monitor.JCoDestinationMonitor
Returns the maximum number of client connections that will be held open for the monitored destination instance.
getPooledConnectionCount() - Method in interface com.sap.conn.jco.monitor.JCoDestinationMonitor
Returns the number of client connections that are currently held open for the monitored destination instance.
getPrincipalPropagationHeader() - Method in interface com.sap.core.connectivity.api.authentication.AuthenticationHeaderProvider
Generates header for principal propagation to on-premise systems.
getProgramName() - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Returns the program name associated with the unit.
getProperties() - Method in interface com.sap.conn.jco.JCoDestination
Returns the complete property set describing the destination.
getProperty(String) - Static method in class com.sap.conn.jco.JCo
Returns the current value for the given JCo property or null, if there is no such property set.
getProperty(String) - Method in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
Returns the value of destination property with the specified key.
getProtocol() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the communication protocol.
getProxyHost() - Method in interface com.sap.conn.jco.JCoDestination
Returns the proxy host as specified in the destination properties.
getProxyPort() - Method in interface com.sap.conn.jco.JCoDestination
Returns the proxy port number as specified in the destination properties.
getProxyUser() - Method in interface com.sap.conn.jco.JCoDestination
Returns the proxy user as specified in the destination properties.
getQueueNames() - Method in interface com.sap.conn.jco.JCoFunctionUnit
Returns an immutable copy of the list containing the queue names.
getQueueNames() - Method in interface com.sap.conn.jco.JCoRequestUnit
Returns an immutable copy of the list containing the queue names.
getR3Name() - Method in interface com.sap.conn.jco.JCoDestination
Returns the system ID of the SAP system as specified in the destination properties.
getReadTimeout() - Method in class com.sap.ecm.api.AbstractCmisProxyServlet
Returns the read timeout in milliseconds.
getRecordFieldIterator() - Method in interface com.sap.conn.jco.JCoStructure
Returns an iterator over JCoRecordField.
getRecordFieldIterator() - Method in interface com.sap.conn.jco.JCoTable
Returns a JCoRecordFieldIterator.
getRecordFieldName(int) - Method in interface com.sap.conn.jco.JCoListMetaData
If the parameter is defined by referencing a field in a table or structure, the name of this field for the parameter field at the specified index is returned, null otherwise.
getRecordFieldName(String) - Method in interface com.sap.conn.jco.JCoListMetaData
If the parameter is defined by referencing a field in a table or structure, the name of this field for the parameter field with the specified name is returned, null otherwise.
getRecordLength() - Method in interface com.sap.conn.jco.JCoRecordMetaData
Returns the total length of a structure or single row of a table with a non-Unicode layout.
getRecordMetaData() - Method in interface com.sap.conn.jco.JCoField
Returns the field metadata object in case of complex object (table or structure), or null .
getRecordMetaData(int) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the metadata object for the field, if the specified field is a table or structure and was defined with a reference to a metadata object.
getRecordMetaData(String) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the metadata object for the field, if the specified field is a table or structure and was defined with a reference to a metadata object.
getRecordMetaData(String) - Method in interface com.sap.conn.jco.JCoRepository
Returns the metadata for the passed structure/table name.
getRecordMetaData() - Method in interface com.sap.conn.jco.JCoStructure
Returns the appropriated metadata object, that was used for creation of this record.
getRecordMetaData() - Method in interface com.sap.conn.jco.JCoTable
Returns the appropriated metadata object, that was used for the creation of this table.
getRecordTypeName(int) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the table/structure name of the data field or null if no table name is available.
getRecordTypeName(String) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the table/structure or data element name of the data field or null if no table name or data element name is available.
getRelease() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the release of the local SAP system or transport library.
getRemoteContext() - Method in exception com.sap.conn.jco.AbapClassException
Returns the remote context of this ABAP class exception.
getRepository(String) - Static method in class com.sap.conn.jco.JCo
Returns the repository instance corresponding to the given repository ID or null if the repository isn't available.
getRepository() - Method in interface com.sap.conn.jco.JCoDestination
Returns a repository instance that contains metadata for this destination.
getRepositoryDestinationID(String) - Static method in class com.sap.conn.jco.JCo
Returns the destination ID used by repository instances internally.
getRepositoryDestinationMonitor(String) - Static method in class com.sap.conn.jco.JCo
Retrieves a monitoring object for a specific repository destination of the destination identified by the given ID.
getRepositoryDestinationMonitor() - Method in interface com.sap.conn.jco.JCoDestination
Returns a monitor instance describing the client connections that have been created by the JCo runtime for the repository queries done via this destination instance.
getRepositoryIDs() - Static method in class com.sap.conn.jco.JCo
Returns a list containing IDs of all repository instances that are kept internally.
getRepositoryKey() - Method in class com.sap.ecm.api.AbstractCmisProxyServlet
Returns the repository key.
getRepositoryKey() - Method in class com.sap.ecm.api.RepositoryOptions
 
getRepositoryUniqueName() - Method in class com.sap.ecm.api.AbstractCmisProxyServlet
Returns the repository unique name.
getRepositoryUser() - Method in interface com.sap.conn.jco.JCoDestination
Returns the user that is used for communication when executing repository queries via this destination if there is no repository destination configured.
getRequest() - Method in interface com.sap.conn.jco.JCoFunctionTemplate
Returns a request object for this function template.
getRequest(String) - Method in interface com.sap.conn.jco.JCoRepository
Returns a JCoRequest with initial parameters for the passed function name.
getRequests() - Method in interface com.sap.conn.jco.JCoRequestUnit
Returns an immutable list of function.
getRespositoryDestinationMonitor(String) - Method in interface com.sap.conn.jco.monitor.JCoRepositoryMonitor
Deprecated.
Might be removed in future versions without further notice. Use JCo.getRepositoryDestinationMonitor(String) instead.
getRfcRole() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the RFC role from the connection attributes.
getRoles() - Method in interface com.sap.security.um.user.User
Returns a set of roles assigned to the user.
getRow() - Method in interface com.sap.conn.jco.JCoTable
Returns the current row number.
getSAPAssertionHeader(DestinationConfiguration) - Method in interface com.sap.core.connectivity.api.authentication.AuthenticationHeaderProvider
Generates authentication header for SAPAssertionSSO destination.
SAP assertion ticket will be generated for destinations with authentication type SAPAssertionSSO in order to propagate the currently logged on user to a SAP back-end system.
getSapPassportHeader(ConnectionInfo) - Method in interface com.sap.core.connectivity.api.sappassport.SapPassportHeaderProvider
Retrieves the updated SAP-PASSPORT.
getSAPRouterString() - Method in interface com.sap.conn.jco.JCoDestination
Returns the SAP router string as specified in the destination properties.
getSendingTime() - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Returns the sendingTime the time when the associated unit is transmitted.
getServerInstance() - Method in interface com.sap.conn.jco.JCoRemoteContext
Returns the server instance (name) of the partner (server).
getServerIpAddress() - Method in interface com.sap.conn.jco.JCoRemoteContext
Returns the server IP address of the partner (server).
getSessionId() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the client or server internal session id.
getShort() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a short.
getShort(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a short.
getShort(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a short.
getSNCConfiguration() - Method in interface com.sap.conn.jco.JCoCustomDestination
Returns the container for the properties of the SNC configuration.
getSncLibrary() - Method in interface com.sap.conn.jco.JCoDestination
Returns the path to SNC library as specified in the destination properties.
getSncMode() - Method in interface com.sap.conn.jco.JCoDestination
Returns the SNC mode as specified in the destination properties.
getSncMyName() - Method in interface com.sap.conn.jco.JCoDestination
Returns the own SNC name as specified in the destination properties.
getSncPartnerName() - Method in interface com.sap.conn.jco.JCoDestination
Returns the SNC partner as specified in the destination properties.
getSncQOP() - Method in interface com.sap.conn.jco.JCoDestination
Returns the SNC level of security as specified in the destination properties.
getSncSSO() - Method in interface com.sap.conn.jco.JCoDestination
Returns the SNC SSO mode as specified in the destination properties.
getSSOTicket() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the SSO ticket from the connection attributes.
getState() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns a flag that indicates the activity state of the connection.
getStateAsString() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the activity state of the connection as String.
getString() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a string.
getString(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a String.
getString(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a String object.
getString() - Method in interface com.sap.conn.jco.JCoStructure
Returns a String containing all fields concatenated to one single String.
getString() - Method in interface com.sap.conn.jco.JCoTable
Returns a String containing all fields of the current row concatenated to one single String.
getStructure() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a JCoStructure object.
getStructure(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a JCoStructure.
getStructure(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a JCoStructure object.
getStructureDefinition(String) - Method in interface com.sap.conn.jco.JCoRepository
Returns the metadata for the passed structure/table name.
getSubscribedTenants() - Method in interface com.sap.cloud.account.TenantContext
Returns all tenants subscribed to the calling application.
getSystemID() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the SAP system ID from the connection attributes.
getSystemID() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the system id of the ABAP server, to which the connection is established.
getSystemNumber() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the SAP system number from the connection attributes.
getSystemNumber() - Method in interface com.sap.conn.jco.JCoDestination
Returns the SAP system number as specified in the destination properties.
getTable() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a JCoTable object.
getTable(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a table.
getTable(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a JCoTable object.
getTableParameterList() - Method in interface com.sap.conn.jco.JCoFunction
Returns the list of table parameters.
getTableParameterList() - Method in interface com.sap.conn.jco.JCoFunctionTemplate
Returns the metadata for the table parameter list.
getTenant() - Method in interface com.sap.cloud.account.TenantContext
Returns the Tenant associated with the current Thread.
getTenantId() - Method in interface com.sap.cloud.account.TenantContext
Deprecated.
replaced by Tenant.getId()
getThreadId() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the thread ID of the thread, in which the connection was last used.
getThreadIdAsString() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the thread ID as a String of the thread, in which the connection was last used.
getThreadName() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the thread name of the thread, in which the connection was last used.
getThroughput() - Method in interface com.sap.conn.jco.JCoDestination
Returns the throughput instance.
getTime() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a Date object.
getTime(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a date.
getTime(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a Date object.
getTotalTime() - Method in interface com.sap.conn.jco.JCoThroughput
Returns the total execution time.
getTPHost() - Method in interface com.sap.conn.jco.JCoDestination
Returns the host of the external server program as specified in the destination properties.
getTPName() - Method in interface com.sap.conn.jco.JCoDestination
Returns the program ID of the external server program as specified in the destination properties.
getTrace() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the RFC trace flag from the connection attributes.
getTraceLevel() - Static method in class com.sap.conn.jco.JCo
Returns the current trace level.
getTracePath() - Static method in class com.sap.conn.jco.JCo
Returns the current trace path.
getTransactionCode() - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Returns the ABAP transaction associated with the unit.
getTrustStore() - Method in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
Returns the truststore configured in the destination.
getType() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the type which specifies the local system.
getType() - Method in interface com.sap.conn.jco.JCoDestination
Returns the type of the destination.
getType() - Method in interface com.sap.conn.jco.JCoField
Returns the type of this field.
getType(int) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the JCo data type of the data field at the specified index.
getType(String) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the JCo data type of the data for the field with the specified name.
getType() - Method in interface com.sap.conn.jco.JCoUnitIdentifier
Returns the type of the unit.
getTypeAsString() - Method in interface com.sap.conn.jco.JCoField
Returns the field's type as a string.
getTypeAsString(int) - Method in interface com.sap.conn.jco.JCoMetaData
Returns a String representation of the JCo data type of the data field at the specified index.
getTypeAsString(String) - Method in interface com.sap.conn.jco.JCoMetaData
Returns a String representation of the JCo data type of the data field for the field with the specified name.
getTypeMetaDataCount() - Method in interface com.sap.conn.jco.monitor.JCoRepositoryMonitor
Return the number of the cached type (tables and structures) metadata objects.
getTypeQueryError(String) - Method in interface com.sap.conn.jco.JCoRepositoryQueryResult
 
getUnicodeByteLength() - Method in interface com.sap.conn.jco.JCoField
Returns the length of this field in Unicode layout.
getUnicodeByteLength(int) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the length of the data field at the specified index for Unicode layout.
getUnicodeByteLength(String) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the length of the field with the specified name for Unicode layout.
getUnicodeByteOffset() - Method in interface com.sap.conn.jco.JCoRecordField
Returns the offset of this field.
getUnicodeByteOffset(int) - Method in interface com.sap.conn.jco.JCoRecordMetaData
Returns the offset in a Unicode layout of the data field at the specified index.
getUnicodeByteOffset(String) - Method in interface com.sap.conn.jco.JCoRecordMetaData
Returns the offset in a Unicode layout of the field with the specified name.
getUnicodeRecordLength() - Method in interface com.sap.conn.jco.JCoRecordMetaData
Returns the total length of a structure or single row of a table with a Unicode layout.
getUniqueName() - Method in class com.sap.ecm.api.RepositoryOptions
 
getUnmarshallTime() - Method in interface com.sap.conn.jco.JCoThroughput
Returns the time consumed for marshalling data from network to JCo representation.
getUsedConnectionCount() - Method in interface com.sap.conn.jco.monitor.JCoDestinationMonitor
Returns the number of client connections that are currently being used with the monitored destination instance.
getUser() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the user ID from the connection attributes, the name of the user the connection is associated with.
getUser() - Method in interface com.sap.conn.jco.JCoDestination
Returns the logon user as specified in the destination properties.
getUser() - Method in interface com.sap.conn.jco.JCoRemoteContext
Returns the user used by the partner (server).
getUser(String) - Method in interface com.sap.security.um.user.UserProvider
Returns the user which has the provided name, or null if no user with the provided name exists.
getUser(X509Certificate) - Method in interface com.sap.security.um.user.UserProvider
Returns the user which has the provided X.509 client certificate assigned, or null if the provided certificate is not assigned to any user.
getUserID() - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Returns the user ID associated with the unit.
getUserLogonData() - Method in interface com.sap.conn.jco.JCoCustomDestination
Returns the container for the properties of the user logon data.
getUserProvider() - Static method in class com.sap.security.um.service.UserManagementAccessor
Returns user provider that provides read access to the user implementation.
getValue() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as an object.
getValue(int) - Method in interface com.sap.conn.jco.JCoRecord
Generic method that returns the value of the i'th field as an object.
getValue(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as an object.
getValue() - Method in interface com.sap.core.connectivity.api.authentication.AuthenticationHeader
 
getValue() - Method in interface com.sap.core.connectivity.api.sappassport.SapPassportHeader
 
getVersion() - Static method in class com.sap.conn.jco.JCo
Returns the version of the JCo implementation.
getVisibility() - Method in class com.sap.ecm.api.RepositoryOptions
 
getWaitingThreadCount() - Method in interface com.sap.conn.jco.monitor.JCoDestinationMonitor
Returns the number of threads that are currently waiting for a free connection to be used with the monitored destination instance.
getWebSocketHost() - Method in interface com.sap.conn.jco.JCoDestination
Returns the WebSocket host as specified in the destination properties.
getWebSocketPort() - Method in interface com.sap.conn.jco.JCoDestination
Returns the WebSocket port number as specified in the destination properties.

H

hasField(String) - Method in interface com.sap.conn.jco.JCoMetaData
Checks whether a named field exists.
hasNextField() - Method in interface com.sap.conn.jco.JCoFieldIterator
Tests if this iterator would return another field, when invoking nextField().
hasPreviousField() - Method in interface com.sap.conn.jco.JCoFieldIterator
Tests if this iterator would return another field, when invoking previousField().
hasPreviousField() - Method in interface com.sap.conn.jco.JCoParameterFieldIterator
Tests if this iterator would return another field, when invoking previousParameterField().
hasRole(String) - Method in interface com.sap.security.um.user.User
Returns whether the user is assigned to the role with the provided name.
HttpConstants - Interface in com.sap.core.connectivity.api.validation.consts
Provides constants which are HTTP Destination specific.
HTTPS - Static variable in interface com.sap.core.connectivity.api.validation.consts.HttpConstants
HTTPS URL prefix.

I

IMPORT_PARAMETER - Static variable in interface com.sap.conn.jco.JCoListMetaData
Flag indicating an import parameter.
indexOf(String) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the index of the named field info.
INFO_PATH - Static variable in interface com.sap.conn.jco.JCoTraceListener
The invocation of additional methods is added to trace compared to PATH_API.
INFO_PATH_API - Static variable in interface com.sap.conn.jco.JCoTraceListener
Adds informational messages to trace in addition to errors and warnings.
init(FilterConfig) - Method in class com.sap.cloud.security.oauth2.OAuthAuthorizationFilter
 
init(ServletConfig) - Method in class com.sap.ecm.api.AbstractCmisProxyServlet
 
insertRow(int) - Method in interface com.sap.conn.jco.JCoTable
Inserts a new empty row before the specified position.
INVALID_ACCESS_TOKEN - Static variable in class com.sap.cloud.security.oauth2.OAuthAuthorization
Error code passed as a httpRequest parameter attribute with a name reason in case of failed authorization when the passed access token does not exist or when it has already expired.
invalidateCache() - Method in interface com.sap.cloud.crypto.keystore.api.KeyStoreService
Explicitly invalidates the local cache of keystores.
InvalidTenantException - Exception in com.sap.cloud.account
InvalidTenantException is a runtime exception which is thrown when specified tenant does not exist or is not assigned to the current application.
InvalidTenantException(String, Exception) - Constructor for exception com.sap.cloud.account.InvalidTenantException
Constructs a new invalid tenant exception with the specified detail message and cause.
InvalidTenantException(String) - Constructor for exception com.sap.cloud.account.InvalidTenantException
Constructs a new invalid tenant exception with the specified detail message.
isAbapClassExceptionEnabled() - Method in interface com.sap.conn.jco.JCoFunction
Returns the boolean value that indicates whether or not the server is permitted to transmit an ABAP class exception when executing this function.
isAbapClassExceptionEnabled() - Method in interface com.sap.conn.jco.JCoRequest
Returns the boolean value that indicates whether or not the server is permitted to transmit an ABAP class exception when executing this request.
isAbapObject(String) - Method in interface com.sap.conn.jco.JCoMetaData
Checks whether the field with the specified name is an ABAP object.
isAbapObject(int) - Method in interface com.sap.conn.jco.JCoMetaData
Checks whether the field with the specified index is an ABAP object.
isActive() - Method in interface com.sap.conn.jco.JCoParameterField
Checks whether this field is active.
isActive(int) - Method in interface com.sap.conn.jco.JCoParameterList
Checks whether the specified field is active.
isActive(String) - Method in interface com.sap.conn.jco.JCoParameterList
Checks whether the specified field is active.
isAuthorized(HttpServletRequest) - Method in class com.sap.cloud.security.oauth2.OAuthAuthorization
This method is only for authentication purpose with the given Access Token.
isAuthorized(HttpServletRequest, String) - Method in class com.sap.cloud.security.oauth2.OAuthAuthorization
Performs the protected resource access check by retrieving from the Authorization Server the scopes associated with the given Access Token, compares them with the passed scopes and checks the Token validity.
isAuthorized(String) - Method in class com.sap.cloud.security.oauth2.OAuthAuthorization
Performs the protected resource access check by retrieving the scopes from the currently logged in user and comparing them with the passed scope.
isAuthorized(HttpServletRequest, Set<String>) - Method in class com.sap.cloud.security.oauth2.OAuthAuthorization
Performs the protected resource access check by retrieving from the Authorization Server the scopes associated with the given Access Token, compares them with the passed scopes and checks the Token validity.
isAuthorized(Set<String>) - Method in class com.sap.cloud.security.oauth2.OAuthAuthorization
Performs the protected resource access check by retrieving the scopes from the currently logged in user and comparing them with the passed scopes.
isCallStackEmpty() - Method in interface com.sap.conn.jco.JCoRemoteContext
Tests whether a call stack is available that contains at least one entry.
isChanging(int) - Method in interface com.sap.conn.jco.JCoListMetaData
Checks whether the field at the specified index is a changing parameter.
isChanging(String) - Method in interface com.sap.conn.jco.JCoListMetaData
Checks whether the field with the specified name is a changing parameter.
isChanging() - Method in interface com.sap.conn.jco.JCoParameterField
Checks whether this field is an export parameter.
isClassQuerySuccessful(String) - Method in interface com.sap.conn.jco.JCoRepositoryQueryResult
 
isCommitCheckOn() - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Returns whether a commit check is done in the backend for the associated unit.
isEmpty() - Method in interface com.sap.conn.jco.JCoTable
Checks whether the table is empty.
isException(int) - Method in interface com.sap.conn.jco.JCoListMetaData
Checks whether this field is an exception.
isException(String) - Method in interface com.sap.conn.jco.JCoListMetaData
Checks whether this field with the specified name is an exception.
isExport(int) - Method in interface com.sap.conn.jco.JCoListMetaData
Checks whether the field at the specified index is an export parameter.
isExport(String) - Method in interface com.sap.conn.jco.JCoListMetaData
Checks whether the field with the specified name is an export parameter.
isExport() - Method in interface com.sap.conn.jco.JCoParameterField
Checks whether this field is an export parameter.
isFirstRow() - Method in interface com.sap.conn.jco.JCoTable
Retrieves whether the row pointer is on the first row of this table.
isFunctionQuerySuccessful(String) - Method in interface com.sap.conn.jco.JCoRepositoryQueryResult
 
isImport(int) - Method in interface com.sap.conn.jco.JCoListMetaData
Checks whether the field at the specified index is an import parameter.
isImport(String) - Method in interface com.sap.conn.jco.JCoListMetaData
Checks whether the field with the specified name is an import parameter.
isImport() - Method in interface com.sap.conn.jco.JCoParameterField
Checks whether this field is an import parameter.
isInitialized() - Method in interface com.sap.conn.jco.JCoField
Checks whether this field has been initialized.
isInitialized(int) - Method in interface com.sap.conn.jco.JCoRecord
Checks whether this field has been initialized.
isInitialized(String) - Method in interface com.sap.conn.jco.JCoRecord
Checks whether this field has been initialized.
isKernelTraceOn() - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Returns whether the backend shall write kernel traces for this unit.
isLastRow() - Method in interface com.sap.conn.jco.JCoTable
Retrieves whether the row pointer is on the last row of this table.
isLocked() - Method in interface com.sap.conn.jco.JCoMetaData
Returns whether this metadata instance is locked.
isMultiTenantCapable() - Method in class com.sap.ecm.api.RepositoryOptions
 
isNativeLayerAvailable() - Static method in class com.sap.conn.jco.About
Checks whether the native layer is available and is already loaded.
isNestedType1Structure(int) - Method in interface com.sap.conn.jco.JCoMetaData
Checks whether the field at the specified index is a nested TYPE1 structure, which is a structure with a fixed length in memory, but with a nested layout.
isNestedType1Structure(String) - Method in interface com.sap.conn.jco.JCoMetaData
Checks whether the field with the specified name is a nested TYPE1 structure, which is a structure with a fixed length in memory, but with a nested layout.
isNestedType1Structure() - Method in interface com.sap.conn.jco.JCoRecordMetaData
Checks whether this JCoRecordMetaData is a nested TYPE1 structure, which is a structure with a fixed length in memory, but with a nested layout.
isOptional(int) - Method in interface com.sap.conn.jco.JCoListMetaData
Checks whether the field at the specified index is an optional parameter.
isOptional(String) - Method in interface com.sap.conn.jco.JCoListMetaData
Checks whether the field with the specified name is an optional parameter.
isOptional() - Method in interface com.sap.conn.jco.JCoParameterField
Checks whether this field is an optional parameter.
isPooledConnectionChecked() - Method in interface com.sap.conn.jco.JCoDestination
Returns whether a pooled connection will be checked for corruption before being used for the next function module execution.
isQuerySuccessful() - Method in interface com.sap.conn.jco.JCoRepositoryQueryResult
Returns true only if all requested data dictionary elements were queried.
isReadOnly(String) - Method in interface com.sap.conn.jco.JCoClassMetaData
Indicates whether the given attribute is a read-only attribute or not.
isReadOnly(int) - Method in interface com.sap.conn.jco.JCoClassMetaData
Indicates whether the given attribute is a read-only attribute or not.
isStateful(JCoDestination) - Static method in class com.sap.conn.jco.JCoContext
Returns true if in the current session a stateful call sequence has been started and is not finished yet.
isStructure() - Method in interface com.sap.conn.jco.JCoField
Checks whether this field is a structure parameter.
isStructure(int) - Method in interface com.sap.conn.jco.JCoMetaData
Checks whether the field at the specified index is a structure parameter.
isStructure(String) - Method in interface com.sap.conn.jco.JCoMetaData
Checks whether the field with the specified name is a structure parameter.
ISSUER_CLIENT - Static variable in interface com.sap.core.connectivity.api.validation.consts.HttpConstants
Issuer client property for SAPAssertionSSO.
ISSUER_SID - Static variable in interface com.sap.core.connectivity.api.validation.consts.HttpConstants
Issuer SID property for SAPAssertionSSO.
isTable() - Method in interface com.sap.conn.jco.JCoField
Checks whether this field is a table parameter.
isTable(int) - Method in interface com.sap.conn.jco.JCoMetaData
Checks whether the field is a table parameter.
isTable(String) - Method in interface com.sap.conn.jco.JCoMetaData
Checks whether the field with the specified name is a table parameter.
isTypeQuerySuccessful(String) - Method in interface com.sap.conn.jco.JCoRepositoryQueryResult
 
isUnicode() - Method in interface com.sap.conn.jco.JCoRepository
Returns whether the repository contains both Unicode and non-Unicode metadata.
isUnitHistoryOn() - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Returns whether the backend shall keep a history of the associated unit.
isUnitLocked() - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Returns whether the associated unit will be locked.
isValid() - Method in interface com.sap.conn.jco.JCoDestination
Returns true if the corresponding destination configuration was neither changed nor removed, false otherwise.
isValid() - Method in interface com.sap.conn.jco.monitor.JCoDestinationMonitor
Returns true if the monitored destination instance is valid, i.e.
isValid(Calendar) - Method in interface com.sap.security.um.user.User
Returns the user's validity at the specified point in time.
isVirusScannerEnabled() - Method in class com.sap.ecm.api.RepositoryOptions
 
iterator() - Method in interface com.sap.conn.jco.JCoRecord
Returns an Iterator.

J

JCo - Class in com.sap.conn.jco
The main factory class of JCo.
JCO_ALIAS_USER - Static variable in interface com.sap.core.connectivity.api.validation.consts.RfcConstants
Logon user alias, can be used instead of the logon user ID.
JCO_ASHOST - Static variable in interface com.sap.core.connectivity.api.validation.consts.RfcConstants
SAP ABAP application server, mandatory for a direct connection.
JCO_CLIENT - Static variable in interface com.sap.core.connectivity.api.validation.consts.RfcConstants
SAP client, mandatory logon parameter.
JCO_CODEPAGE - Static variable in interface com.sap.core.connectivity.api.validation.consts.RfcConstants
Additional logon parameter to define the codepage that will used to convert the logon parameters.
JCO_DELTA - Static variable in interface com.sap.core.connectivity.api.validation.consts.RfcConstants
Use the table delta management for reducing the amount of data being sent via the network, especially if dealing with big RFC table parameters.
JCO_ERROR_ABAP_CLASS_EXCEPTION - Static variable in exception com.sap.conn.jco.JCoException
A ABAP class exception has been thrown by a function module in the remote system.
JCO_ERROR_ABAP_EXCEPTION - Static variable in exception com.sap.conn.jco.JCoException
An exception has been thrown by a function module in the remote system.
JCO_ERROR_APPLICATION_EXCEPTION - Static variable in exception com.sap.conn.jco.JCoException
An application error occurred in a JCo server.
JCO_ERROR_CANCELLED - Static variable in exception com.sap.conn.jco.JCoException
A registered server connection has been canceled on the gateway.
JCO_ERROR_CBRFC_SERIALIZE - Static variable in exception com.sap.conn.jco.JCoException
An exception is thrown while processing data in columnBased mode.
JCO_ERROR_CHECK_SESSION - Static variable in exception com.sap.conn.jco.JCoException
 
JCO_ERROR_COMMUNICATION - Static variable in exception com.sap.conn.jco.JCoException
Exception is caused by network problems, connection breakdowns, gateway problems, unavailability of the remote SAP system, etc.
JCO_ERROR_CONCURRENT_CALL - Static variable in exception com.sap.conn.jco.JCoException
A concurrent method call has been detected.
JCO_ERROR_CONFIGURATION - Static variable in exception com.sap.conn.jco.JCoException
A general configuration error detected.
JCO_ERROR_CONVERSION - Static variable in exception com.sap.conn.jco.JCoException
A conversion between two representations of either a parameter, structure, or table field has failed.
JCO_ERROR_CREATE_SESSION - Static variable in exception com.sap.conn.jco.JCoException
 
JCO_ERROR_DATA_PROVIDER_ERROR - Static variable in exception com.sap.conn.jco.JCoException
A data provider signaled an internal error to JCo.
JCO_ERROR_DESTINATION_DATA_INVALID - Static variable in exception com.sap.conn.jco.JCoException
A destination instance was used, for which the configuration was either deleted or updated.
JCO_ERROR_DESTROY_SESSION - Static variable in exception com.sap.conn.jco.JCoException
 
JCO_ERROR_DSR_LOAD_ERROR - Static variable in exception com.sap.conn.jco.JCoException
DSR is turned on via JCo property, but the library could not loaded properly.
JCO_ERROR_EXTENSION - Static variable in exception com.sap.conn.jco.JCoException
An exception is thrown due to a situation caused by an infrastructure extension.
JCO_ERROR_FIELD_NOT_FOUND - Static variable in exception com.sap.conn.jco.JCoException
A field requested from either a JCoRecord or one of its extending.
JCO_ERROR_FUNCTION_NOT_FOUND - Static variable in exception com.sap.conn.jco.JCoException
A function template could not completely be retrieved from the repository in a JCo server or an error occured during creation of it.
JCO_ERROR_ILLEGAL_ARGUMENT - Static variable in exception com.sap.conn.jco.JCoException
An illegal method argument has been detected.
JCO_ERROR_ILLEGAL_STATE - Static variable in exception com.sap.conn.jco.JCoException
An illegal situation occurred within JCo runtime.
JCO_ERROR_ILLEGAL_TID - Static variable in exception com.sap.conn.jco.JCoException
An invalid transaction ID has been encountered.
JCO_ERROR_INITIALIZATION - Static variable in exception com.sap.conn.jco.JCoException
Some initialization failed within JCo.
JCO_ERROR_INTERNAL - Static variable in exception com.sap.conn.jco.JCoException
An internal error in the JCo runtime.
JCO_ERROR_INVALID_HANDLE - Static variable in exception com.sap.conn.jco.JCoException
A connection handle used internally is invalid, e.g.
JCO_ERROR_INVALID_REPOSITORY_CACHE - Static variable in exception com.sap.conn.jco.JCoException
Indicates an invalid repository cache.
JCO_ERROR_JARM_LOAD_ERROR - Static variable in exception com.sap.conn.jco.JCoException
jARM is turned on via JCo property, but the library could not loaded properly.
JCO_ERROR_LOGON_FAILURE - Static variable in exception com.sap.conn.jco.JCoException
Authorization failures during the logon phase in the ABAP backend.
JCO_ERROR_NOT_SUPPORTED - Static variable in exception com.sap.conn.jco.JCoException
Used for various situations that are not supported within JCo.
JCO_ERROR_NULL_HANDLE - Static variable in exception com.sap.conn.jco.JCoException
A connection handle used internally is null.
JCO_ERROR_PASSIVATE_SESSION - Static variable in exception com.sap.conn.jco.JCoException
 
JCO_ERROR_PASSWORD_CHANGE_REQUIRED - Static variable in exception com.sap.conn.jco.JCoException
When connecting to a partner system that does not allow to logon with initial and expired passwords this group will be used.
JCO_ERROR_PROGRAM - Static variable in exception com.sap.conn.jco.JCoException
The application using JCo provides JCo wrong information or is behaving incorrectly.
JCO_ERROR_PROTOCOL - Static variable in exception com.sap.conn.jco.JCoException
An internal communication protocol error has been detected, while processing data coming over the line.
JCO_ERROR_REGISTRATION_DENIED - Static variable in exception com.sap.conn.jco.JCoException
The gateway is protected with a reg_info file, and the registration of a server failed due to incomplete permissions of the current server.
JCO_ERROR_REPOSITORY_SERIALIZATION - Static variable in exception com.sap.conn.jco.JCoException
Deprecated.
replaced by JCO_ERROR_SERIALIZATION
JCO_ERROR_REQUEST_CANCELLED - Static variable in exception com.sap.conn.jco.JCoException
A function module execution was cancelled because the scope/session, in which it was running, has been finished.
JCO_ERROR_RESOURCE - Static variable in exception com.sap.conn.jco.JCoException
Indicates that JCo has issues with resources, such as connections in a connection pool, destinations, or servers.
JCO_ERROR_RESTORE_SESSION - Static variable in exception com.sap.conn.jco.JCoException
 
JCO_ERROR_SERIALIZATION - Static variable in exception com.sap.conn.jco.JCoException
Indicates an error in json stream.
JCO_ERROR_SERVER_ACCESS_DENIED - Static variable in exception com.sap.conn.jco.JCoException
Exception thrown whenever the server detects an authorization violation.
JCO_ERROR_SERVER_DATA_INVALID - Static variable in exception com.sap.conn.jco.JCoException
A server instance was used, for which the configuration was either deleted or updated.
JCO_ERROR_SERVER_STARTUP - Static variable in exception com.sap.conn.jco.JCoException
Something went wrong during the startup phase of a JCo server.
JCO_ERROR_SESSION_REF_NOT_VALID - Static variable in exception com.sap.conn.jco.JCoException
 
JCO_ERROR_SHAREABLE_CONTAINER - Static variable in exception com.sap.conn.jco.JCoException
Not used in standalone environment.
JCO_ERROR_STATE_BUSY - Static variable in exception com.sap.conn.jco.JCoException
The remote ABAP system is busy.
JCO_ERROR_SYSTEM_FAILURE - Static variable in exception com.sap.conn.jco.JCoException
A system failure has occurred in the remote SAP system.
JCO_ERROR_TIMEOUT - Static variable in exception com.sap.conn.jco.JCoException
A timeout occurred while trying to logon to an ABAP system.
JCO_ERROR_UNSUPPORTED_CODEPAGE - Static variable in exception com.sap.conn.jco.JCoException
The remote SAP system or the local systems runs under a codepage, which is not supported by JCoRuntime.
JCO_ERROR_XML_PARSER - Static variable in exception com.sap.conn.jco.JCoException
An exception is thrown while processing XML like serialized data.
JCO_GROUP - Static variable in interface com.sap.core.connectivity.api.validation.consts.RfcConstants
Group of SAP application servers, mandatory property for a load balancing connection.
JCO_LANG - Static variable in interface com.sap.core.connectivity.api.validation.consts.RfcConstants
Logon language, if not defined the default user language is used.
JCO_MSHOST - Static variable in interface com.sap.core.connectivity.api.validation.consts.RfcConstants
SAP message server, mandatory property for a load balancing connection.
JCO_MSSERV - Static variable in interface com.sap.core.connectivity.api.validation.consts.RfcConstants
SAP message server port, optional property for a load balancing connection.
JCO_MYSAPSSO2 - Static variable in interface com.sap.core.connectivity.api.validation.consts.RfcConstants
SAP Cookie Version 2 as logon ticket for SSO based authentication.
JCO_PASSWD - Static variable in interface com.sap.core.connectivity.api.validation.consts.RfcConstants
Logon password, logon parameter for password based authentication.
JCO_PROXY_HOST - Static variable in interface com.sap.core.connectivity.api.validation.consts.RfcConstants
Host name of the network proxy to be used.
JCO_PROXY_PASSWD - Static variable in interface com.sap.core.connectivity.api.validation.consts.RfcConstants
Password for authenticating at the network proxy.
JCO_PROXY_PORT - Static variable in interface com.sap.core.connectivity.api.validation.consts.RfcConstants
Port number of the network proxy to be used.
JCO_PROXY_TYPE - Static variable in interface com.sap.core.connectivity.api.validation.consts.RfcConstants
Proxy type property.
JCO_PROXY_USER - Static variable in interface com.sap.core.connectivity.api.validation.consts.RfcConstants
Technical user name for authenticating at the network proxy.
JCO_R3NAME - Static variable in interface com.sap.core.connectivity.api.validation.consts.RfcConstants
System ID of the SAP system, mandatory property for a load balancing connection.
JCO_REPOSITORY_PASSWD - Static variable in interface com.sap.core.connectivity.api.validation.consts.RfcConstants
The password for a repository user.
JCO_REPOSITORY_USER - Static variable in interface com.sap.core.connectivity.api.validation.consts.RfcConstants
If repository destination is not set, and this property is set, it will be used as user for repository calls.
JCO_SYSNR - Static variable in interface com.sap.core.connectivity.api.validation.consts.RfcConstants
System number of the SAP ABAP application server, mandatory for a direct connection.
JCO_TLS_CLIENT_CERTIFICATE_LOGON - Static variable in interface com.sap.core.connectivity.api.validation.consts.RfcConstants
If RfcConstants.JCO_USE_TLS is set to 1 this property enables the logon at the backend via the x509 client certificate that is used in the TLS handshake.
JCO_TLS_TRUST_ALL - Static variable in interface com.sap.core.connectivity.api.validation.consts.RfcConstants
If RfcConstants.JCO_USE_TLS is set to 1, this property steers if all TLS entities shall be trusted.
JCO_USE_TLS - Static variable in interface com.sap.core.connectivity.api.validation.consts.RfcConstants
Specifies if the TLS (Transport Layer Security) protocol shall be used for protecting the communication via a websocket.
JCO_USER - Static variable in interface com.sap.core.connectivity.api.validation.consts.RfcConstants
Logon user, logon parameter for password based authentication.
JCO_WSHOST - Static variable in interface com.sap.core.connectivity.api.validation.consts.RfcConstants
Websocket host to be used for direct websocket communication.
JCO_WSPORT - Static variable in interface com.sap.core.connectivity.api.validation.consts.RfcConstants
Websocket port number to be used for direct websocket communication.
JCoAbapObject - Interface in com.sap.conn.jco
The interface comprises public methods for access to ABAP object members.
JCoAttributes - Interface in com.sap.conn.jco
Encapsulates a number of attributes of a connection, such as codepage information, system information of the communication partner, and other useful data.
JCoBackgroundUnitAttributes - Interface in com.sap.conn.jco
Unit Attributes describing some properties of a processed bgRFC unit in the backend.
JCoClassMetaData - Interface in com.sap.conn.jco
Encapsulates the metadata of ABAP classes.
JCoClassMetaData.JCoAttributeKind - Enum in com.sap.conn.jco
An enumeration of the possible or relevant attribute types.
JCoConnectionData - Interface in com.sap.conn.jco.monitor
This class provides some details for an RFC connection.
JCoConnectionMonitor - Class in com.sap.conn.jco.monitor
Connection monitor provides descriptive details for all opened connections.
JCoConnectionMonitor() - Constructor for class com.sap.conn.jco.monitor.JCoConnectionMonitor
 
JCoContext - Class in com.sap.conn.jco
The JCoContext class allows the execution of stateful function call sequences with JCo.
JCoContext() - Constructor for class com.sap.conn.jco.JCoContext
Only used internally.
JCoCustomDestination - Interface in com.sap.conn.jco
A JCoCustomDestination is a customizable destination which allows to set specific user logon data and SNC configuration parameters.
JCoCustomDestination.SncConfigurationData - Interface in com.sap.conn.jco
SncConfigurationData allows to change the SNC configuration for a JCoCustomDestination.
JCoCustomDestination.UserData - Interface in com.sap.conn.jco
UserData allows to change the user logon data for a JCoCustomDestination.
JCoCustomRepository - Interface in com.sap.conn.jco
JCoCustomRepository is designed to be used for static/custom metadata.
JCoCustomRepository.QueryMode - Enum in com.sap.conn.jco
Enumeration that describes all modes to control the remote queries of a custom repository.
JCoDestination - Interface in com.sap.conn.jco
JCoDestination identifies a physical destination of a function call.
JCoDestinationManager - Class in com.sap.conn.jco
The JCoDestinationManager creates and manages the destinations used by JCo applications.
JCoDestinationManager() - Constructor for class com.sap.conn.jco.JCoDestinationManager
instantiated by JCo runtime only.
JCoDestinationMonitor - Interface in com.sap.conn.jco.monitor
The destination monitor provides runtime details about a destination.
JCoException - Exception in com.sap.conn.jco
General JCo exception object.
JCoException(int, String, String) - Constructor for exception com.sap.conn.jco.JCoException
Creates an instance of the error object with the specified message.
JCoException(int, String) - Constructor for exception com.sap.conn.jco.JCoException
Creates an instance of the error object with the specified message.
JCoException(int, String, String, Throwable) - Constructor for exception com.sap.conn.jco.JCoException
Creates an instance of the error object with the specified message.
JCoException(int, String, Throwable) - Constructor for exception com.sap.conn.jco.JCoException
Creates an instance of the error object with the specified message.
JCoException(int, String, String, String, char, String, String[]) - Constructor for exception com.sap.conn.jco.JCoException
Creates an instance of the exception object with the specified message and more information for ABAP messages.
JCoException(int, String, String, String, char, String, String[], Throwable) - Constructor for exception com.sap.conn.jco.JCoException
Creates an instance of the exception object with the specified message and more information for ABAP messages.
JCoException(int, String, String, char, String, String[], Throwable, String) - Constructor for exception com.sap.conn.jco.JCoException
Creates an instance of the exception object with the specified message and more information for ABAP messages.
JCoException(int, String, String, String, char, String, String[], Throwable, String) - Constructor for exception com.sap.conn.jco.JCoException
Creates an instance of the exception object with the specified message and more information for ABAP messages.
JCoExtendedFieldMetaData - Interface in com.sap.conn.jco
Encapsulates the extended metadata of a single field of either a parameter list, a structure, or a table.
JCoField - Interface in com.sap.conn.jco
Class to represent a data field in a record (i.e.
JCoFieldIterator - Interface in com.sap.conn.jco
Encapsulates an iterator for the fields of a record.
JCoFunction - Interface in com.sap.conn.jco
Class that represents a function.
JCoFunctionTemplate - Interface in com.sap.conn.jco
Encapsulates all metadata of a function and its import, changing, export and table parameters as well as the exception list.
JCoFunctionUnit - Interface in com.sap.conn.jco
The interface comprises public methods to work with function unit.
JCoFunctionUnitState - Enum in com.sap.conn.jco
Defines possible function unit states.
JCoListMetaData - Interface in com.sap.conn.jco
Encapsulates the metadata of either a parameter list, a request, or a response.
JCoMetaData - Interface in com.sap.conn.jco
Encapsulates the metadata of JCo data containers.
JCoParameterField - Interface in com.sap.conn.jco
Class to represent a data field in a parameter list.
JCoParameterFieldIterator - Interface in com.sap.conn.jco
Encapsulates an iterator for the fields of a parameter list.
JCoParameterList - Interface in com.sap.conn.jco
A class that encapsulates a parameter list used to pass on data to a function.
JCoRecord - Interface in com.sap.conn.jco
Base interface for all data containers used throughout the JCo framework.
JCoRecordField - Interface in com.sap.conn.jco
Class to represent a data field in a structure or table.
JCoRecordFieldIterator - Interface in com.sap.conn.jco
Encapsulates an iterator for the fields of a structure or table.
JCoRecordMetaData - Interface in com.sap.conn.jco
Encapsulates the metadata of either a structure or a table.
JCoRemoteContext - Interface in com.sap.conn.jco
This interface comprises all the methods an object representing a remote context of a (failed) RFC connection is required to implement.
JCoRepository - Interface in com.sap.conn.jco
JCo metadata repositories are needed to get the technical description of functions and parameters used for fulfilling RFC calls.
JCoRepositoryMonitor - Interface in com.sap.conn.jco.monitor
Repository monitor provides some additional details about the repository.
JCoRepositoryQueryResult - Interface in com.sap.conn.jco
JCoRepositoryResult describes the result of the repository query.
JCoRequest - Interface in com.sap.conn.jco
A JCoRequest is a special view on a JCoFunction and is used in the Request/Response model of JCo function calls.
JCoRequestUnit - Interface in com.sap.conn.jco
The interface comprises public methods to work with request unit.
JCoResponse - Interface in com.sap.conn.jco
A JCoResponse is a special view on a JCoFunction and is used in the Request/Response model of JCo function calls.
JCoRuntimeException - Exception in com.sap.conn.jco
Basic JCo exception for JCo runtime exceptions.
JCoRuntimeException(int, String) - Constructor for exception com.sap.conn.jco.JCoRuntimeException
Creates an instance of the exception object with the specified message and group.
JCoRuntimeException(int, String, String) - Constructor for exception com.sap.conn.jco.JCoRuntimeException
Creates an instance of the exception object with the specified message, group, and key.
JCoRuntimeException(int, String, Throwable) - Constructor for exception com.sap.conn.jco.JCoRuntimeException
Creates an instance of the exception object with the specified message, group, and cause exception.
JCoRuntimeException(int, String, String, Throwable) - Constructor for exception com.sap.conn.jco.JCoRuntimeException
Creates an instance of the exception object with the specified message, group, key, and cause exception.
JCoStructure - Interface in com.sap.conn.jco
JCoStructure is for data containers that need a certain layout in memory.
JCoTable - Interface in com.sap.conn.jco
Interface that describes internal tables used in the parameter lists of function modules.
JCoThroughput - Interface in com.sap.conn.jco
JCo Throughput interface.
The implementation of this interface stores performance data.
JCoTraceListener - Interface in com.sap.conn.jco
JCo trace listener interface.
JCoUnitIdentifier - Interface in com.sap.conn.jco
Function unit identifier is a unique identifier for a function or request unit for bgRFC.
JCoUnitIdentifier.Type - Enum in com.sap.conn.jco
BgRFC unit types.

K

KEY_AUTHENTICATION - Static variable in interface com.sap.core.connectivity.api.validation.consts.LdapConstants
Authentication property.
KEY_DESCRIPTION - Static variable in interface com.sap.core.connectivity.api.validation.consts.LdapConstants
Description property.
KEY_PASSWORD - Static variable in interface com.sap.core.connectivity.api.validation.consts.LdapConstants
Password property.
KEY_PROXY_TYPE - Static variable in interface com.sap.core.connectivity.api.validation.consts.LdapConstants
Proxy type property.
KEY_STORE_LOCATION - Static variable in interface com.sap.core.connectivity.api.validation.consts.CommonConstants
Destination keystore location property.
KEY_STORE_PASSWORD - Static variable in interface com.sap.core.connectivity.api.validation.consts.CommonConstants
Destination keystore password property.
KEY_URL - Static variable in interface com.sap.core.connectivity.api.validation.consts.LdapConstants
URL property.
KEY_USER - Static variable in interface com.sap.core.connectivity.api.validation.consts.LdapConstants
User property.
KeyStoreIllegalStateException - Exception in com.sap.cloud.crypto.keystore.api
Thrown in case the keystore is changed in the storage and it cannot be load again.
KeyStoreIllegalStateException(String) - Constructor for exception com.sap.cloud.crypto.keystore.api.KeyStoreIllegalStateException
Constructor with message.
KeyStoreIllegalStateException(String, Throwable) - Constructor for exception com.sap.cloud.crypto.keystore.api.KeyStoreIllegalStateException
Constructor with message and cause.
KeyStoreNotFoundException - Exception in com.sap.cloud.crypto.keystore.api
Thrown if a keystore with the specified name doesn't exist.
KeyStoreNotFoundException(String, Throwable) - Constructor for exception com.sap.cloud.crypto.keystore.api.KeyStoreNotFoundException
Constructor with message and cause.
KeyStoreNotFoundException(String) - Constructor for exception com.sap.cloud.crypto.keystore.api.KeyStoreNotFoundException
Constructor with message.
KeyStoreService - Interface in com.sap.cloud.crypto.keystore.api
Interface of the keystore service that provides read-only access to the available keystores in SAP Cloud Platform.
KeyStoreServiceException - Exception in com.sap.cloud.crypto.keystore.api
Thrown if a problem with the keystore access occurs.
KeyStoreServiceException(String, Throwable) - Constructor for exception com.sap.cloud.crypto.keystore.api.KeyStoreServiceException
Constructor with message and cause.
KeyStoreServiceException(String) - Constructor for exception com.sap.cloud.crypto.keystore.api.KeyStoreServiceException
Constructor with message.

L

LAST_NAME - Static variable in interface com.sap.security.um.user.UserAttribute
Alias for the last name of the user.
lastRow() - Method in interface com.sap.conn.jco.JCoTable
Moves the row pointer to the last row.
LdapConstants - Interface in com.sap.core.connectivity.api.validation.consts
Provides constants which are Ldap Destination specific.
LdapOnPremiseSocketFactory - Class in com.sap.core.connectivity.api.ldap
Socket factory capable of creating sockets to LDAP on premise systems.
LdapOnPremiseSocketFactory() - Constructor for class com.sap.core.connectivity.api.ldap.LdapOnPremiseSocketFactory
 
listAttributes() - Method in interface com.sap.security.um.user.User
Returns a set of system-specific aliases of all attributes of this user.
load(Reader) - Method in interface com.sap.conn.jco.JCoRepository
Loads the repository from the given reader.
LOCATION_ID - Static variable in interface com.sap.core.connectivity.api.validation.consts.HttpConstants
The cloud connector location id property for HTTP destinations.
LOCATION_ID - Static variable in interface com.sap.core.connectivity.api.validation.consts.MailConstants
The cloud connector location id property.
lock() - Method in interface com.sap.conn.jco.JCoMetaData
Locks the metadata to prevent further changes.
LoginContextFactory - Class in com.sap.security.auth.login
The factory of JAAS login contexts can be used to instantiate login contexts with the correct class loading environment for the configured login modules.
LoginContextFactory() - Constructor for class com.sap.security.auth.login.LoginContextFactory
 

M

MAIL_PASSWORD - Static variable in interface com.sap.core.connectivity.api.validation.consts.MailConstants
Password property.
MAIL_USER - Static variable in interface com.sap.core.connectivity.api.validation.consts.MailConstants
User property.
MailConstants - Interface in com.sap.core.connectivity.api.validation.consts
Provides constants which are Mail Destination specific.
main(String[]) - Static method in class com.sap.conn.jco.About
Prints the version information of the Java Connector.
MISSING_ACCESS_TOKEN - Static variable in class com.sap.cloud.security.oauth2.OAuthAuthorization
Error code passed as a httpRequest parameter attribute with a name reason in case of failed authorization when the access token is not passed as an HTTP "Authorization" request header.

N

NAME - Static variable in interface com.sap.core.connectivity.api.validation.consts.CommonConstants
Destination name property.
NAME - Static variable in interface com.sap.security.um.user.UserAttribute
Alias for the name of the user (see Principal.getName()).
NAME_QUALIFIER - Static variable in interface com.sap.core.connectivity.api.validation.consts.HttpConstants
OAuth2SAMLBearerAssertion property - nameQualifier.
nextField() - Method in interface com.sap.conn.jco.JCoFieldIterator
Returns the next field of the record.
nextParameterField() - Method in interface com.sap.conn.jco.JCoParameterFieldIterator
Returns the next parameter field of the parameter list.
nextRecordField() - Method in interface com.sap.conn.jco.JCoRecordFieldIterator
Returns the next field of this enumeration.
nextRow() - Method in interface com.sap.conn.jco.JCoTable
Moves the row pointer to the next row.
NO_AUTHENTICATION - Static variable in interface com.sap.core.connectivity.api.validation.consts.HttpConstants
Authentication type - No authentication.
NONE - Static variable in interface com.sap.conn.jco.JCoTraceListener
No trace is written.
NotAuthorizedException - Exception in com.sap.core.connectivity.api.configuration
Exception for errors caused by unauthorized access.
NotAuthorizedException(String) - Constructor for exception com.sap.core.connectivity.api.configuration.NotAuthorizedException
 

O

OAUTH_2_CLIENT_CREDENTIALS - Static variable in interface com.sap.core.connectivity.api.validation.consts.HttpConstants
Authentication type - OAuth2 Client Credentials.
OAUTH_2_SAML_BEARER_ASSERTION - Static variable in interface com.sap.core.connectivity.api.validation.consts.HttpConstants
Authentication type - OAuth2 SAML Bearer Assertion.
OAuthAuthorization - Class in com.sap.cloud.security.oauth2
An abstract class used to access OAuthAuthorization implementation.
OAuthAuthorization() - Constructor for class com.sap.cloud.security.oauth2.OAuthAuthorization
 
OAuthAuthorizationFilter - Class in com.sap.cloud.security.oauth2
Performs the protected resource access check by retrieving from the Authorization Server the scopes associated with the given Access Token, and checks the Token validity.
OAuthAuthorizationFilter() - Constructor for class com.sap.cloud.security.oauth2.OAuthAuthorizationFilter
 
OAuthSystemException - Exception in com.sap.cloud.security.oauth2
Exception class which is used in case of communication errors between the OAuth Recourse Server and the OAuth Authorization Server when authorization is checked.
OAuthSystemException(String) - Constructor for exception com.sap.cloud.security.oauth2.OAuthSystemException
Constructs a new OAuthSystem Exception with the specified detail message.
OAuthSystemException(String, Throwable) - Constructor for exception com.sap.cloud.security.oauth2.OAuthSystemException
Constructs a new OAuthSystem Exception with the specified detail message and cause.
OPTIONAL_PARAMETER - Static variable in interface com.sap.conn.jco.JCoListMetaData
Flag indicating an optional parameter.
OutOfNativeMemoryError - Error in com.sap.conn.jco
A special OutOfMemoryError indicating that a JNI call terminated with a return code showing that a memory allocation failed.
OutOfNativeMemoryError() - Constructor for error com.sap.conn.jco.OutOfNativeMemoryError
default constructor for this error.
OutOfNativeMemoryError(String) - Constructor for error com.sap.conn.jco.OutOfNativeMemoryError
Constructor with message as parameter that shows info about the error or gives a hint to the origin.

P

PASSWORD - Static variable in interface com.sap.core.connectivity.api.validation.consts.HttpConstants
Password property for Basic authentication.
PASSWORD_POLICY - Static variable in interface com.sap.security.um.user.UserAttribute
Alias for password policy associated with the user.
PasswordCheckResult - Enum in com.sap.security.um.user
This enumeration provides the codes of a password check operation.
PasswordStorage - Interface in com.sap.cloud.security.password
This interface provides the ability to store passwords in a central storage.
PasswordStorageException - Exception in com.sap.cloud.security.password
This exception is thrown in case there are errors while trying to set, get or delete a password via Password storage API.
PasswordStorageException() - Constructor for exception com.sap.cloud.security.password.PasswordStorageException
Constructs a new runtime exception with null as its detail message.
PasswordStorageException(String) - Constructor for exception com.sap.cloud.security.password.PasswordStorageException
Constructs a new runtime exception with the specified detail message.
PasswordStorageException(String, Throwable) - Constructor for exception com.sap.cloud.security.password.PasswordStorageException
Constructs a new runtime exception with the specified detail message and cause.
PasswordStorageException(Throwable) - Constructor for exception com.sap.cloud.security.password.PasswordStorageException
Constructs a new runtime exception with the specified cause.
PATH_API - Static variable in interface com.sap.conn.jco.JCoTraceListener
The invocation of API methods is added compared to INFO_PATH_API.
PersistenceException - Exception in com.sap.security.um.user
Exception class which is used in case of communication errors with the user store during search, read or write operations.
PersistenceException(String, Throwable) - Constructor for exception com.sap.security.um.user.PersistenceException
Constructs a new Persistence Exception with the specified detail message and cause.
PersistenceException(String) - Constructor for exception com.sap.security.um.user.PersistenceException
Constructs a new Persistence Exception with the specified detail message.
PersistenceException(Throwable) - Constructor for exception com.sap.security.um.user.PersistenceException
Constructs a new Persistence Exception with the specified cause.
ping() - Method in interface com.sap.conn.jco.JCoDestination
Executes a connection test for this destination.
previousField() - Method in interface com.sap.conn.jco.JCoFieldIterator
Returns the previous field of the record.
previousParameterField() - Method in interface com.sap.conn.jco.JCoParameterFieldIterator
Returns the previous parameter field of the parameter list.
previousRecordField() - Method in interface com.sap.conn.jco.JCoRecordFieldIterator
Returns the previous field of this enumeration.
previousRow() - Method in interface com.sap.conn.jco.JCoTable
Moves the row pointer to the previous row.
PRINCIPAL_PROPAGATION - Static variable in interface com.sap.core.connectivity.api.validation.consts.HttpConstants
Authentication type - Principal propagation.
PROXY_INTERNET - Static variable in interface com.sap.core.connectivity.api.validation.consts.LdapConstants
Proxy type - Internet.
PROXY_ON_PREMISE - Static variable in interface com.sap.core.connectivity.api.validation.consts.LdapConstants
Proxy type - On premise.
PROXY_TYPE - Static variable in interface com.sap.core.connectivity.api.validation.consts.HttpConstants
Proxy type property.
PROXY_TYPE - Static variable in interface com.sap.core.connectivity.api.validation.consts.MailConstants
Proxy type property.
PROXY_TYPE_INTERNET - Static variable in interface com.sap.core.connectivity.api.validation.consts.HttpConstants
Proxy type property - Internet.
PROXY_TYPE_INTERNET - Static variable in interface com.sap.core.connectivity.api.validation.consts.MailConstants
Proxy type property - Internet.
PROXY_TYPE_INTERNET - Static variable in interface com.sap.core.connectivity.api.validation.consts.RfcConstants
Proxy type - Internet.
PROXY_TYPE_ON_PREMISE - Static variable in interface com.sap.core.connectivity.api.validation.consts.HttpConstants
Proxy type property - On premise.
PROXY_TYPE_ON_PREMISE - Static variable in interface com.sap.core.connectivity.api.validation.consts.MailConstants
Proxy type property - On premise.
PROXY_TYPE_ON_PREMISE - Static variable in interface com.sap.core.connectivity.api.validation.consts.RfcConstants
Proxy type - On premise.

Q

queryMetaDataSet(JCoRepository, List<String>, List<String>, List<String>) - Static method in class com.sap.conn.jco.JCo
Queries the metadata for function, type and class lists.

R

readOnlyMode() - Method in class com.sap.ecm.api.AbstractCmisProxyServlet
Indicates if the proxy should only forward read-only Browser binding requests.
RECIPIENT_CLIENT - Static variable in interface com.sap.core.connectivity.api.validation.consts.HttpConstants
Recipient client property for SAPAssertionSSO.
RECIPIENT_SID - Static variable in interface com.sap.core.connectivity.api.validation.consts.HttpConstants
Recipient SID property for SAPAssertionSSO.
removeClassMetaDataFromCache(String) - Method in interface com.sap.conn.jco.JCoRepository
Removes a class metadata instance from the local cache.
removeFunctionTemplateFromCache(String) - Method in interface com.sap.conn.jco.JCoRepository
Removes a function template from the local cache.
removeRecordMetaDataFromCache(String) - Method in interface com.sap.conn.jco.JCoRepository
Removes a record metadata from the local cache.
removeThroughput() - Method in interface com.sap.conn.jco.JCoDestination
Removes the throughput instance from this destination.
removeTraceListener(JCoTraceListener) - Static method in class com.sap.conn.jco.JCo
Removes the given trace listener from the list of JCoTraceListeners.
RepositoryAlreadyExistsException - Exception in com.sap.ecm.api
This exception signals that an attempt to create a new repository failed, as the requested repository already exists.
RepositoryAlreadyExistsException(String) - Constructor for exception com.sap.ecm.api.RepositoryAlreadyExistsException
Constructs a new exception with the given message.
RepositoryNotEmptyException - Exception in com.sap.ecm.api
This exception signals that a repository could not be deleted because it still contains content.
RepositoryNotEmptyException(String) - Constructor for exception com.sap.ecm.api.RepositoryNotEmptyException
Constructs a new exception with the given message.
RepositoryOptions - Class in com.sap.ecm.api
This class defines various repository options necessary to create a new repository.
RepositoryOptions() - Constructor for class com.sap.ecm.api.RepositoryOptions
 
RepositoryOptions.Visibility - Enum in com.sap.ecm.api
Specifies the repository visibility level.
RepositoryQuotaExceededException - Exception in com.sap.ecm.api
This exception signals that an attempt to create a new repository failed, as the respective quota of repositories is exceeded.
RepositoryQuotaExceededException(String) - Constructor for exception com.sap.ecm.api.RepositoryQuotaExceededException
Constructs a new exception with the given message.
requestSSOTicket(boolean) - Method in interface com.sap.conn.jco.JCoCustomDestination.UserData
Sets the logon parameter flag for requesting an SAP SSO ticket.
requireAuthentication() - Method in class com.sap.ecm.api.AbstractCmisProxyServlet
Indicates if the request must be authenticated.
reset() - Method in interface com.sap.conn.jco.JCoFieldIterator
Resets the iterator.
reset() - Method in interface com.sap.conn.jco.JCoThroughput
Resets all instance variables to zero.
RFC_LOCATION_ID - Static variable in interface com.sap.core.connectivity.api.validation.consts.RfcConstants
The cloud connector location id property for RFC destinations.
RfcConstants - Interface in com.sap.core.connectivity.api.validation.consts
Provides constants which are RFC Destination specific.

S

SAP_ASSERTION_SSO - Static variable in interface com.sap.core.connectivity.api.validation.consts.HttpConstants
Authentication type - SAP Assertion SSO.
SapPassportHeader - Interface in com.sap.core.connectivity.api.sappassport
SapPassportHeader provides header name and value which can be used to forward SAP statistics to other remote systems.
SapPassportHeaderProvider - Interface in com.sap.core.connectivity.api.sappassport
SapPassportHeaderProvider provides an updated SAP-PASSPORT that should be forwarded to the new connection.
save(Writer) - Method in interface com.sap.conn.jco.JCoRepository
Saves this repository using the given writer.
SCOPE - Static variable in interface com.sap.core.connectivity.api.validation.consts.HttpConstants
OAuth2SAMLBearerAssertion property - scope.
searchUser(String, String, UserProvider.SearchOperator, UserProvider.CaseSensitive) - Method in interface com.sap.security.um.user.UserProvider
Searches users and returns the user names of the users that match the provided search criteria.
service(HttpServletRequest, HttpServletResponse) - Method in class com.sap.ecm.api.AbstractCmisProxyServlet
 
ServiceException - Exception in com.sap.ecm.api
Generic exception encapsulating other root causes.
ServiceException(String, Throwable) - Constructor for exception com.sap.ecm.api.ServiceException
Constructs a new exception with the given message and the given root cause.
ServiceException(String) - Constructor for exception com.sap.ecm.api.ServiceException
Constructs a new exception with the given message.
setAbapClassExceptionMode(AbapClassException.Mode) - Method in interface com.sap.conn.jco.JCoFunction
Sets the mode for ABAP class exceptions.
setAbapClassExceptionMode(AbapClassException.Mode) - Method in interface com.sap.conn.jco.JCoRequest
Sets the mode for ABAP class exceptions.
setActive(int, boolean) - Method in interface com.sap.conn.jco.JCoParameterList
Sets the marshall/unmarshall behavior of a parameter.
setActive(String, boolean) - Method in interface com.sap.conn.jco.JCoParameterList
Sets the marshall/unmarshall behavior of a parameter.
setAliasUser(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.UserData
Sets the SAP user alias name logon parameter.
setClient(String) - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Allows setting the SAP client attribute.
setClient(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.UserData
Sets the SAP client logon parameter.
setCodepage(String) - Method in interface com.sap.conn.jco.JCoCustomDestination
The RFC communication negotiates the code page to use with its communication partner.
setCommitCheckOn(boolean) - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Allows adjusting the commit check attribute.
setConnectivitySocketFactory(ConnectivitySocketFactory) - Method in class com.sap.core.connectivity.api.ldap.LdapOnPremiseSocketFactory
 
setDescription(String) - Method in class com.sap.ecm.api.RepositoryOptions
 
setDestination(JCoDestination) - Method in interface com.sap.conn.jco.JCoCustomRepository
Set the destination for the remote queries.
setDisplayName(String) - Method in class com.sap.ecm.api.RepositoryOptions
 
setExternalIDData(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.UserData
Sets the external identification user logon data.
setExternalIDType(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.UserData
Sets the type of the external identification user logon data.
setKernelTrace(boolean) - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Allows setting the kernel trace attribute.
setLanguage(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.UserData
Sets the language logon parameter.
setLineType(String) - Method in interface com.sap.conn.jco.JCoRecordMetaData
In case the JCoRecordMetaData is created for a JCoCustomRepository and represents a table type, setLineType() allows setting the name of the structure, table or data element, which is the line type of the table.
setLock(boolean) - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Allows setting the lock attribute.
setLogonCheck(int) - Method in interface com.sap.conn.jco.JCoCustomDestination.UserData
Sets the logon check parameter.
setMiddlewareProperty(String, String) - Static method in class com.sap.conn.jco.JCo
Sets a value for the given middleware property.
setMultiTenantCapable(boolean) - Method in class com.sap.ecm.api.RepositoryOptions
 
setName(String) - Method in interface com.sap.conn.jco.JCoMetaData
Sets the name of the table/structure this metadata describes.
setPassword(String, char[]) - Method in interface com.sap.cloud.security.password.PasswordStorage
Stores the given password and assigns it to the given alias.
setPassword(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.UserData
Sets the password logon parameter.
setProgramName(String) - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Allows setting the program name attribute.
setProperty(String, String) - Static method in class com.sap.conn.jco.JCo
Sets a value for the given JCo property.
setQueryMode(JCoCustomRepository.QueryMode) - Method in interface com.sap.conn.jco.JCoCustomRepository
Allow the application to control the repository query.
setRecordLength(int, int) - Method in interface com.sap.conn.jco.JCoRecordMetaData
Sets the total length of a structure or single row of a table.
setRepositoryDestination(JCoDestination) - Method in interface com.sap.conn.jco.JCoCustomDestination
Sets the destination, whose repository will be used for meta data queries for this destination.
setRepositoryKey(String) - Method in class com.sap.ecm.api.RepositoryOptions
 
setRow(int) - Method in interface com.sap.conn.jco.JCoTable
Sets the row pointer to the specified position.
setSncLibrary(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.SncConfigurationData
Sets the path to the library which provides the SNC service.
setSncMode(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.SncConfigurationData
Switches SNC on or off.
setSncMyName(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.SncConfigurationData
Sets the own SNC name of the caller.
setSncPartnerName(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.SncConfigurationData
Sets the SNC name of the communication partner server.
setSncQOP(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.SncConfigurationData
Sets the SNC quality of protection level.
setSncWithSSO(boolean) - Method in interface com.sap.conn.jco.JCoCustomDestination.SncConfigurationData
Allows to adjust the SSO behavior of SNC.
setSSOTicket(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.UserData
Sets SAP SSO logon ticket parameter.
setString(String) - Method in interface com.sap.conn.jco.JCoStructure
Allows to set all fields of a Structure handed by one single String containing all fields values.
setString(String) - Method in interface com.sap.conn.jco.JCoTable
Allows to set all fields for the current row handed over by one single String containing all field values.
setThroughput(JCoThroughput) - Method in interface com.sap.conn.jco.JCoDestination
Sets the throughput instance for measuring the RFC executions to this destination.
setTrace(int, String) - Static method in class com.sap.conn.jco.JCo
Turns on the JCo trace.
setTrace(boolean) - Method in interface com.sap.conn.jco.JCoCustomDestination
Allows to switch the RFC trace on and off.
setTransactionCode(String) - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Allows setting the ABAP transaction code.
setUniqueName(String) - Method in class com.sap.ecm.api.RepositoryOptions
 
setUnitHistory(boolean) - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Allows setting the unit history attribute.
setUser(String) - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Allows setting the user attribute.
setUser(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.UserData
Sets the SAP user name logon parameter.
setUseSapGui(boolean) - Method in interface com.sap.conn.jco.JCoCustomDestination
Allows to switch the association of an SAP GUI with the used JCo connection on and off.
setValue(Object) - Method in interface com.sap.conn.jco.JCoField
Sets the specified object as the field's value.
setValue(String) - Method in interface com.sap.conn.jco.JCoField
Sets the specified string as the field's value.
setValue(char) - Method in interface com.sap.conn.jco.JCoField
Sets the specified character as the field's value.
setValue(char[], int, int) - Method in interface com.sap.conn.jco.JCoField
Sets the specified character array as the field's value.
setValue(short) - Method in interface com.sap.conn.jco.JCoField
Sets the specified short as the field's value.
setValue(int) - Method in interface com.sap.conn.jco.JCoField
Sets the specified integer as the field's value.
setValue(long) - Method in interface com.sap.conn.jco.JCoField
Sets the specified long as the field's value.
setValue(double) - Method in interface com.sap.conn.jco.JCoField
Sets the specified double as the field's value.
setValue(byte[]) - Method in interface com.sap.conn.jco.JCoField
Sets the specified byte array as the field's value.
setValue(byte) - Method in interface com.sap.conn.jco.JCoField
Sets the specified byte as the field's value.
setValue(JCoStructure) - Method in interface com.sap.conn.jco.JCoField
Sets the specified structure as the field's value.
setValue(JCoTable) - Method in interface com.sap.conn.jco.JCoField
Sets the specified table as the field's value.
setValue(int, String) - Method in interface com.sap.conn.jco.JCoRecord
Sets the specified string as the field's value.
setValue(String, String) - Method in interface com.sap.conn.jco.JCoRecord
Sets the string as the value for the named field.
setValue(int, char) - Method in interface com.sap.conn.jco.JCoRecord
Sets the specified character as the field's value.
setValue(String, char) - Method in interface com.sap.conn.jco.JCoRecord
Sets the character as the value for the named field.
setValue(int, char[]) - Method in interface com.sap.conn.jco.JCoRecord
Sets the specified character array as the field's value.
setValue(String, char[]) - Method in interface com.sap.conn.jco.JCoRecord
Sets the specified character array as the value for the named field.
setValue(int, char[], int, int) - Method in interface com.sap.conn.jco.JCoRecord
Sets a sequence of characters from the specified character array as the field's value.
setValue(String, char[], int, int) - Method in interface com.sap.conn.jco.JCoRecord
Sets a sequence of characters from the specified character array as the value for the named field.
setValue(int, short) - Method in interface com.sap.conn.jco.JCoRecord
Sets the short as the value for the i'th field.
setValue(String, short) - Method in interface com.sap.conn.jco.JCoRecord
Sets the short as the value for the named field.
setValue(int, int) - Method in interface com.sap.conn.jco.JCoRecord
Sets the int as the value for the i'th field.
setValue(String, int) - Method in interface com.sap.conn.jco.JCoRecord
Sets the int as the value for the named field.
setValue(int, long) - Method in interface com.sap.conn.jco.JCoRecord
Sets the long as the value for the i'th field.
setValue(String, long) - Method in interface com.sap.conn.jco.JCoRecord
Sets the long as the value for the named field.
setValue(int, float) - Method in interface com.sap.conn.jco.JCoRecord
Sets the float as the value for the i'th field.
setValue(String, float) - Method in interface com.sap.conn.jco.JCoRecord
Sets the float as the value for the named field.
setValue(int, double) - Method in interface com.sap.conn.jco.JCoRecord
Sets the double as the value for the i'th field.
setValue(String, double) - Method in interface com.sap.conn.jco.JCoRecord
Sets the double as the value for the named field.
setValue(int, byte) - Method in interface com.sap.conn.jco.JCoRecord
Sets the byte as the value for the i'th field.
setValue(String, byte) - Method in interface com.sap.conn.jco.JCoRecord
Sets the byte as the value for the named field.
setValue(int, byte[]) - Method in interface com.sap.conn.jco.JCoRecord
Sets the byte array as the value for the i'th field.
setValue(String, byte[]) - Method in interface com.sap.conn.jco.JCoRecord
Sets the byte array as the value for the named field.
setValue(int, BigDecimal) - Method in interface com.sap.conn.jco.JCoRecord
Sets the BigDecimal as the value for the i'th field.
setValue(String, BigDecimal) - Method in interface com.sap.conn.jco.JCoRecord
Sets the BigDecimal as the value for the named field.
setValue(int, JCoStructure) - Method in interface com.sap.conn.jco.JCoRecord
Sets the structure as the value for the i'th field.
setValue(String, JCoStructure) - Method in interface com.sap.conn.jco.JCoRecord
Sets the structure as the value for the named field.
setValue(int, JCoTable) - Method in interface com.sap.conn.jco.JCoRecord
Sets the table as the value for the i'th field.
setValue(String, JCoTable) - Method in interface com.sap.conn.jco.JCoRecord
Sets the table as the value for the named field.
setValue(int, JCoAbapObject) - Method in interface com.sap.conn.jco.JCoRecord
Sets the value of the specified field to be the given JCoAbapObject.
setValue(String, JCoAbapObject) - Method in interface com.sap.conn.jco.JCoRecord
Sets the value of the specified field to be the given JCoAbapObject.
setValue(int, Object) - Method in interface com.sap.conn.jco.JCoRecord
Sets the object as the value for the i'th field.
setValue(String, Object) - Method in interface com.sap.conn.jco.JCoRecord
Sets the object as the value for the named field.
setVirusScannerEnabled(boolean) - Method in class com.sap.ecm.api.RepositoryOptions
 
setVisibility(RepositoryOptions.Visibility) - Method in class com.sap.ecm.api.RepositoryOptions
 
setX509Certificate(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.UserData
Sets the X.509 certificate logon parameter.
SHORT_DEBUG - Static variable in interface com.sap.conn.jco.JCoTraceListener
Some more verbose information including limited data containers are added compared to INFO_PATH.
SIGNING_KEY - Static variable in interface com.sap.core.connectivity.api.validation.consts.HttpConstants
Signing key property for SAPAssertionSSO.
STATE_ACTIVE - Static variable in interface com.sap.conn.jco.monitor.JCoConnectionData
Connection state flag: Connection is active.
STATE_STATEFUL - Static variable in interface com.sap.conn.jco.monitor.JCoConnectionData
Connection state flag: Connection is stateful.
supportAtomPubBinding() - Method in class com.sap.ecm.api.AbstractCmisProxyServlet
Indicates if the CMIS AtomPub Binding should be exposed.
supportBrowserBinding() - Method in class com.sap.ecm.api.AbstractCmisProxyServlet
Indicates if the CMIS Browser Binding should be exposed.
supportCMIS_1_0() - Method in class com.sap.ecm.api.AbstractCmisProxyServlet
Indicates if the CMIS 1.0 endpoints should be exposed.
supportCMIS_1_1() - Method in class com.sap.ecm.api.AbstractCmisProxyServlet
Indicates if the CMIS 1.1 endpoints should be exposed.
supportsASXML() - Method in interface com.sap.conn.jco.JCoFunctionTemplate
Returns true if this function module is supporting the ASXML semantics for serialization in the RFC protocol.
supportWebServicesBinding() - Method in class com.sap.ecm.api.AbstractCmisProxyServlet
Indicates if the CMIS Web Services Binding should be exposed.
SYSTEM_USER - Static variable in interface com.sap.core.connectivity.api.validation.consts.HttpConstants
System user property for OAuth2SAMLBearerAssertion.

T

Tenant - Interface in com.sap.cloud.account
Tenant interface provides information about particular tenant.
TenantAlreadySetException - Exception in com.sap.cloud.account
TenantAlreadySetException is a runtime exception which is thrown when another tenant is already assigned to the current thread.
TenantAlreadySetException(String, Exception) - Constructor for exception com.sap.cloud.account.TenantAlreadySetException
Constructs a new tenant already set exception with the specified detail message and cause.
TenantAlreadySetException(String) - Constructor for exception com.sap.cloud.account.TenantAlreadySetException
Constructs a new tenant already set exception with the specified detail message.
TenantContext - Interface in com.sap.cloud.account
TenantContext interface provides information about the tenant which is associated with the current Thread.
TenantUnavailableException - Exception in com.sap.cloud.account
TenantUnavailableException is a runtime exception which is thrown when the tenant context is unavailable.
TenantUnavailableException(String, Exception) - Constructor for exception com.sap.cloud.account.TenantUnavailableException
Constructs a new tenant unavailable exception with the specified detail message and cause.
TenantUnavailableException(String) - Constructor for exception com.sap.cloud.account.TenantUnavailableException
Constructs a new tenant unavailable exception with the specified detail message.
toAbapObject() - Method in exception com.sap.conn.jco.AbapClassException
Returns the instance of JCoAbapObject that is used by JCo to represent an ABAP class exception.
toJSON() - Method in interface com.sap.conn.jco.JCoRecord
Returns the whole record in a JSON representation.
toJSON(Writer) - Method in interface com.sap.conn.jco.JCoRecord
Serializes the whole record in a JSON representation to a Writer.
TOKEN_SERVICE_PASSWORD - Static variable in interface com.sap.core.connectivity.api.validation.consts.HttpConstants
Token service password property for OAuth2SAMLBearerAssertion.
TOKEN_SERVICE_URL - Static variable in interface com.sap.core.connectivity.api.validation.consts.HttpConstants
Token service URL property for OAuth2SAMLBearerAssertion.
TOKEN_SERVICE_USER - Static variable in interface com.sap.core.connectivity.api.validation.consts.HttpConstants
Token service user property for OAuth2SAMLBearerAssertion.
toString() - Method in exception com.sap.conn.jco.JCoException
Returns a short description of this exception.
toString() - Method in exception com.sap.conn.jco.JCoRuntimeException
Returns a short description of this exception.
toXML() - Method in interface com.sap.conn.jco.JCoFunction
Returns the function as an XML string.
toXML(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as an XML string.
toXML(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as an XML string.
toXML() - Method in interface com.sap.conn.jco.JCoRecord
Returns the whole record in XML format.
trace(int, String) - Method in interface com.sap.conn.jco.JCoTraceListener
Called when a trace message is being issued.
trimToRows() - Method in interface com.sap.conn.jco.JCoTable
Trims the capacity of this table to be the table's current number of rows.
TRUST_ALL - Static variable in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
If this property is in the destination then the server certificate will not be checked.
TRUST_ALL - Static variable in interface com.sap.core.connectivity.api.validation.consts.HttpConstants
TrustAll property.
TRUST_STORE_LOCATION - Static variable in interface com.sap.core.connectivity.api.validation.consts.CommonConstants
Destination truststore location property.
TRUST_STORE_PASSWORD - Static variable in interface com.sap.core.connectivity.api.validation.consts.CommonConstants
Destination truststore password property.
trustAllForTLS() - Method in interface com.sap.conn.jco.JCoDestination
Returns true if everyone is trusted via the TLS protocol for WebSocket communication as specified in the destination properties, false otherwise.
TYPE - Static variable in interface com.sap.core.connectivity.api.validation.consts.CommonConstants
Destination type property.
TYPE_ABAPOBJECT - Static variable in interface com.sap.conn.jco.JCoMetaData
ABAP object.
TYPE_BCD - Static variable in interface com.sap.conn.jco.JCoMetaData
Packed BCD number, any length between 1 and 16 bytes.
TYPE_BOX - Static variable in interface com.sap.conn.jco.JCoMetaData
ABAP boxed component.
TYPE_BYTE - Static variable in interface com.sap.conn.jco.JCoMetaData
Raw data, binary, fixed length, zero padded.
TYPE_CDAY - Static variable in interface com.sap.conn.jco.JCoMetaData
Date representing a month and a day of the month without specifying a year.
TYPE_CHAR - Static variable in interface com.sap.conn.jco.JCoMetaData
1-byte or multi-byte character.Fixed sized, blank padded.
TYPE_DATE - Static variable in interface com.sap.conn.jco.JCoMetaData
Date ( YYYYYMMDD ).
TYPE_DECF16 - Static variable in interface com.sap.conn.jco.JCoMetaData
Decimal floating point.
TYPE_DECF34 - Static variable in interface com.sap.conn.jco.JCoMetaData
Decimal floating point.
TYPE_DTDAY - Static variable in interface com.sap.conn.jco.JCoMetaData
Date representing year, month, and day.
TYPE_DTMONTH - Static variable in interface com.sap.conn.jco.JCoMetaData
Date representing a year and a month.
TYPE_DTWEEK - Static variable in interface com.sap.conn.jco.JCoMetaData
Date representing a year and a week of the year.
TYPE_EXCEPTION - Static variable in interface com.sap.conn.jco.JCoMetaData
ABAP exception.
TYPE_FLOAT - Static variable in interface com.sap.conn.jco.JCoMetaData
Floating point,double precision.
TYPE_GENERIC_BOX - Static variable in interface com.sap.conn.jco.JCoMetaData
ABAP boxed generic component.
TYPE_HTTP - Static variable in interface com.sap.core.connectivity.api.validation.consts.CommonConstants
Valid Destination Type - HTTP.
TYPE_INT - Static variable in interface com.sap.conn.jco.JCoMetaData
4-byte integer.
TYPE_INT1 - Static variable in interface com.sap.conn.jco.JCoMetaData
1-byte integer.
TYPE_INT2 - Static variable in interface com.sap.conn.jco.JCoMetaData
2-byte integer.
TYPE_INT8 - Static variable in interface com.sap.conn.jco.JCoMetaData
8-byte integer, corresponds to ABAP type '8'.
TYPE_INVALID - Static variable in interface com.sap.conn.jco.JCoMetaData
The field info does not contain a valid JCO type.
TYPE_ITAB - Static variable in interface com.sap.conn.jco.JCoMetaData
Internal table.
TYPE_LDAP - Static variable in interface com.sap.core.connectivity.api.validation.consts.CommonConstants
Destination type for LDAP connection protocol.
TYPE_MAIL - Static variable in interface com.sap.core.connectivity.api.validation.consts.CommonConstants
Valid Destination Type - MAIL.
TYPE_NUM - Static variable in interface com.sap.conn.jco.JCoMetaData
Digits, fixed size,'0' padded.
TYPE_RFC - Static variable in interface com.sap.core.connectivity.api.validation.consts.CommonConstants
Valid Destination Type - RFC (JCo).
TYPE_STRING - Static variable in interface com.sap.conn.jco.JCoMetaData
UTF8 encoded string of variable length.
TYPE_STRUCTURE - Static variable in interface com.sap.conn.jco.JCoMetaData
A heterogeneous structure.
TYPE_TABLE - Static variable in interface com.sap.conn.jco.JCoMetaData
A JCoTable.
TYPE_TIME - Static variable in interface com.sap.conn.jco.JCoMetaData
Time (HHMMSS).
TYPE_TMINUTE - Static variable in interface com.sap.conn.jco.JCoMetaData
Time representing hours and minutes.
TYPE_TSECOND - Static variable in interface com.sap.conn.jco.JCoMetaData
Time representing hours, minutes, and seconds.
TYPE_UTCLONG - Static variable in interface com.sap.conn.jco.JCoMetaData
Timestamp with high precision.
TYPE_UTCMINUTE - Static variable in interface com.sap.conn.jco.JCoMetaData
Timestamp with a precision of one minute.
TYPE_UTCSECOND - Static variable in interface com.sap.conn.jco.JCoMetaData
Timestamp with a precision of one second.
TYPE_XSTRING - Static variable in interface com.sap.conn.jco.JCoMetaData
Byte array of variable length.

U

UMException - Exception in com.sap.security.um
Base class for all declared exceptions thrown by the UM bundle.
UMException(String) - Constructor for exception com.sap.security.um.UMException
Constructs a new UM Exception with the specified detail message.
UMException(Throwable) - Constructor for exception com.sap.security.um.UMException
Constructs a new UM Exception with the specified cause.
UMException(String, Throwable) - Constructor for exception com.sap.security.um.UMException
Constructs a new UM Exception with the specified detail message and cause.
UNINITIALIZED - Static variable in interface com.sap.conn.jco.JCoMetaData
The field info was not initialized yet.
UnsupportedUserAttributeException - Exception in com.sap.security.um.user
Exception which is throw if an attribute should be read which is not supported by the user store.
UnsupportedUserAttributeException(String) - Constructor for exception com.sap.security.um.user.UnsupportedUserAttributeException
Constructs a new Persistence Exception with the specified detail message.
UnsupportedUserAttributeException(Throwable) - Constructor for exception com.sap.security.um.user.UnsupportedUserAttributeException
Constructs a new Persistence Exception with the specified cause.
UnsupportedUserAttributeException(String, Throwable) - Constructor for exception com.sap.security.um.user.UnsupportedUserAttributeException
Constructs a new Persistence Exception with the specified detail message and cause.
URL - Static variable in interface com.sap.core.connectivity.api.validation.consts.HttpConstants
URL property.
USER - Static variable in interface com.sap.core.connectivity.api.validation.consts.HttpConstants
User property for Basic authentication.
User - Interface in com.sap.security.um.user
This interface provides read access to user data and is an extension of Principal.
USER_PROVIDER_NAME_PROPERTY - Static variable in interface com.sap.security.um.user.UserProvider
Could be used to specify a name of the UserProvider implementation when it is registered in an OSGi framework.
UserAttribute - Interface in com.sap.security.um.user
The interface represents abstraction over a user general attribute, such as an e-mail address.
UserManagementAccessor - Class in com.sap.security.um.service
A common accessor to user management API implementation.
UserManagementAccessor() - Constructor for class com.sap.security.um.service.UserManagementAccessor
 
UserProvider - Interface in com.sap.security.um.user
This interface represents the service interface which provides read access to a user implementation.
UserProvider.CaseSensitive - Enum in com.sap.security.um.user
Two possible ways to search for user attribute values if supported by the the user provider implementation for the concrete user attribute.
UserProvider.SearchOperator - Enum in com.sap.security.um.user
Searching for exact match of the search criteria.
usesTLS() - Method in interface com.sap.conn.jco.JCoDestination
Returns true if the TLS protocol is used for WebSocket communication as specified in the destination properties, false otherwise.

V

validate(String, Properties) - Method in interface com.sap.core.connectivity.api.validation.DestinationValidation
Validates a destination configuration.
validate() - Method in class com.sap.ecm.api.RepositoryOptions
Validates this object and returns an error message if wrong parameters are supplied or parameters are missing.
VALUE_BASIC_AUTHENTICATION - Static variable in interface com.sap.core.connectivity.api.validation.consts.LdapConstants
Authentication type - Basic.
VALUE_NO_AUTHENTICATION - Static variable in interface com.sap.core.connectivity.api.validation.consts.LdapConstants
Authentication type - No authentication.
valueOf(String) - Static method in enum com.sap.conn.jco.AbapClassException.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.conn.jco.JCoClassMetaData.JCoAttributeKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.conn.jco.JCoCustomRepository.QueryMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.conn.jco.JCoFunctionUnitState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.conn.jco.JCoUnitIdentifier.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.ecm.api.RepositoryOptions.Visibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.security.um.user.PasswordCheckResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.security.um.user.UserProvider.CaseSensitive
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.security.um.user.UserProvider.SearchOperator
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sap.conn.jco.AbapClassException.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.conn.jco.JCoClassMetaData.JCoAttributeKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.conn.jco.JCoCustomRepository.QueryMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.conn.jco.JCoFunctionUnitState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.conn.jco.JCoUnitIdentifier.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.ecm.api.RepositoryOptions.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.security.um.user.PasswordCheckResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.security.um.user.UserProvider.CaseSensitive
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.security.um.user.UserProvider.SearchOperator
Returns an array containing the constants of this enum type, in the order they are declared.

W

WINDOWS_DOMAIN_QUALIFIER_NAME - Static variable in interface com.sap.security.um.user.UserAttribute
Alias for the windows qualified name of the user.
write(Writer) - Method in interface com.sap.conn.jco.JCoField
Writes the field to a java.io.Writer.
write(int, Writer) - Method in interface com.sap.conn.jco.JCoRecord
Writes the field specified by the index to the provided Writer.
write(String, Writer) - Method in interface com.sap.conn.jco.JCoRecord
Writes the named field to the provided Writer.

X

X509_SUBJECT_NAME - Static variable in interface com.sap.security.um.user.UserAttribute
Alias for the X.509 subject name of the user.
XMLParserException - Exception in com.sap.conn.jco
Exception thrown by the XML parser in the RFC communication when using complex parameters or if the function module is tagged in the metadata to use binary ASXML as serialization format on the line.
XMLParserException(String) - Constructor for exception com.sap.conn.jco.XMLParserException
Creates a new instance of the XMLParserException with the given message.
XMLParserException(String, Throwable) - Constructor for exception com.sap.conn.jco.XMLParserException
Creates a new instance of the XMLParserException with the given message and a cause exception.
A B C D E F G H I J K L M N O P Q R S T U V W X 

Copyright © 2020 SAP. All Rights Reserved.