Class NullAxFetchListFactory

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

@Deprecated public class NullAxFetchListFactory 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

    • NullAxFetchListFactory

      public NullAxFetchListFactory()
      Deprecated.
  • Method Details

    • createAttributeList

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