public class Auth0AuthenticationProvider extends Object implements org.springframework.security.authentication.AuthenticationProvider, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
Auth0AuthenticationProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
org.springframework.security.core.Authentication |
authenticate(org.springframework.security.core.Authentication authentication) |
Auth0AuthorityStrategy |
getAuthorityStrategy() |
String |
getClientId() |
String |
getClientSecret() |
String |
getDomain() |
String |
getIssuer() |
String |
getSecuredRoute() |
boolean |
isBase64EncodedSecret() |
void |
setAuthorityStrategy(Auth0AuthorityStrategy authorityStrategy) |
void |
setBase64EncodedSecret(boolean base64EncodedSecret) |
void |
setClientId(String clientId) |
void |
setClientSecret(String clientSecret) |
void |
setDomain(String domain) |
void |
setIssuer(String issuer) |
void |
setSecuredRoute(String securedRoute) |
boolean |
supports(Class<?> authentication) |
public org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication authentication)
throws org.springframework.security.core.AuthenticationException
authenticate in interface org.springframework.security.authentication.AuthenticationProviderorg.springframework.security.core.AuthenticationExceptionpublic boolean supports(Class<?> authentication)
supports in interface org.springframework.security.authentication.AuthenticationProviderpublic void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic String getDomain()
public void setDomain(String domain)
public String getIssuer()
public void setIssuer(String issuer)
public String getClientId()
public void setClientId(String clientId)
public String getClientSecret()
public void setClientSecret(String clientSecret)
public String getSecuredRoute()
public void setSecuredRoute(String securedRoute)
public Auth0AuthorityStrategy getAuthorityStrategy()
public void setAuthorityStrategy(Auth0AuthorityStrategy authorityStrategy)
public boolean isBase64EncodedSecret()
public void setBase64EncodedSecret(boolean base64EncodedSecret)
Copyright © 2016. All Rights Reserved.