Class RegexBasedAxFetchListFactory

    • 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.
      Iterates through the patterns stored in the map and returns the list of attributes defined for the first match.
      • Methods inherited from class java.lang.Object

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

      • RegexBasedAxFetchListFactory

        public RegexBasedAxFetchListFactory​(java.util.Map<java.lang.String,​java.util.List<OpenIDAttribute>> regexMap)
        Deprecated.
        Parameters:
        regexMap - map of regular-expressions (matching the identifier) to attributes which should be fetched for that pattern.
    • Method Detail

      • createAttributeList

        public java.util.List<OpenIDAttribute> createAttributeList​(java.lang.String identifier)
        Deprecated.
        Iterates through the patterns stored in the map and returns the list of attributes defined for the first match. If no match is found, returns an empty list.
        Specified by:
        createAttributeList in interface AxFetchListFactory
        Parameters:
        identifier - the claimed_identity
        Returns:
        the attributes to fetch for this identifier