- get(Object) - Method in class nl.nn.credentialprovider.util.AppConstants
-
- getAlias() - Method in class nl.nn.credentialprovider.Credentials
-
- getAlias() - Method in interface nl.nn.credentialprovider.ICredentials
-
- getAppConstants(String) - Method in class nl.nn.credentialprovider.util.AppConstants
-
Returns a list of
AppConstants which names begin with the keyBase
- getAppConstants(String, boolean, boolean) - Method in class nl.nn.credentialprovider.util.AppConstants
-
Returns a list of
AppConstants which names begin with the keyBase
- getBaseName(String) - Static method in class nl.nn.credentialprovider.util.FilenameUtils
-
Gets the base name, minus the full path and extension, from a full filename.
- getBoolean(String, boolean) - Method in class nl.nn.credentialprovider.util.AppConstants
-
- getBuildOutputDirectory() - Static method in class nl.nn.credentialprovider.util.Misc
-
- getCleanedFilePath(String) - Static method in class nl.nn.credentialprovider.util.ClassUtils
-
clean up file path, to replace websphere specific classpath references with generic ones.
- getConfiguredAliases() - Static method in class nl.nn.credentialprovider.CredentialFactory
-
- getConfiguredAliases() - Method in class nl.nn.credentialprovider.FileSystemCredentialFactory
-
- getConfiguredAliases() - Method in interface nl.nn.credentialprovider.ICredentialFactory
-
return a list of all configured aliases, or null if such a list cannot be provided.
- getConfiguredAliases() - Method in class nl.nn.credentialprovider.MapCredentialFactory
-
- getConfiguredAliases() - Method in class nl.nn.credentialprovider.WebSphereCredentialFactory
-
- getConstructorOnType(Class, Class[]) - Static method in class nl.nn.credentialprovider.util.ClassUtils
-
Retrieves the constructor of a class, based on the parameters
- getCredentialMap(AppConstants) - Method in class nl.nn.credentialprovider.AnsibleVaultCredentialFactory
-
- getCredentialMap(AppConstants) - Method in class nl.nn.credentialprovider.MapCredentialFactory
-
- getCredentialMap(AppConstants) - Method in class nl.nn.credentialprovider.PropertyFileCredentialFactory
-
- getCredentials(String, String, String) - Static method in class nl.nn.credentialprovider.CredentialFactory
-
- getCredentials(String, String, String) - Method in class nl.nn.credentialprovider.FileSystemCredentialFactory
-
- getCredentials(String, String, String) - Method in interface nl.nn.credentialprovider.ICredentialFactory
-
- getCredentials(String, String, String) - Method in class nl.nn.credentialprovider.MapCredentialFactory
-
- getCredentials(String, String, String) - Method in class nl.nn.credentialprovider.WebSphereCredentialFactory
-
- getCredentialsFromAlias() - Method in class nl.nn.credentialprovider.Credentials
-
- getCredentialsFromAlias() - Method in class nl.nn.credentialprovider.FileSystemCredentials
-
- getCredentialsFromAlias() - Method in class nl.nn.credentialprovider.MapCredentials
-
- getCredentialsFromAlias() - Method in class nl.nn.credentialprovider.WebSphereCredentials
-
- getCurrentTimeMillis() - Static method in class nl.nn.credentialprovider.util.Misc
-
- getCypher() - Method in class net.wedjaa.ansible.vault.crypto.data.VaultInfo
-
- getCypher(String) - Static method in class net.wedjaa.ansible.vault.crypto.decoders.CypherFactory
-
- getData() - Method in class net.wedjaa.ansible.vault.crypto.data.VaultContent
-
- getDeclaredFieldValue(Object, Class, String) - Static method in class nl.nn.credentialprovider.util.ClassUtils
-
- getDeclaredFieldValue(Object, String) - Static method in class nl.nn.credentialprovider.util.ClassUtils
-
- getDigester() - Method in class nl.nn.credentialprovider.RoleToGroupMappingJndiRealm
-
- getDouble(String, double) - Method in class nl.nn.credentialprovider.util.AppConstants
-
- getEncryptionKey() - Method in class net.wedjaa.ansible.vault.crypto.decoders.implementation.EncryptionKeychain
-
- getEnvironmentVariables() - Static method in class nl.nn.credentialprovider.util.Misc
-
- getExtension(String) - Static method in class nl.nn.credentialprovider.util.FilenameUtils
-
Gets the extension of a filename.
- getFieldValue(Object, Class, String) - Static method in class nl.nn.credentialprovider.util.ClassUtils
-
- getFieldValue(Object, String) - Static method in class nl.nn.credentialprovider.util.ClassUtils
-
- getFieldValueSafe(Object, String) - Static method in class nl.nn.credentialprovider.util.ClassUtils
-
- getFullPath(String) - Static method in class nl.nn.credentialprovider.util.FilenameUtils
-
Gets the full path from a full filename, which is the prefix + path.
- getFullPathNoEndSeparator(String) - Static method in class nl.nn.credentialprovider.util.FilenameUtils
-
Gets the full path from a full filename, which is the prefix + path,
and also excluding the final directory separator.
- getHmac() - Method in class net.wedjaa.ansible.vault.crypto.data.VaultContent
-
- getHmacKey() - Method in class net.wedjaa.ansible.vault.crypto.decoders.implementation.EncryptionKeychain
-
- getHostname() - Static method in class nl.nn.credentialprovider.util.Misc
-
- getInputStream(AppConstants, String, String, String) - Method in class nl.nn.credentialprovider.MapCredentialFactory
-
- getInstance() - Static method in class nl.nn.credentialprovider.CredentialFactory
-
- getInstance() - Static method in class nl.nn.credentialprovider.util.AppConstants
-
Return the AppConstants root instance
- getInstance(ClassLoader) - Static method in class nl.nn.credentialprovider.util.AppConstants
-
Retrieve an instance based on a ClassLoader.
- getInt(String, int) - Method in class nl.nn.credentialprovider.util.AppConstants
-
- getIv() - Method in class net.wedjaa.ansible.vault.crypto.decoders.implementation.EncryptionKeychain
-
- getLoginContext() - Method in class nl.nn.credentialprovider.WebSphereCredentials
-
return a loginContext, obtained by logging in using the obtained credentials
- getLong(String, long) - Method in class nl.nn.credentialprovider.util.AppConstants
-
- getName(String) - Static method in class nl.nn.credentialprovider.util.FilenameUtils
-
Gets the name minus the path from a full filename.
- getOutputStream(Object) - Static method in class nl.nn.credentialprovider.util.StreamUtil
-
- getPassword() - Method in class nl.nn.credentialprovider.Credentials
-
- getPassword() - Method in interface nl.nn.credentialprovider.ICredentials
-
- getPath(String) - Static method in class nl.nn.credentialprovider.util.FilenameUtils
-
Gets the path from a full filename, which excludes the prefix.
- getPathname() - Method in class nl.nn.credentialprovider.RoleToGroupMappingJndiRealm
-
- getPathNoEndSeparator(String) - Static method in class nl.nn.credentialprovider.util.FilenameUtils
-
Gets the path from a full filename, which excludes the prefix, and
also excluding the final directory separator.
- getPrefix(String) - Static method in class nl.nn.credentialprovider.util.FilenameUtils
-
Gets the prefix from a full filename, such as C:/
or ~/.
- getPrefixLength(String) - Static method in class nl.nn.credentialprovider.util.FilenameUtils
-
Returns the length of the filename prefix, such as C:/ or ~/.
- getProjectBaseDir() - Static method in class nl.nn.credentialprovider.util.Misc
-
- getProperty(String) - Method in class nl.nn.credentialprovider.CredentialProvidingPropertySource
-
- getProperty(String) - Method in class nl.nn.credentialprovider.util.AppConstants
-
- getPropertyBase() - Method in class nl.nn.credentialprovider.AnsibleVaultCredentialFactory
-
- getPropertyBase() - Method in class nl.nn.credentialprovider.MapCredentialFactory
-
- getPropertyBase() - Method in class nl.nn.credentialprovider.PropertyFileCredentialFactory
-
- getResolvedProperty(String) - Method in class nl.nn.credentialprovider.util.AppConstants
-
the method is like the Properties.getProperty, but provides functionality to resolve ${variable}
syntaxis.
- getResourceURL(String) - Static method in class nl.nn.credentialprovider.util.ClassUtils
-
- getRoles(String) - Method in class nl.nn.credentialprovider.RoleToGroupMappingJndiRealm
-
Find the LDAP group memberships of this user.
- getRoles(JNDIRealm.JNDIConnection, String) - Method in class nl.nn.credentialprovider.RoleToGroupMappingJndiRealm
-
Find the LDAP group memberships of this user.
- getRoles(JNDIRealm.JNDIConnection, JNDIRealm.User) - Method in class nl.nn.credentialprovider.RoleToGroupMappingJndiRealm
-
Overrides getRoles to find the nested group memberships of this user, assuming users and groups
have a "memberOf" like attribute (specifed by 'userRoleName' and 'roleName') that specifies the groups
they are member of.
- getSalt() - Method in class net.wedjaa.ansible.vault.crypto.data.VaultContent
-
- getSalt() - Method in class net.wedjaa.ansible.vault.crypto.decoders.implementation.EncryptionKeychain
-
- getString(String, String) - Method in class nl.nn.credentialprovider.util.AppConstants
-
- getSystemProperty(String, String) - Static method in class nl.nn.credentialprovider.util.StringResolver
-
- getTokenizedProperty(String) - Method in class nl.nn.credentialprovider.util.AppConstants
-
Creates a tokenizer from the resolved value of this key.
- getTokenizedProperty(String, String) - Method in class nl.nn.credentialprovider.util.AppConstants
-
Creates a tokenizer from the resolved value of this key.
- getUnresolvedProperty(String) - Method in class nl.nn.credentialprovider.util.AppConstants
-
- getUsername() - Method in class nl.nn.credentialprovider.Credentials
-
- getUsername() - Method in interface nl.nn.credentialprovider.ICredentials
-
- getValue() - Method in class nl.nn.credentialprovider.util.CacheEntry
-
- getVaultData(String) - Static method in class net.wedjaa.ansible.vault.crypto.data.Util
-
- getVaultData(byte[]) - Static method in class net.wedjaa.ansible.vault.crypto.data.Util
-
- getVaultInfo(String) - Static method in class net.wedjaa.ansible.vault.crypto.data.Util
-
- getVaultInfo(byte[]) - Static method in class net.wedjaa.ansible.vault.crypto.data.Util
-
- getVaultVersion() - Method in class net.wedjaa.ansible.vault.crypto.data.VaultInfo
-
- gunzip(byte[]) - Static method in class nl.nn.credentialprovider.util.Misc
-
Unzips a zipped byte array to a string by create an expandable byte array to hold the decompressed data.
- gzip(String) - Static method in class nl.nn.credentialprovider.util.Misc
-
Zips the input string with the default input stream encoding.
- gzip(byte[]) - Static method in class nl.nn.credentialprovider.util.Misc
-
Creates an expandable byte array to hold the compressed data.
- nameOf(Object) - Static method in class nl.nn.credentialprovider.util.ClassUtils
-
returns the className of the object, without the package name.
- needsResolution(String) - Static method in class nl.nn.credentialprovider.util.StringResolver
-
- net.wedjaa.ansible.vault.crypto - package net.wedjaa.ansible.vault.crypto
-
- net.wedjaa.ansible.vault.crypto.data - package net.wedjaa.ansible.vault.crypto.data
-
- net.wedjaa.ansible.vault.crypto.decoders - package net.wedjaa.ansible.vault.crypto.decoders
-
- net.wedjaa.ansible.vault.crypto.decoders.implementation - package net.wedjaa.ansible.vault.crypto.decoders.implementation
-
- net.wedjaa.ansible.vault.crypto.decoders.inter - package net.wedjaa.ansible.vault.crypto.decoders.inter
-
- newInstance(String) - Static method in class nl.nn.credentialprovider.util.ClassUtils
-
Create a new instance given a class name.
- newInstance(String, Class[], Object[]) - Static method in class nl.nn.credentialprovider.util.ClassUtils
-
creates a new instance of an object, based on the classname as string, the classes
and the actual parameters.
- newInstance(String, Object[]) - Static method in class nl.nn.credentialprovider.util.ClassUtils
-
Creates a new instance from a class, while it looks for a constructor
that matches the parameters, and initializes the object (by calling the constructor)
Notice: this does not work when the instantiated object uses an interface class
as a parameter, as the class names are, in that case, not the same..
- nl.nn.credentialprovider - package nl.nn.credentialprovider
-
- nl.nn.credentialprovider.rolemapping - package nl.nn.credentialprovider.rolemapping
-
- nl.nn.credentialprovider.util - package nl.nn.credentialprovider.util
-
- normalize(String) - Static method in class nl.nn.credentialprovider.util.FilenameUtils
-
Normalizes a path, removing double and single dot path steps.
- normalize(String, boolean) - Static method in class nl.nn.credentialprovider.util.FilenameUtils
-
Normalizes a path, removing double and single dot path steps.
- normalizeNoEndSeparator(String) - Static method in class nl.nn.credentialprovider.util.FilenameUtils
-
Normalizes a path, removing double and single dot path steps,
and removing any final directory separator.
- normalizeNoEndSeparator(String, boolean) - Static method in class nl.nn.credentialprovider.util.FilenameUtils
-
Normalizes a path, removing double and single dot path steps,
and removing any final directory separator.