Uses of Class
org.restlet.ext.openid.AttributeExchange

Packages that use AttributeExchange
org.restlet.ext.openid Support for OpenID 2.0 HTTP authentication. 
 

Uses of AttributeExchange in org.restlet.ext.openid
 

Fields in org.restlet.ext.openid declared as AttributeExchange
static AttributeExchange AttributeExchange.COUNTRY
           
static AttributeExchange AttributeExchange.DOB
           
static AttributeExchange AttributeExchange.EMAIL
           
static AttributeExchange AttributeExchange.FIRST_NAME
           
static AttributeExchange AttributeExchange.FRIENDLY_NAME
           
static AttributeExchange AttributeExchange.FULL_NAME
           
static AttributeExchange AttributeExchange.GENDER
           
static AttributeExchange AttributeExchange.LANGUAGE
           
static AttributeExchange AttributeExchange.LAST_NAME
           
static AttributeExchange AttributeExchange.TIMEZONE
           
static AttributeExchange AttributeExchange.ZIP
           
 

Methods in org.restlet.ext.openid that return AttributeExchange
static AttributeExchange AttributeExchange.register(String name, String schema, String description)
           
static AttributeExchange AttributeExchange.valueOf(String name)
           
static AttributeExchange AttributeExchange.valueOfType(String schema)
           
 

Methods in org.restlet.ext.openid with parameters of type AttributeExchange
 void OpenIdVerifier.addOptionalAttribute(AttributeExchange attributeName)
          Adds required User attribute to retrieve during authentication.
 void OpenIdVerifier.addRequiredAttribute(AttributeExchange attributeName)
          Adds an optional User attribute to retrieve during authentication
 

Method parameters in org.restlet.ext.openid with type arguments of type AttributeExchange
 String RelayingParty.authRequest(String identifier, boolean sessionAware, boolean addReturnTo, String returnTo, Set<AttributeExchange> optionalAttrs, Set<AttributeExchange> requiredAttrs, Request req, Response res)
           
 String RelayingParty.authRequest(String identifier, boolean sessionAware, boolean addReturnTo, String returnTo, Set<AttributeExchange> optionalAttrs, Set<AttributeExchange> requiredAttrs, Request req, Response res)
           
 org.openid4java.discovery.Identifier RelayingParty.verify(Map<AttributeExchange,String> axResp, Request req, boolean sessionAware)
           
 



Copyright © 2005-2013 Restlet.