org.restlet.ext.openid
Class AttributeExchange
java.lang.Object
org.restlet.data.Metadata
org.restlet.ext.openid.AttributeExchange
- All Implemented Interfaces:
- Comparable<AttributeExchange>
public class AttributeExchange
- extends Metadata
- implements Comparable<AttributeExchange>
Describes an attributes exchange, also known as an AX.
- Author:
- Martin Svensson
COUNTRY
public static final AttributeExchange COUNTRY
DOB
public static final AttributeExchange DOB
EMAIL
public static final AttributeExchange EMAIL
FIRST_NAME
public static final AttributeExchange FIRST_NAME
FRIENDLY_NAME
public static final AttributeExchange FRIENDLY_NAME
FULL_NAME
public static final AttributeExchange FULL_NAME
GENDER
public static final AttributeExchange GENDER
LANGUAGE
public static final AttributeExchange LANGUAGE
LAST_NAME
public static final AttributeExchange LAST_NAME
TIMEZONE
public static final AttributeExchange TIMEZONE
ZIP
public static final AttributeExchange ZIP
AttributeExchange
public AttributeExchange(String name,
String schema,
String description)
register
public static AttributeExchange register(String name,
String schema,
String description)
valueOf
public static AttributeExchange valueOf(String name)
valueOfType
public static AttributeExchange valueOfType(String schema)
equals
public boolean equals(Object object)
- Overrides:
equals in class Metadata
getParent
public Metadata getParent()
- Specified by:
getParent in class Metadata
getSchema
public String getSchema()
hashCode
public int hashCode()
- Overrides:
hashCode in class Metadata
includes
public boolean includes(Metadata included)
- Specified by:
includes in class Metadata
setSchema
public void setSchema(String schema)
compareTo
public int compareTo(AttributeExchange o)
- Specified by:
compareTo in interface Comparable<AttributeExchange>
Copyright © 2005-2012 Restlet S.A.S..