Class RegexBasedAxFetchListFactory

java.lang.Object
org.springframework.security.openid.RegexBasedAxFetchListFactory
All Implemented Interfaces:
AxFetchListFactory

@Deprecated public class RegexBasedAxFetchListFactory extends Object implements AxFetchListFactory
Deprecated.
The OpenID 1.0 and 2.0 protocols have been deprecated and users are encouraged to migrate to OpenID Connect, which is supported by spring-security-oauth2.
Since:
3.1
  • Constructor Details

    • RegexBasedAxFetchListFactory

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

    • createAttributeList

      public List<OpenIDAttribute> createAttributeList(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