Class CipherKeyResource

    • Constructor Detail

      • CipherKeyResource

        public CipherKeyResource()
    • Method Detail

      • getComponentId

        public String getComponentId()
        Description copied from interface: SilverpeasWebResource
        Gets the identifier of the component instance to which the requested resource belongs to.
        Returns:
        the identifier of the Silverpeas component instance.
      • getToto

        @GET
        @Produces("text/plain")
        public javax.ws.rs.core.Response getToto()
      • setCipherKey

        @PUT
        @Consumes("text/plain")
        @Produces("text/plain")
        public javax.ws.rs.core.Response setCipherKey​(String cipherKey)
        Sets the specified cipher key to encrypt and decrypt the content in Silverpeas.

        If a cipher key was already defined, then this new one will replace it and in a such case, any content that was encrypted with the previous key will be encrypted again but with the new key.
        Parameters:
        cipherKey - the cipher key in hexadecimal.
        Returns:
        the status of the cipher key setting.