public class OAuthProviderType<T extends AccessTokenContext> extends Object
OAuthProviderProcessor)| Constructor and Description |
|---|
OAuthProviderType(String key,
boolean enabled,
String userNameAttrName,
OAuthProviderProcessor<T> oauthProviderProcessor,
OAuthPrincipalProcessor principalProcessor,
String initOAuthURL,
String friendlyName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFriendlyName() |
String |
getInitOAuthURL(String contextPath,
String requestURI) |
String |
getKey() |
OAuthPrincipalProcessor |
getOauthPrincipalProcessor() |
OAuthProviderProcessor<T> |
getOauthProviderProcessor() |
String |
getUserNameAttrName() |
boolean |
isEnabled() |
String |
toString() |
public OAuthProviderType(String key, boolean enabled, String userNameAttrName, OAuthProviderProcessor<T> oauthProviderProcessor, OAuthPrincipalProcessor principalProcessor, String initOAuthURL, String friendlyName)
public String getKey()
public boolean isEnabled()
public String getUserNameAttrName()
public OAuthProviderProcessor<T> getOauthProviderProcessor()
public OAuthPrincipalProcessor getOauthPrincipalProcessor()
public String getFriendlyName()
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.