net.smartam.leeloo.ext.dynamicreg.server.request
Class OAuthServerRegistrationRequest
java.lang.Object
net.smartam.leeloo.as.request.OAuthRequest
net.smartam.leeloo.ext.dynamicreg.server.request.OAuthServerRegistrationRequest
public class OAuthServerRegistrationRequest
- extends OAuthRequest
- Author:
- Maciej Machulak, Lukasz Moren
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OAuthServerRegistrationRequest
public OAuthServerRegistrationRequest(javax.servlet.http.HttpServletRequest request)
throws OAuthSystemException,
OAuthProblemException
- Throws:
OAuthSystemException
OAuthProblemException
OAuthServerRegistrationRequest
public OAuthServerRegistrationRequest(javax.servlet.http.HttpServletRequest request,
boolean discover)
throws OAuthSystemException,
OAuthProblemException
- Throws:
OAuthSystemException
OAuthProblemException
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()
getName
public String getName()
getUrl
public String getUrl()
getDescription
public String getDescription()
getIcon
public String getIcon()
getRedirectURI
public String getRedirectURI()
- Overrides:
getRedirectURI
in class OAuthRequest
isDiscovered
public boolean isDiscovered()
Copyright © 2010. All Rights Reserved.