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

org.openid4java.discovery.Identifier Maven / Gradle / Ivy

There is a newer version: 1.0.0.0
Show newest version
/*
 * 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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy