Package com.soffid.iam.sync.service
Interface SecretConfigurationService
-
public interface SecretConfigurationServiceService SecretConfigurationService
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidchangeAuthToken()Operation changeAuthTokenCollection<com.soffid.iam.api.Server>getAllServers()Operation getAllServerscom.soffid.iam.api.ServergetCurrentServer()Operation getCurrentServerPrivateKeygetPrivateKey()Operation getPrivateKeybooleanvalidateAuthToken(String token)Operation validateAuthToken
-
-
-
Field Detail
-
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
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.InternalErrorExceptionOperation 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.InternalErrorExceptionOperation changeAuthToken- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
-