Package | Description |
---|---|
org.restlet.ext.openid |
Support for OpenID 2.0 HTTP authentication.
|
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
static AttributeExchange |
AttributeExchange.register(String name,
String schema,
String description) |
static AttributeExchange |
AttributeExchange.valueOf(String name) |
static AttributeExchange |
AttributeExchange.valueOfType(String schema) |
Modifier and Type | Method and Description |
---|---|
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
|
int |
AttributeExchange.compareTo(AttributeExchange o) |
Modifier and Type | Method and Description |
---|---|
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-2016 Restlet.