- ACCESS_ALLOWED - Static variable in class com.delphix.masking.api.plugin.utils.security.MaskingSecurityManager
-
- ACCESS_DENIED - Static variable in class com.delphix.masking.api.plugin.utils.security.MaskingSecurityManager
-
- addDependency(String, String) - Method in class com.delphix.masking.api.plugin.utils.ComponentDependencyGraph
-
Add a new dependency to the graph.
- addJavaLibraries() - Method in class com.delphix.masking.api.plugin.utils.external.AntClassLoader
-
add any libraries that come with different java versions
here
- addLoaderPackageRoot(String) - Method in class com.delphix.masking.api.plugin.utils.external.AntClassLoader
-
Adds a package root to the list of packages which must be loaded using
this loader.
- addPathComponent(File) - Method in class com.delphix.masking.api.plugin.utils.external.AntClassLoader
-
Add a path component.
- addPathElement(String) - Method in class com.delphix.masking.api.plugin.utils.external.AntClassLoader
-
Adds an element to the classpath to be searched.
- addPathFile(File) - Method in class com.delphix.masking.api.plugin.utils.external.AntClassLoader
-
Add a file to the path.
- addPathFiles(Collection<File>) - Method in class com.delphix.masking.api.plugin.utils.external.AntWithFindResourceClassLoader
-
- addPathFiles(Collection<File>) - Method in class com.delphix.masking.api.plugin.utils.external.PluginFirstClassLoader
-
- addSystemPackageRoot(String) - Method in class com.delphix.masking.api.plugin.utils.external.AntClassLoader
-
Adds a package root to the list of packages which must be loaded on the
parent loader.
- ALGORITHM_API_VERSION_KEY - Static variable in class com.delphix.masking.api.plugin.utils.PluginMetadata
-
- AlgorithmInstanceReference - Class in com.delphix.masking.api.plugin.referenceType
-
This class wraps an algorithm instance reference in order to make it discoverable by the MaskingAPI via reflection.
- AlgorithmInstanceReference() - Constructor for class com.delphix.masking.api.plugin.referenceType.AlgorithmInstanceReference
-
- AlgorithmInstanceReference(String) - Constructor for class com.delphix.masking.api.plugin.referenceType.AlgorithmInstanceReference
-
Construct a reference to an algorithm instance.
- AntClassLoader - Class in com.delphix.masking.api.plugin.utils.external
-
Used to load classes within ant with a different classpath from
that used to start ant.
- AntClassLoader(ClassLoader, Project, Path) - Constructor for class com.delphix.masking.api.plugin.utils.external.AntClassLoader
-
Create an Ant ClassLoader for a given project, with
a parent classloader and an initial classpath.
- AntClassLoader() - Constructor for class com.delphix.masking.api.plugin.utils.external.AntClassLoader
-
Create an Ant Class Loader
- AntClassLoader(Project, Path) - Constructor for class com.delphix.masking.api.plugin.utils.external.AntClassLoader
-
Creates a classloader for the given project using the classpath given.
- AntClassLoader(ClassLoader, Project, Path, boolean) - Constructor for class com.delphix.masking.api.plugin.utils.external.AntClassLoader
-
Creates a classloader for the given project using the classpath given.
- AntClassLoader(Project, Path, boolean) - Constructor for class com.delphix.masking.api.plugin.utils.external.AntClassLoader
-
Creates a classloader for the given project using the classpath given.
- AntClassLoader(ClassLoader, boolean) - Constructor for class com.delphix.masking.api.plugin.utils.external.AntClassLoader
-
Creates an empty class loader.
- AntWithFindResourceClassLoader - Class in com.delphix.masking.api.plugin.utils.external
-
- AntWithFindResourceClassLoader(ClassLoader, boolean) - Constructor for class com.delphix.masking.api.plugin.utils.external.AntWithFindResourceClassLoader
-
- applyConfiguration(MaskingComponent, String) - Static method in class com.delphix.masking.api.plugin.utils.ComponentConfigurator
-
Apply the specified configuration to the component objects.
- applyConfiguration(MaskingComponent, JsonNode) - Static method in class com.delphix.masking.api.plugin.utils.ComponentConfigurator
-
Apply the specified configuration to the component objects.
- AUTHOR_NAME_KEY - Static variable in class com.delphix.masking.api.plugin.utils.PluginMetadata
-
- checkComponentDependencies(boolean) - Method in class com.delphix.masking.api.plugin.utils.ComponentWrapper
-
Recursively check all component dependencies referenced directly or indirectly by the wrapped component.
- checkOptionalReference(GenericReference, String) - Static method in class com.delphix.masking.api.plugin.referenceType.GenericReference
-
Static method to validate an option reference.
- checkPermission(Permission) - Method in class com.delphix.masking.api.plugin.utils.security.MaskingSecurityManager
-
- checkRequiredReference(GenericReference, String) - Static method in class com.delphix.masking.api.plugin.referenceType.GenericReference
-
Static method to validate a reference who value is required.
- checkValid() - Method in class com.delphix.masking.api.plugin.referenceType.AlgorithmInstanceReference
-
Test whether an algorithm reference is syntactically valid.
- checkValid() - Method in class com.delphix.masking.api.plugin.referenceType.FileReference
-
Test whether an algorithm reference is syntactically valid.
- checkValid() - Method in class com.delphix.masking.api.plugin.referenceType.GenericReference
-
Check whether the reference is syntactically valid.
- checkValid() - Method in class com.delphix.masking.api.plugin.referenceType.KeyReference
-
Test whether an key reference is syntactically valid.
- cleanup() - Method in class com.delphix.masking.api.plugin.utils.ComponentCache
-
Clean up all component instances know to the cache.
- cleanup() - Method in class com.delphix.masking.api.plugin.utils.external.AntClassLoader
-
Cleans up any resources held by this classloader.
- cleanupComponent() - Method in class com.delphix.masking.api.plugin.utils.ComponentWrapper
-
Initiate cleanup on this component and any closeables opened by this wrapper for the component.
- close() - Method in class com.delphix.masking.api.plugin.utils.external.AntWithFindResourceClassLoader
-
- close() - Method in class com.delphix.masking.api.plugin.utils.external.PluginFirstClassLoader
-
- com.delphix.masking.api.plugin - package com.delphix.masking.api.plugin
-
- com.delphix.masking.api.plugin.exception - package com.delphix.masking.api.plugin.exception
-
- com.delphix.masking.api.plugin.referenceType - package com.delphix.masking.api.plugin.referenceType
-
- com.delphix.masking.api.plugin.utils - package com.delphix.masking.api.plugin.utils
-
- com.delphix.masking.api.plugin.utils.external - package com.delphix.masking.api.plugin.utils.external
-
- com.delphix.masking.api.plugin.utils.security - package com.delphix.masking.api.plugin.utils.security
-
- com.delphix.masking.api.provider - package com.delphix.masking.api.provider
-
- COMPONENT_SCOPE_SEPARATOR - Static variable in class com.delphix.masking.api.plugin.utils.PluginLoader
-
- ComponentCache - Class in com.delphix.masking.api.plugin.utils
-
This class orchestrates component loading and caching of component objects.
- ComponentCache() - Constructor for class com.delphix.masking.api.plugin.utils.ComponentCache
-
- ComponentCache(ComponentWrapper.ComponentServiceBackend, MaskingLogService.MaskingLogServiceConfig) - Constructor for class com.delphix.masking.api.plugin.utils.ComponentCache
-
- ComponentChecker - Class in com.delphix.masking.api.plugin.utils
-
This class provides a method to check whether a component implements the MaskingAlgorithm interface, and if so,
which data type it masks.
- ComponentConfigurationException - Exception in com.delphix.masking.api.plugin.exception
-
Algorithms should throw this exception if the JSON configuration provided to the algorithm component is unusable
for any reason.
- ComponentConfigurationException() - Constructor for exception com.delphix.masking.api.plugin.exception.ComponentConfigurationException
-
Constructor
- ComponentConfigurationException(String) - Constructor for exception com.delphix.masking.api.plugin.exception.ComponentConfigurationException
-
Constructor
- ComponentConfigurationException(String, Throwable) - Constructor for exception com.delphix.masking.api.plugin.exception.ComponentConfigurationException
-
Constructor
- ComponentConfigurationException(Throwable) - Constructor for exception com.delphix.masking.api.plugin.exception.ComponentConfigurationException
-
Constructor
- ComponentConfigurator - Class in com.delphix.masking.api.plugin.utils
-
This class consolidates logic for applying and extracting plugin component configuration using JSON deserialization
and serialization.
- ComponentDependencyGraph - Class in com.delphix.masking.api.plugin.utils
-
This class manages a graph of dependencies for components.
- ComponentDependencyGraph() - Constructor for class com.delphix.masking.api.plugin.utils.ComponentDependencyGraph
-
- ComponentInstanceDetails(String, String, String, String, JsonNode) - Constructor for class com.delphix.masking.api.plugin.utils.ComponentWrapper.ComponentInstanceDetails
-
- ComponentService - Interface in com.delphix.masking.api.provider
-
This is the interface provided to masking components at setup time through which the component may acquire
references to other objects and services.
Several methods in this interface consume resource references derived from the
GenericReference
class.
- ComponentWrapper - Class in com.delphix.masking.api.plugin.utils
-
- ComponentWrapper(String, String, ComponentCache, MaskingComponent, MaskingLogService.MaskingLogServiceConfig) - Constructor for class com.delphix.masking.api.plugin.utils.ComponentWrapper
-
Create a wrapper for a top level component
- ComponentWrapper.ComponentInstanceDetails - Class in com.delphix.masking.api.plugin.utils
-
- ComponentWrapper.ComponentServiceBackend - Interface in com.delphix.masking.api.plugin.utils
-
- computeHashedLookupIndex(BigDecimal, long) - Method in class com.delphix.masking.api.plugin.utils.CryptoServiceImpl
-
- computeHashedLookupIndex(ByteBuffer, long) - Method in class com.delphix.masking.api.plugin.utils.CryptoServiceImpl
-
- computeHashedLookupIndex(Date, long) - Method in class com.delphix.masking.api.plugin.utils.CryptoServiceImpl
-
- computeHashedLookupIndex(String, long) - Method in class com.delphix.masking.api.plugin.utils.CryptoServiceImpl
-
- computeHashedLookupIndex(BigDecimal, long) - Method in interface com.delphix.masking.api.provider.CryptoService
-
Compute the cryptographic hash of a number, compressed into the range 0 to modulus - 1.
- computeHashedLookupIndex(ByteBuffer, long) - Method in interface com.delphix.masking.api.provider.CryptoService
-
Compute the cryptographic hash of a byte buffer, compressed into the range 0 to modulus - 1.
- computeHashedLookupIndex(Date, long) - Method in interface com.delphix.masking.api.provider.CryptoService
-
Compute the cryptographic hash of a date, compressed into the range 0 to modulus - 1.
- computeHashedLookupIndex(String, long) - Method in interface com.delphix.masking.api.provider.CryptoService
-
Compute the cryptographic hash of a string, compressed into the range 0 to modulus - 1.
- createComponentInstance(String) - Method in class com.delphix.masking.api.plugin.utils.ComponentCache
-
This method creates an instance of an algorithm known to the cache.
- createComponentInstance(String, boolean) - Method in class com.delphix.masking.api.plugin.utils.ComponentCache
-
This method creates an instance of an algorithm known to the cache.
- createFromJsonString(String, String, String, String, String) - Static method in class com.delphix.masking.api.plugin.utils.ComponentWrapper.ComponentInstanceDetails
-
- createRawComponentInstance(String, String, String, boolean) - Method in class com.delphix.masking.api.plugin.utils.ComponentCache
-
Create an anonymous component instance of the specified class without configuring or calling setup.
- CryptoService - Interface in com.delphix.masking.api.provider
-
This interface provides access to keys and other key-based cryptographic operations.
- CryptoServiceImpl - Class in com.delphix.masking.api.plugin.utils
-
This class provides the actual implementation of the cryptographic service interface in the Masking API.
- CustomPolicyFile - Class in com.delphix.masking.api.plugin.utils.security
-
A security manager enforces action authorizations through permission defined in a Policy.
- CustomPolicyFile(URL) - Constructor for class com.delphix.masking.api.plugin.utils.security.CustomPolicyFile
-
- CustomPolicyFile(URL, ProtectionDomain) - Constructor for class com.delphix.masking.api.plugin.utils.security.CustomPolicyFile
-
- generateSchema(MaskingComponent) - Static method in class com.delphix.masking.api.plugin.utils.ComponentConfigurator
-
This method returns the schema object in a format appropriate for embedding in the swagger framework object.
- generateSchemaText(MaskingComponent) - Static method in class com.delphix.masking.api.plugin.utils.ComponentConfigurator
-
This method returns the schema object as a text string.
- GenericReference - Class in com.delphix.masking.api.plugin.referenceType
-
This is the generic type for references to external resources used by components.
- getAlgorithmByName(AlgorithmInstanceReference, MaskingAlgorithm.MaskingType) - Method in class com.delphix.masking.api.plugin.utils.ComponentWrapper
-
- getAlgorithmByName(AlgorithmInstanceReference, MaskingAlgorithm.MaskingType) - Method in interface com.delphix.masking.api.provider.ComponentService
-
Get a MaskingAlgorithm object for the algorithm specified by the reference and type.
- getAlgorithmComponentDetail(String) - Method in class com.delphix.masking.api.plugin.utils.ComponentCache
-
- getAlgorithmComponentDetail(String) - Method in interface com.delphix.masking.api.plugin.utils.ComponentWrapper.ComponentServiceBackend
-
- getAlgorithmKey(String) - Method in class com.delphix.masking.api.plugin.utils.ComponentCache
-
- getAlgorithmKey(String) - Method in interface com.delphix.masking.api.plugin.utils.ComponentWrapper.ComponentServiceBackend
-
- getAllAlgorithmInstanceRefs(MaskingComponent) - Static method in class com.delphix.masking.api.plugin.utils.ComponentChecker
-
Return as list of all AlgorithmInstanceReference objects referenced by fields in the MaskingComponent object.
- getAllFileRefs(MaskingComponent) - Static method in class com.delphix.masking.api.plugin.utils.ComponentChecker
-
Return as list of all FileReference objects stored in fields of the MaskingComponent object.
- getAllKeyRefs(MaskingComponent) - Static method in class com.delphix.masking.api.plugin.utils.ComponentChecker
-
Return as list of all KeyReference objects stored in fields of the MaskingComponent object.
- getAllowFurtherInstances() - Method in interface com.delphix.masking.api.plugin.MaskingComponent
-
Returns true if additional instances of this component may be created beyond those enumerated by
getDefaultInstances()
.
- getApiVersion() - Method in class com.delphix.masking.api.plugin.utils.PluginLoader.JarMetadata
-
- getApiVersion() - Method in class com.delphix.masking.api.plugin.utils.PluginMetadata
-
- getAuthority() - Method in enum com.delphix.masking.api.plugin.referenceType.FileReference.FileReferenceType
-
- getAuthorName() - Method in class com.delphix.masking.api.plugin.utils.PluginMetadata
-
- getByClass(Class<?>) - Static method in enum com.delphix.masking.api.plugin.MaskingAlgorithm.MaskingType
-
- getClassName() - Method in class com.delphix.masking.api.plugin.utils.ComponentWrapper.ComponentInstanceDetails
-
- getClasspath() - Method in class com.delphix.masking.api.plugin.utils.external.AntClassLoader
-
Returns the classpath this classloader will consult.
- getCryptoService(KeyReference) - Method in class com.delphix.masking.api.plugin.utils.ComponentWrapper
-
This implements the ComponentService method that provides access to the algorithm's key wrapped by the
CryptoServiceImpl, which implements a number of cryptographic functions using that key.
- getCryptoService(KeyReference) - Method in interface com.delphix.masking.api.provider.ComponentService
-
Get a cryptographic service provider that wraps the key assigned to this component.
- getDefaultInstances() - Method in interface com.delphix.masking.api.plugin.MaskingComponent
-
Return a collection of objects that describe the default set of instances that should be created for this
component at plugin installation time.
- getDescription() - Method in interface com.delphix.masking.api.plugin.MaskingComponent
-
Get the short text description of this component.
- getDocumentation() - Method in interface com.delphix.masking.api.plugin.MaskingComponent
-
Get the full documentation for this component.
- getFrameworkName() - Method in class com.delphix.masking.api.plugin.utils.ComponentWrapper.ComponentInstanceDetails
-
- getInstanceName() - Method in class com.delphix.masking.api.plugin.utils.ComponentWrapper
-
Get the name of this component instance.
- getInstanceName() - Method in interface com.delphix.masking.api.provider.ComponentService
-
Get the name of this component instance.
- getInstanceNames() - Method in class com.delphix.masking.api.plugin.utils.ComponentCache
-
Returns a list of component instance names.
- getInstanceNames(String) - Method in class com.delphix.masking.api.plugin.utils.ComponentCache
-
Returns list of algorithm instances for given algorithm framework.
- getJsonConfig() - Method in class com.delphix.masking.api.plugin.utils.ComponentWrapper.ComponentInstanceDetails
-
- getLogService() - Method in class com.delphix.masking.api.plugin.utils.ComponentWrapper
-
- getLogService() - Method in interface com.delphix.masking.api.provider.ComponentService
-
Get a Logger object that can be used to log messages.
- getMaskingType(MaskingComponent) - Static method in class com.delphix.masking.api.plugin.utils.ComponentChecker
-
Determines the data type supported by the MaskingAlgorithm interface, and validates that the correct, matching
ValueMetadata type parameter was chosen.
- getMessage() - Method in exception com.delphix.masking.api.plugin.exception.DuplicateComponentNameException
-
- getMessage() - Method in exception com.delphix.masking.api.plugin.exception.DuplicateInstanceNameException
-
- getMessage() - Method in exception com.delphix.masking.api.plugin.exception.MissingDependencyException
-
- getMessage() - Method in exception com.delphix.masking.api.plugin.exception.PostMaskTypeConversionException
-
- getMessage() - Method in exception com.delphix.masking.api.plugin.exception.PreMaskTypeConversionException
-
- getMissingReference() - Method in exception com.delphix.masking.api.plugin.exception.MissingDependencyException
-
- getName() - Method in interface com.delphix.masking.api.plugin.MaskingComponent
-
Get the recommended name of this Component.
- getObjectMapper() - Static method in class com.delphix.masking.api.plugin.utils.ComponentConfigurator
-
Get the object mapper for all plugin component serialization and deserialization activities.
- getOrCreatePluginLoader(String, String, boolean) - Method in class com.delphix.masking.api.plugin.utils.ComponentCache
-
Create a new plugin loader and add it to the component cache.
- getPluginJarPath() - Method in class com.delphix.masking.api.plugin.utils.ComponentWrapper.ComponentInstanceDetails
-
- getPluginName() - Method in class com.delphix.masking.api.plugin.utils.ComponentWrapper.ComponentInstanceDetails
-
- getPluginName() - Method in class com.delphix.masking.api.plugin.utils.ComponentWrapper
-
- getPluginName() - Method in class com.delphix.masking.api.plugin.utils.PluginLoader.JarMetadata
-
- getPluginName() - Method in class com.delphix.masking.api.plugin.utils.PluginMetadata
-
- getPluginVersion() - Method in class com.delphix.masking.api.plugin.utils.PluginLoader.JarMetadata
-
- getPluginVersion() - Method in class com.delphix.masking.api.plugin.utils.PluginMetadata
-
- getRawKey() - Method in class com.delphix.masking.api.plugin.utils.CryptoServiceImpl
-
- getRawKey() - Method in interface com.delphix.masking.api.provider.CryptoService
-
Retrieve the raw key wrapped by this service provider.
- getReferenceTypeLabel() - Method in exception com.delphix.masking.api.plugin.exception.MissingDependencyException
-
- getResource(String) - Method in class com.delphix.masking.api.plugin.utils.external.AntClassLoader
-
Finds the resource with the given name.
- getResourceAsStream(String) - Method in class com.delphix.masking.api.plugin.utils.external.AntClassLoader
-
Returns a stream to read the requested resource name.
- getResourceURL(File, String) - Method in class com.delphix.masking.api.plugin.utils.external.AntClassLoader
-
Returns the URL of a given resource in the given file which may
either be a directory or a zip file.
- getScheme() - Method in enum com.delphix.masking.api.plugin.referenceType.FileReference.FileReferenceType
-
- getTypeClass() - Method in enum com.delphix.masking.api.plugin.MaskingAlgorithm.MaskingType
-
- getUnreadyComponent() - Method in class com.delphix.masking.api.plugin.utils.ComponentWrapper
-
Get the component without calling setup.
- getURLs() - Method in class com.delphix.masking.api.plugin.utils.external.PluginFirstClassLoader
-
- getValue() - Method in class com.delphix.masking.api.plugin.referenceType.AlgorithmInstanceReference
-
- getValue() - Method in class com.delphix.masking.api.plugin.referenceType.FileReference
-
- getValue() - Method in class com.delphix.masking.api.plugin.referenceType.GenericReference
-
Getter
- getValue() - Method in class com.delphix.masking.api.plugin.referenceType.KeyReference
-
- setClassPath(Path) - Method in class com.delphix.masking.api.plugin.utils.external.AntClassLoader
-
Set the classpath to search for classes to load.
- setIsolated(boolean) - Method in class com.delphix.masking.api.plugin.utils.external.AntClassLoader
-
Sets whether this classloader should run in isolated mode.
- setLogService(MaskingLogService) - Method in class com.delphix.masking.api.plugin.utils.ComponentWrapper
-
- setParent(ClassLoader) - Method in class com.delphix.masking.api.plugin.utils.external.AntClassLoader
-
Set the parent for this class loader.
- setParentFirst(boolean) - Method in class com.delphix.masking.api.plugin.utils.external.AntClassLoader
-
Control whether class lookup is delegated to the parent loader first
or after this loader.
- setProject(Project) - Method in class com.delphix.masking.api.plugin.utils.external.AntClassLoader
-
Set the project associated with this class loader
- setRandomKey(boolean) - Method in class com.delphix.masking.api.plugin.utils.ComponentCache
-
Controls how the internal backend provider generates keys for algorithms.
- setThreadContextLoader() - Method in class com.delphix.masking.api.plugin.utils.external.AntClassLoader
-
Sets the current thread's context loader to this classloader, storing
the current loader value for later resetting.
- setup(ComponentService) - Method in interface com.delphix.masking.api.plugin.MaskingComponent
-
Prepare this object for use.
- setupComponentIfNeeded() - Method in class com.delphix.masking.api.plugin.utils.ComponentWrapper
-
Set up the wrapped component only if needed.
- setValue(String) - Method in class com.delphix.masking.api.plugin.referenceType.GenericReference
-
Setter
Sets the reference value.
- shuffleList(List<?>) - Method in class com.delphix.masking.api.plugin.utils.CryptoServiceImpl
-
- shuffleList(List<?>) - Method in interface com.delphix.masking.api.provider.CryptoService
-
Shuffle the provided list in-place.
- shuffleListNoCollisions(List<?>) - Method in class com.delphix.masking.api.plugin.utils.CryptoServiceImpl
-
- shuffleListNoCollisions(List<?>) - Method in interface com.delphix.masking.api.provider.CryptoService
-
Shuffle the provided list in-place.
- subBuildFinished(BuildEvent) - Method in class com.delphix.masking.api.plugin.utils.external.AntClassLoader
-
Cleans up any resources held by this classloader at the end of
a subbuild if it has been created for the subbuild's project
instance.
- subBuildStarted(BuildEvent) - Method in class com.delphix.masking.api.plugin.utils.external.AntClassLoader
-
Empty implementation to satisfy the BuildListener interface.
- validate() - Method in interface com.delphix.masking.api.plugin.MaskingComponent
-
Requests that the component validate its configuration.
- validate() - Method in class com.delphix.masking.api.plugin.utils.ComponentWrapper
-
- validateScopedName(String) - Static method in class com.delphix.masking.api.plugin.utils.ObjectNameValidator
-
Validate that a scoped object name is valid.
- validateUnscopedName(String) - Static method in class com.delphix.masking.api.plugin.utils.ObjectNameValidator
-
Validate that an unscoped object name is valid.
- validateUnscopedName(String, String, ObjectNameValidator.ObjectType) - Static method in class com.delphix.masking.api.plugin.utils.ObjectNameValidator
-
- valueOf(String) - Static method in enum com.delphix.masking.api.plugin.exception.InvalidPluginMetadataException.PluginMetadataFieldKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.delphix.masking.api.plugin.MaskingAlgorithm.MaskingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.delphix.masking.api.plugin.referenceType.FileReference.FileReferenceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.delphix.masking.api.plugin.utils.ObjectNameValidator.ObjectType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.delphix.masking.api.plugin.exception.InvalidPluginMetadataException.PluginMetadataFieldKey
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.delphix.masking.api.plugin.MaskingAlgorithm.MaskingType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.delphix.masking.api.plugin.referenceType.FileReference.FileReferenceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.delphix.masking.api.plugin.utils.ObjectNameValidator.ObjectType
-
Returns an array containing the constants of this enum type, in
the order they are declared.