be.personify.iam.frontend.wicket.util.token.Generator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of personify-frontend Show documentation
Show all versions of personify-frontend Show documentation
frontend library for different usages
package be.personify.iam.frontend.wicket.util.token;
import java.util.Map;
public interface Generator {
public String generate(Map configuration) throws Exception;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy