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

com.identity4j.connector.PasswordCreationCallback Maven / Gradle / Ivy

The newest version!
package com.identity4j.connector;

import com.identity4j.connector.principal.Identity;

public interface PasswordCreationCallback {

	char[] createPassword(Identity identity);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy