Class NullAxFetchListFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.List<OpenIDAttribute> createAttributeList​(java.lang.String identifier)
      Deprecated.
      Builds the list of attributes which should be added to the fetch request for the supplied OpenID identifier.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NullAxFetchListFactory

        public NullAxFetchListFactory()
        Deprecated.
    • Method Detail

      • createAttributeList

        public java.util.List<OpenIDAttribute> createAttributeList​(java.lang.String identifier)
        Deprecated.
        Description copied from interface: AxFetchListFactory
        Builds the list of attributes which should be added to the fetch request for the supplied OpenID identifier.
        Specified by:
        createAttributeList in interface AxFetchListFactory
        Parameters:
        identifier - the claimed_identity
        Returns:
        the attributes to fetch for this identifier