Uses of Interface
com.redwood.scheduler.api.model.Credential
-
Packages that use Credential Package Description com.redwood.scheduler.api.connector.sap.rfc.scripting Scheduler API - SAP scripting interfacecom.redwood.scheduler.api.database Scheduler API - Databasecom.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of Credential in com.redwood.scheduler.api.connector.sap.rfc.scripting
Constructors in com.redwood.scheduler.api.connector.sap.rfc.scripting with parameters of type Credential Constructor Description RfcConnectionManager(SAPSystem sapSystem, String clientNumber, Credential credential)
Create an RFC connection manager for the given SAP system.RfcConnectionManager(SAPSystem sapSystem, String clientNumber, String language, Credential credential)
Create an RFC connection manager for the given SAP system.RfcConnectionManager(SchedulerSession session, String sapSystemName, String clientNumber, Credential credential)
Create an RFC connection manager for the given SAP system.RfcConnectionManager(SchedulerSession session, String sapSystemName, String clientNumber, String language, Credential credential)
Create an RFC connection manager for the given SAP system. -
Uses of Credential in com.redwood.scheduler.api.database
Methods in com.redwood.scheduler.api.database with parameters of type Credential Modifier and Type Method Description DatabaseConnection
DatabaseConnectionBuilder. connect(Credential credential)
Connect to a database using a credential.static DatabaseConnection
DatabaseConnectionFactory. connect(Credential c)
Deprecated.static DatabaseConnection
DatabaseConnectionFactory. connect(Credential c, boolean setPLSQLJobContext)
Deprecated.UseDatabase.createDatabaseConnectionBuilder()
instead.static DatabaseConnection
DatabaseConnectionFactory. connect(Credential c, Map<String,?> options)
Deprecated.UseDatabase.createDatabaseConnectionBuilder()
instead.static DatabaseConnection
DatabaseConnectionFactory. connect(Credential c, Map<String,?> options, boolean setPLSQLJobContext)
Deprecated.UseDatabase.createDatabaseConnectionBuilder()
instead. -
Uses of Credential in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type Credential Modifier and Type Field Description static QueryObjectType<Credential>
Credential. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return Credential Modifier and Type Method Description Credential
SchedulerSession. createCredential()
Return a new instance of Credential.static Credential
BusinessKeyLookup. getCredentialByBusinessKey(SchedulerSession session, String key)
Query an instance ofCredential
, based on its business key.Credential
Partition. getCredentialByCredentialProtocolEndpointRealUser(CredentialProtocol credentialProtocol, String endpoint, String realUser)
Get the Credential by CredentialProtocolEndpointRealUser.Credential
SchedulerSession. getCredentialByCredentialProtocolEndpointRealUser(CredentialProtocol credentialProtocol, String endpoint, String realUser)
Get theCredential
by CredentialProtocolEndpointRealUser.Credential
SchedulerSession. getCredentialByCredentialProtocolEndpointRealUser(Partition partition, CredentialProtocol credentialProtocol, String endpoint, String realUser)
Get theCredential
by CredentialProtocolEndpointRealUser.Credential
Partition. getCredentialByCredentialProtocolEndpointVirtualUser(CredentialProtocol credentialProtocol, String endpoint, String virtualUser)
Get the Credential by CredentialProtocolEndpointVirtualUser.Credential
SchedulerSession. getCredentialByCredentialProtocolEndpointVirtualUser(CredentialProtocol credentialProtocol, String endpoint, String virtualUser)
Get theCredential
by CredentialProtocolEndpointVirtualUser.Credential
SchedulerSession. getCredentialByCredentialProtocolEndpointVirtualUser(Partition partition, CredentialProtocol credentialProtocol, String endpoint, String virtualUser)
Get theCredential
by CredentialProtocolEndpointVirtualUser.Credential
BusinessKeyResolver. getCredentialByKey(BusinessKey key)
Query an instance ofCredential
, based on its business key.Credential
CredentialProtocol. getCredentialByPartitionEndpointRealUser(Partition partition, String endpoint, String realUser)
Get the Credential by CredentialProtocolEndpointRealUser.Credential
CredentialProtocol. getCredentialByPartitionEndpointVirtualUser(Partition partition, String endpoint, String virtualUser)
Get the Credential by CredentialProtocolEndpointVirtualUser.Credential
SchedulerSession. getCredentialByUniqueId(Long uniqueId)
Get theCredential
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type Credential Modifier and Type Method Description RWIterable<Credential>
CredentialProtocol. getCredentials()
Get anRWIterable
over an ordered collection ofCredentials
.RWIterable<Credential>
Partition. getCredentials()
Get anRWIterable
over an ordered collection ofCredentials
.Methods in com.redwood.scheduler.api.model with parameters of type Credential Modifier and Type Method Description DatabaseConnection
Database. connect(Credential credential)
Connect to the database using a credential.void
AbstractConcreteObjectCallback. handle(Credential theCredential)
void
ConcreteObjectCallback. handle(Credential theCredential)
-
Uses of Credential in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type Credential Modifier and Type Method Description Iterator<Credential>
CredentialProtocolComp. getCredentials()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useCredentialProtocol.getCredentials()
instead.Iterator<Credential>
PartitionComp. getCredentials()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getCredentials()
instead.
-