![JAR search and dependency download from the Maven repository](/logo.png)
org.openid4java.server.ServerAssociationStore Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openid4java-shaded Show documentation
Show all versions of openid4java-shaded Show documentation
openid4java (Third party dependencies shaded)
/*
* Copyright 2006-2008 Sxip Identity Corporation
*/
package org.openid4java.server;
import org.openid4java.association.Association;
import org.openid4java.association.AssociationException;
/**
* @author Marius Scurtescu, Johnny Bufu
*/
public interface ServerAssociationStore
{
public Association generate(String type, int expiryIn) throws AssociationException;
public Association load(String handle);
public void remove(String handle);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy