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.AwsCredentialsProviderAwsUtil.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 TypeMethodDescriptionvoidIListenerConnector.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.TibjmsAdminTibcoUtils.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.GSSAuthenticationContextSambaFileSystemUtils.createGSSAuthenticationContext(CredentialFactory credentialFactory) -
Uses of CredentialFactory in org.frankframework.http
Methods in org.frankframework.http that return CredentialFactory -
Uses of CredentialFactory in org.frankframework.jdbc.datasource
Methods in org.frankframework.jdbc.datasource that return CredentialFactoryModifier and TypeMethodDescriptionFrankResource.getCredentials()Performs a 'safe' lookup of credentials. -
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 TypeMethodDescriptionvoidIbisMessageListenerContainer.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 CredentialFactoryAbstractMetricsRegistryConfigurator.getCredentialFactory()protected CredentialFactoryAbstractMetricsRegistryConfigurator.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 TypeMethodDescriptionvoidSpringJmsConnector.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)