Class ExternalAuthenticationConfig
- java.lang.Object
-
- cronapp.framework.authentication.external.ExternalAuthenticationConfig
-
public class ExternalAuthenticationConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description ExternalAuthenticationConfig()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.springframework.security.core.AuthenticationauthenticateExternally(org.springframework.security.core.Authentication authentication)static StringgetExternalAuthType()static booleanisExternalAuth()static booleanisSocial(String provider)
-
-
-
Method Detail
-
getExternalAuthType
public static String getExternalAuthType()
-
isExternalAuth
public static boolean isExternalAuth()
-
isSocial
public static boolean isSocial(String provider)
-
authenticateExternally
public static org.springframework.security.core.Authentication authenticateExternally(org.springframework.security.core.Authentication authentication) throws org.springframework.security.core.AuthenticationException- Throws:
org.springframework.security.core.AuthenticationException
-
-