@Named public class DefaultAuthenticationFacade extends Object implements org.xaloon.core.api.security.external.AuthenticationFacade
Constructor and Description |
---|
DefaultAuthenticationFacade() |
Modifier and Type | Method and Description |
---|---|
void |
beginConsumption(String loginType,
String requestUrl) |
org.xaloon.core.api.security.external.AuthenticationToken |
endConsumption(String loginType,
String absoluteRequestURL) |
List<String> |
getAvailableProviderSet() |
boolean |
isEnabled(String loginType) |
boolean |
isPluginEnabled() |
boolean |
isResponseToEndConsumption(Set<String> namedKeys) |
public void beginConsumption(String loginType, String requestUrl)
beginConsumption
in interface org.xaloon.core.api.security.external.AuthenticationFacade
public org.xaloon.core.api.security.external.AuthenticationToken endConsumption(String loginType, String absoluteRequestURL)
endConsumption
in interface org.xaloon.core.api.security.external.AuthenticationFacade
public boolean isResponseToEndConsumption(Set<String> namedKeys)
isResponseToEndConsumption
in interface org.xaloon.core.api.security.external.AuthenticationFacade
public boolean isPluginEnabled()
isPluginEnabled
in interface org.xaloon.core.api.security.external.AuthenticationFacade
public boolean isEnabled(String loginType)
isEnabled
in interface org.xaloon.core.api.security.external.AuthenticationFacade
Copyright © 2012 xaloon.org. All Rights Reserved.