package org.pac4j.openid.profile;
import org.pac4j.core.profile.CommonProfile;
/**
* This class is the generic OpenID profile.
*
* @author Jerome Leleu
* @since 1.4.0
*/
public abstract class OpenIdProfile extends CommonProfile {
private static final long serialVersionUID = 3383327344233649562L;
}