Class SecretsProviderType

java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.SecretsProviderType
All Implemented Interfaces:
Containerable, Freezable, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding, DebugDumpable, Serializable, Cloneable
Direct Known Subclasses:
ContainerSecretsProviderType, CustomSecretsProviderType, EnvironmentVariablesSecretsProviderType, PropertiesSecretsProviderType

public abstract class SecretsProviderType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Abstract definition of a secrets provider.
See Also:
  • Field Details

    • COMPLEX_TYPE

      public static final QName COMPLEX_TYPE
    • F_IDENTIFIER

      public static final ItemName F_IDENTIFIER
    • F_DISPLAY

      public static final ItemName F_DISPLAY
    • F_DESCRIPTION

      public static final ItemName F_DESCRIPTION
    • F_DOCUMENTATION

      public static final ItemName F_DOCUMENTATION
    • F_CACHE

      public static final ItemName F_CACHE
    • F_ALLOW_KEY_PREFIX

      public static final ItemName F_ALLOW_KEY_PREFIX
  • Constructor Details

    • SecretsProviderType

      public SecretsProviderType()
    • SecretsProviderType

      @Deprecated public SecretsProviderType(PrismContext context)
      Deprecated.
  • Method Details