Interface SecretConfigurationService


  • public interface SecretConfigurationService
    Service SecretConfigurationService
    • Method Detail

      • validateAuthToken

        boolean validateAuthToken​(String token)
                           throws es.caib.seycon.ng.exception.InternalErrorException,
                                  es.caib.seycon.ng.exception.InternalErrorException
        Operation validateAuthToken
        Parameters:
        token -
        Returns:
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • getCurrentServer

        com.soffid.iam.api.Server getCurrentServer()
                                            throws es.caib.seycon.ng.exception.InternalErrorException,
                                                   es.caib.seycon.ng.exception.InternalErrorException
        Operation getCurrentServer
        Returns:
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • getPrivateKey

        PrivateKey getPrivateKey()
                          throws es.caib.seycon.ng.exception.InternalErrorException,
                                 es.caib.seycon.ng.exception.InternalErrorException
        Operation getPrivateKey
        Returns:
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • getAllServers

        Collection<com.soffid.iam.api.Server> getAllServers()
                                                     throws es.caib.seycon.ng.exception.InternalErrorException,
                                                            es.caib.seycon.ng.exception.InternalErrorException
        Operation getAllServers
        Returns:
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • changeAuthToken

        void changeAuthToken()
                      throws es.caib.seycon.ng.exception.InternalErrorException,
                             es.caib.seycon.ng.exception.InternalErrorException
        Operation changeAuthToken
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException