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

org.cloudfoundry.identity.uaa.mfa.UserMfaCredentialsProvisioning Maven / Gradle / Ivy

There is a newer version: 4.30.0
Show newest version
package org.cloudfoundry.identity.uaa.mfa;

public interface UserMfaCredentialsProvisioning {
    void save(T credentials, String zoneId);
    void update(T credentials, String zoneId);
    T retrieve(String userId, String mfaProviderId);
    int delete(String userId);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy