public class CasOAuthWrapperApi20
extends com.github.scribejava.core.builder.api.DefaultApi20
| Constructor and Description |
|---|
CasOAuthWrapperApi20(String casServerUrl,
boolean springSecurityCompliant) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessTokenEndpoint() |
com.github.scribejava.core.extractors.TokenExtractor<com.github.scribejava.core.model.OAuth2AccessToken> |
getAccessTokenExtractor() |
com.github.scribejava.core.model.Verb |
getAccessTokenVerb() |
protected String |
getAuthorizationBaseUrl() |
String |
getCasServerUrl() |
public CasOAuthWrapperApi20(String casServerUrl, boolean springSecurityCompliant)
public com.github.scribejava.core.extractors.TokenExtractor<com.github.scribejava.core.model.OAuth2AccessToken> getAccessTokenExtractor()
getAccessTokenExtractor in class com.github.scribejava.core.builder.api.DefaultApi20public String getAccessTokenEndpoint()
getAccessTokenEndpoint in class com.github.scribejava.core.builder.api.DefaultApi20protected String getAuthorizationBaseUrl()
getAuthorizationBaseUrl in class com.github.scribejava.core.builder.api.DefaultApi20public com.github.scribejava.core.model.Verb getAccessTokenVerb()
getAccessTokenVerb in class com.github.scribejava.core.builder.api.DefaultApi20public String getCasServerUrl()
Copyright © 2019. All rights reserved.