public abstract class RestDocFeatureOAuth2 extends RestDocFeature
enabled| Constructor and Description |
|---|
RestDocFeatureOAuth2() |
| Modifier and Type | Method and Description |
|---|---|
protected org.restdoc.api.GlobalHeader |
customHeader() |
protected void |
customInit(org.restdoc.server.impl.RestDocGenerator generator) |
protected abstract String |
getAuthURL() |
protected abstract String |
getClientAccess() |
protected abstract String[] |
getGrants() |
protected org.restdoc.api.GlobalHeader |
getHeader() |
protected abstract String |
getTokenURL() |
getBaseURL, getClasses, initializegetActive, getID, initialize, initialize, initialize, initializeProviderisEnabledprotected void customInit(org.restdoc.server.impl.RestDocGenerator generator)
customInit in class RestDocFeatureprotected final org.restdoc.api.GlobalHeader getHeader()
getHeader in class RestDocFeatureprotected org.restdoc.api.GlobalHeader customHeader()
protected abstract String getTokenURL()
protected abstract String getAuthURL()
protected abstract String[] getGrants()
protected abstract String getClientAccess()
Copyright © 2012-2014 RestDoc.org. All Rights Reserved.