Class SecretPGXADataSource.SecretReference

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable
    Enclosing class:
    SecretPGXADataSource

    public static class SecretPGXADataSource.SecretReference
    extends javax.naming.Reference
    The Class SecretReference.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class javax.naming.Reference

        addrs, classFactory, classFactoryLocation, className
    • Constructor Summary

      Constructors 
      Constructor Description
      SecretReference​(SecretCredentialsManager secretCredentialsManager, java.lang.String className, java.lang.String factory, java.lang.String factoryLocation)
      Instantiates a new secret reference.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SecretCredentialsManager getSecretCredentialsManager()
      Gets the secret credentials manager.
      • Methods inherited from class javax.naming.Reference

        add, add, clear, clone, equals, get, get, getAll, getClassName, getFactoryClassLocation, getFactoryClassName, hashCode, remove, size, toString
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SecretReference

        public SecretReference​(SecretCredentialsManager secretCredentialsManager,
                               java.lang.String className,
                               java.lang.String factory,
                               java.lang.String factoryLocation)
        Instantiates a new secret reference.
        Parameters:
        secretCredentialsManager - the secret credentials manager
        className - the class name
        factory - the factory
        factoryLocation - the factory location
    • Method Detail

      • getSecretCredentialsManager

        public final SecretCredentialsManager getSecretCredentialsManager()
        Gets the secret credentials manager.
        Returns:
        the secret credentials manager