Interface Container

    • Method Detail

      • getStatus

        String getStatus()
        Returns:
        current status of the container.
      • getType

        String getType()
        Returns:
        container type (generic, rsa, certificate).
      • getName

        String getName()
        Returns:
        name of the container.
      • getUpdatedTime

        Date getUpdatedTime()
        Returns:
        system generated last update time.
      • getCreatedTime

        Date getCreatedTime()
        Returns:
        system generated creation time.
      • getContainerReference

        String getContainerReference()
        Returns:
        URL reference to the container.
      • getCreatorId

        String getCreatorId()
        Returns:
        user uuid of the creator of this container.
      • getConsumers

        List<? extends ContainerConsumer> getConsumers()
        Returns:
        current consumers of this container.
      • getSecretReferences

        List<? extends ContainerSecret> getSecretReferences()
        Returns:
        associated secrets.