org.springframework.security.openid
Class NullAxFetchListFactory

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

public class NullAxFetchListFactory
extends Object
implements AxFetchListFactory

Since:
3.1

Constructor Summary
NullAxFetchListFactory()
           
 
Method Summary
 List<OpenIDAttribute> createAttributeList(String identifier)
          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()
Method Detail

createAttributeList

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