org.apache.oltu.oauth2.ext.dynamicreg.common
Class OAuthRegistration.Request

java.lang.Object
  extended by org.apache.oltu.oauth2.ext.dynamicreg.common.OAuthRegistration.Request
Enclosing class:
OAuthRegistration

public static final class OAuthRegistration.Request
extends Object


Field Summary
static String CLIENT_DESCRIPTION
           
static String CLIENT_ICON
           
static String CLIENT_NAME
           
static String CLIENT_URL
           
static String REDIRECT_URL
           
static String TYPE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final String TYPE
See Also:
Constant Field Values

CLIENT_NAME

public static final String CLIENT_NAME
See Also:
Constant Field Values

CLIENT_URL

public static final String CLIENT_URL
See Also:
Constant Field Values

CLIENT_DESCRIPTION

public static final String CLIENT_DESCRIPTION
See Also:
Constant Field Values

CLIENT_ICON

public static final String CLIENT_ICON
See Also:
Constant Field Values

REDIRECT_URL

public static final String REDIRECT_URL
See Also:
Constant Field Values


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