org.restlet.ext.openid
Class XrdsServerResource

java.lang.Object
  extended by org.restlet.resource.Resource
      extended by org.restlet.resource.UniformResource
          extended by org.restlet.resource.ServerResource
              extended by org.restlet.ext.openid.XrdsServerResource

Deprecated.

@Deprecated
public class XrdsServerResource
extends ServerResource

Implementation of a XRDS server side resource. It is used for OpenID discovery both from the consumer and the provider.

Author:
Kristoffer Gronowski

Field Summary
static String TYPE_RETURN_TO
          Deprecated. The identifier of the "return to" type.
static String TYPE_SERVER
          Deprecated. The identifier of the "server" type.
static String TYPE_SIGNON
          Deprecated. The identifier of the "signon" type.
 
Constructor Summary
XrdsServerResource()
          Deprecated.  
 
Method Summary
 Representation represent()
          Deprecated.  
 
Methods inherited from class org.restlet.resource.ServerResource
abort, commit, delete, delete, describeVariants, doCatch, doConditionalHandle, doError, doHandle, doHandle, doNegotiatedHandle, get, get, getAttribute, getInfo, getInfo, getOnSent, getPreferredVariant, getVariants, getVariants, handle, hasAnnotations, head, head, isAnnotated, isAutoCommitting, isCommitted, isConditional, isExisting, isInRole, isNegotiated, options, options, post, post, put, put, redirectPermanent, redirectPermanent, redirectSeeOther, redirectSeeOther, redirectTemporary, redirectTemporary, setAllowedMethods, setAnnotated, setAttribute, setAutoCommitting, setChallengeRequests, setCommitted, setConditional, setCookieSettings, setDimensions, setExisting, setLocationRef, setLocationRef, setNegotiated, setOnSent, setProxyChallengeRequests, setServerInfo, setStatus, setStatus, setStatus, setStatus, updateAllowedMethods, updateDimensions
 
Methods inherited from class org.restlet.resource.Resource
doError, doInit, doRelease, getAllowedMethods, getApplication, getChallengeRequests, getChallengeResponse, getClientInfo, getConditions, getConnegService, getContext, getConverterService, getCookies, getCookieSettings, getDimensions, getHostRef, getLocationRef, getLogger, getMatrix, getMatrixValue, getMaxForwards, getMetadataService, getMethod, getOriginalRef, getProtocol, getProxyChallengeRequests, getProxyChallengeResponse, getQuery, getQueryValue, getRanges, getReference, getReferrerRef, getRequest, getRequestAttributes, getRequestCacheDirectives, getRequestEntity, getResponse, getResponseAttributes, getResponseCacheDirectives, getResponseEntity, getRootRef, getServerInfo, getStatus, getStatusService, init, isConfidential, isLoggable, release, setApplication, setQueryValue, setRequest, setResponse, toObject, toRepresentation, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE_RETURN_TO

public static final String TYPE_RETURN_TO
Deprecated. 
The identifier of the "return to" type.

See Also:
Constant Field Values

TYPE_SERVER

public static final String TYPE_SERVER
Deprecated. 
The identifier of the "server" type.

See Also:
Constant Field Values

TYPE_SIGNON

public static final String TYPE_SIGNON
Deprecated. 
The identifier of the "signon" type.

See Also:
Constant Field Values
Constructor Detail

XrdsServerResource

public XrdsServerResource()
Deprecated. 
Method Detail

represent

@Get(value="form")
public Representation represent()
                         throws ParserConfigurationException
Deprecated. 
Throws:
ParserConfigurationException


Copyright © 2005-2013 Restlet.