This project has retired. For details please refer to its Attic page.
OAuthServerRegistrationRequest | Apache Oltu - OAuth 2.0
public class

OAuthServerRegistrationRequest

extends OAuthRequest
java.lang.Object
   ↳ org.apache.oltu.oauth2.as.request.OAuthRequest
     ↳ org.apache.oltu.oauth2.ext.dynamicreg.server.request.OAuthServerRegistrationRequest

Summary

[Expand]
Inherited Fields
From class org.apache.oltu.oauth2.as.request.OAuthRequest
Public Constructors
OAuthServerRegistrationRequest(JSONHttpServletRequestWrapper request)
OAuthServerRegistrationRequest(JSONHttpServletRequestWrapper request, boolean discover)
Public Methods
void discover()
String getClientDescription()
String getClientIcon()
String getClientName()
String getClientUrl()
String getRedirectURI()
String getType()
boolean isDiscovered()
Protected Methods
OAuthValidator initValidator()
[Expand]
Inherited Methods
From class org.apache.oltu.oauth2.as.request.OAuthRequest
From class java.lang.Object

Public Constructors

public OAuthServerRegistrationRequest (JSONHttpServletRequestWrapper request)

public OAuthServerRegistrationRequest (JSONHttpServletRequestWrapper request, boolean discover)

Public Methods

public void discover ()

public String getClientDescription ()

public String getClientIcon ()

public String getClientName ()

public String getClientUrl ()

public String getRedirectURI ()

public String getType ()

public boolean isDiscovered ()

Protected Methods

protected OAuthValidator initValidator ()