@Named(value="openIdAuthenticationConsumer") public class OpenidAuthenticationConsumer extends AbstractExternalAuthenticationConsumer<OpenIdProviderProperties>
stringResourceLoader
Constructor and Description |
---|
OpenidAuthenticationConsumer() |
Modifier and Type | Method and Description |
---|---|
void |
beginConsumption(String absoluteRequestURL) |
org.xaloon.core.api.security.external.AuthenticationToken |
endConsumption(String loginType,
String absoluteRequestURL) |
protected OpenIdProviderProperties |
getCustomAuthenticationProvider(ExternalAuthenticationPluginBean pluginBean)
Default authentication provider
|
boolean |
isEnabled() |
void |
setOpenIdUrl(String openIdUrl) |
fixUsername, getAuthenticationProviderProperties
public void beginConsumption(String absoluteRequestURL)
public org.xaloon.core.api.security.external.AuthenticationToken endConsumption(String loginType, String absoluteRequestURL)
public void setOpenIdUrl(String openIdUrl)
openIdUrl
- public boolean isEnabled()
protected OpenIdProviderProperties getCustomAuthenticationProvider(ExternalAuthenticationPluginBean pluginBean)
AbstractExternalAuthenticationConsumer
getCustomAuthenticationProvider
in class AbstractExternalAuthenticationConsumer<OpenIdProviderProperties>
Copyright © 2012 xaloon.org. All Rights Reserved.