All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.akeyless.auth.Authenticator Maven / Gradle / Ivy

There is a newer version: 0.0.10
Show newest version
package com.akeyless.auth;

import com.akeyless.auth.swagger.model.SystemUserCredentialsReplyObj;

public interface Authenticator {
    SystemUserCredentialsReplyObj authenticate() throws CredsRenewalException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy