public class

NullAxFetchListFactory

extends Object
implements AxFetchListFactory
java.lang.Object
   ↳ org.springframework.security.openid.NullAxFetchListFactory

Summary

Public Constructors
NullAxFetchListFactory()
Public Methods
List<OpenIDAttribute> createAttributeList(String identifier)
Builds the list of attributes which should be added to the fetch request for the supplied OpenID identifier.
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.springframework.security.openid.AxFetchListFactory

Public Constructors

public NullAxFetchListFactory ()

Public Methods

public List<OpenIDAttribute> createAttributeList (String identifier)

Builds the list of attributes which should be added to the fetch request for the supplied OpenID identifier.

Parameters
identifier the claimed_identity
Returns
  • the attributes to fetch for this identifier