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(java.lang.String name,
java.lang.String schema,
java.lang.String description) |
static AttributeExchange |
AttributeExchange.valueOf(java.lang.String name) |
static AttributeExchange |
AttributeExchange.valueOfType(java.lang.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 |
---|---|
java.lang.String |
RelayingParty.authRequest(java.lang.String identifier,
boolean sessionAware,
boolean addReturnTo,
java.lang.String returnTo,
java.util.Set<AttributeExchange> optionalAttrs,
java.util.Set<AttributeExchange> requiredAttrs,
Request req,
Response res) |
java.lang.String |
RelayingParty.authRequest(java.lang.String identifier,
boolean sessionAware,
boolean addReturnTo,
java.lang.String returnTo,
java.util.Set<AttributeExchange> optionalAttrs,
java.util.Set<AttributeExchange> requiredAttrs,
Request req,
Response res) |
org.openid4java.discovery.Identifier |
RelayingParty.verify(java.util.Map<AttributeExchange,java.lang.String> axResp,
Request req,
boolean sessionAware) |
Copyright © 2005-2018 Restlet.