Interface OpenIdIdentity<T>

  • All Superinterfaces:
    Identity, Serializable

    public interface OpenIdIdentity<T>
    extends Identity
    Interface for a OpenID Identity
    Since:
    Feb 25, 2008
    Version:
    $Revision$
    Author:
    Anil.Saldhana@redhat.com
    • Method Detail

      • getOpenIdObject

        T getOpenIdObject()
        Return the underlying OpenID Object
        Returns:
      • setOpenIdObject

        void setOpenIdObject​(T t)
        Set the underlying OpenID Object
        Parameters:
        t -