org.openid4java.discovery.Identifier 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.discovery;
import java.io.Serializable;
/**
* @author Marius Scurtescu, Johnny Bufu
*/
public interface Identifier extends Serializable
{
public String getIdentifier();
}