Uses of Class
org.frankframework.util.CredentialFactory
Packages that use CredentialFactory
Package
Description
-
Uses of CredentialFactory in org.frankframework.aws
Methods in org.frankframework.aws with parameters of type CredentialFactoryModifier and TypeMethodDescriptionstatic software.amazon.awssdk.auth.credentials.AwsCredentialsProvider
AwsUtil.createCredentialProviderChain
(CredentialFactory cf) Create a chain of credential providers, for AWS SDK v2. -
Uses of CredentialFactory in org.frankframework.core
Methods in org.frankframework.core with parameters of type CredentialFactoryModifier and TypeMethodDescriptionvoid
IListenerConnector.configureEndpointConnection
(IPortConnectedListener<M> listener, jakarta.jms.ConnectionFactory connectionFactory, CredentialFactory credentialFactory, jakarta.jms.Destination destination, IbisExceptionListener exceptionListener, IListenerConnector.CacheMode cacheMode, int acknowledgeMode, String selector, long receiveTimeout, long pollGuardInterval) -
Uses of CredentialFactory in org.frankframework.extensions.akamai
Constructors in org.frankframework.extensions.akamai with parameters of type CredentialFactoryModifierConstructorDescriptionNetStorageCmsSigner
(URI uri, CredentialFactory accessTokenCf, NetStorageCmsSigner.SignType signType) -
Uses of CredentialFactory in org.frankframework.extensions.cmis.server
Methods in org.frankframework.extensions.cmis.server that return CredentialFactoryModifier and TypeMethodDescriptionCmisSecurityHandler.getCredentials()
Can be used to authenticate the user against another system or pass the authentication context through. -
Uses of CredentialFactory in org.frankframework.extensions.tibco
Methods in org.frankframework.extensions.tibco with parameters of type CredentialFactoryModifier and TypeMethodDescriptionprotected static com.tibco.tibjms.admin.TibjmsAdmin
TibcoUtils.getActiveServerAdmin
(String url, CredentialFactory cf, Map<String, Object> connectionProperties) -
Uses of CredentialFactory in org.frankframework.filesystem
Methods in org.frankframework.filesystem with parameters of type CredentialFactoryModifier and TypeMethodDescriptionMsalClientAdapter.createGraphClient
(String tenantId, CredentialFactory credentials) -
Uses of CredentialFactory in org.frankframework.filesystem.smb
Methods in org.frankframework.filesystem.smb with parameters of type CredentialFactoryModifier and TypeMethodDescriptionstatic com.hierynomus.smbj.auth.GSSAuthenticationContext
SambaFileSystemUtils.createGSSAuthenticationContext
(CredentialFactory credentialFactory) -
Uses of CredentialFactory in org.frankframework.jms
Methods in org.frankframework.jms that return CredentialFactoryMethods in org.frankframework.jms with parameters of type CredentialFactoryModifier and TypeMethodDescriptionvoid
IbisMessageListenerContainer.setCredentialFactory
(CredentialFactory credentialFactory) -
Uses of CredentialFactory in org.frankframework.ldap
Fields in org.frankframework.ldap declared as CredentialFactory -
Uses of CredentialFactory in org.frankframework.metrics
Methods in org.frankframework.metrics that return CredentialFactoryModifier and TypeMethodDescriptionprotected CredentialFactory
AbstractMetricsRegistryConfigurator.getCredentialFactory()
protected CredentialFactory
AbstractMetricsRegistryConfigurator.getCredentialFactory
(String usernameKey, String passwordKey) -
Uses of CredentialFactory in org.frankframework.soap
Methods in org.frankframework.soap with parameters of type CredentialFactoryModifier and TypeMethodDescriptionSoapWrapper.putInEnvelope
(Message message, String encodingStyleUri, String targetObjectNamespace, String soapHeaderInitial, String namespaceDefs, String soapNamespace, CredentialFactory wsscf, boolean passwordDigest, boolean includeXmlDeclaration) -
Uses of CredentialFactory in org.frankframework.unmanaged
Methods in org.frankframework.unmanaged with parameters of type CredentialFactoryModifier and TypeMethodDescriptionvoid
SpringJmsConnector.configureEndpointConnection
(IPortConnectedListener<jakarta.jms.Message> jmsListener, jakarta.jms.ConnectionFactory connectionFactory, CredentialFactory credentialFactory, jakarta.jms.Destination destination, IbisExceptionListener exceptionListener, IListenerConnector.CacheMode cacheMode, int acknowledgeMode, String messageSelector, long receiveTimeout, long pollGuardInterval)