org.apache.oltu.oauth2.ext.dynamicreg.server.request
Class OAuthServerRegistrationRequest

java.lang.Object
  extended by org.apache.oltu.oauth2.as.request.OAuthRequest
      extended by org.apache.oltu.oauth2.ext.dynamicreg.server.request.OAuthServerRegistrationRequest

public class OAuthServerRegistrationRequest
extends OAuthRequest


Field Summary
 
Fields inherited from class org.apache.oltu.oauth2.as.request.OAuthRequest
request, validator, validators
 
Constructor Summary
OAuthServerRegistrationRequest(JSONHttpServletRequestWrapper request)
           
OAuthServerRegistrationRequest(JSONHttpServletRequestWrapper request, boolean discover)
           
 
Method Summary
 void discover()
           
 String getClientDescription()
           
 String getClientIcon()
           
 String getClientName()
           
 String getClientUrl()
           
 String getRedirectURI()
           
 String getType()
           
protected  OAuthValidator initValidator()
           
 boolean isDiscovered()
           
 
Methods inherited from class org.apache.oltu.oauth2.as.request.OAuthRequest
getClientId, getClientSecret, getParam, getScopes, isClientAuthHeaderUsed, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OAuthServerRegistrationRequest

public OAuthServerRegistrationRequest(JSONHttpServletRequestWrapper request)
                               throws OAuthSystemException,
                                      OAuthProblemException
Throws:
OAuthSystemException
OAuthProblemException

OAuthServerRegistrationRequest

public OAuthServerRegistrationRequest(JSONHttpServletRequestWrapper request,
                                      boolean discover)
                               throws OAuthSystemException,
                                      OAuthProblemException
Throws:
OAuthSystemException
OAuthProblemException
Method Detail

initValidator

protected OAuthValidator initValidator()
                                throws OAuthProblemException,
                                       OAuthSystemException
Specified by:
initValidator in class OAuthRequest
Throws:
OAuthProblemException
OAuthSystemException

discover

public void discover()
              throws OAuthSystemException
Throws:
OAuthSystemException

getType

public String getType()

getClientName

public String getClientName()

getClientUrl

public String getClientUrl()

getClientDescription

public String getClientDescription()

getClientIcon

public String getClientIcon()

getRedirectURI

public String getRedirectURI()
Overrides:
getRedirectURI in class OAuthRequest

isDiscovered

public boolean isDiscovered()


Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.