public class Auth0TokenHelperImpl extends Object implements Auth0TokenHelper<Object>, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
Auth0TokenHelperImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
Object |
decodeToken(String token) |
String |
generateToken(Object object,
long expiration) |
String |
getClientId() |
String |
getClientSecret() |
void |
setClientId(String clientId) |
void |
setClientSecret(String clientSecret) |
public String generateToken(Object object, long expiration)
generateToken in interface Auth0TokenHelper<Object>public Object decodeToken(String token)
decodeToken in interface Auth0TokenHelper<Object>public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic String getClientSecret()
public void setClientSecret(String clientSecret)
public String getClientId()
public void setClientId(String clientId)
Copyright © 2016. All Rights Reserved.