Class StandardCustomAuthSessionService
java.lang.Object
dev.getelements.elements.service.auth.StandardCustomAuthSessionService
- All Implemented Interfaces:
CustomAuthSessionService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.ObjectMappergetSession(String jwt) Gets aSessionprovided the custom auth JWT.voidsetAuthSchemeDao(AuthSchemeDao authSchemeDao) voidsetCryptoKeyUtility(CryptoKeyPairUtility cryptoKeyPairUtility) voidsetNameService(NameService nameService) voidsetObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) voidsetUserDao(UserDao userDao) voidsetValidationHelper(ValidationHelper validationHelper)
-
Constructor Details
-
StandardCustomAuthSessionService
public StandardCustomAuthSessionService()
-
-
Method Details
-
getSession
Description copied from interface:CustomAuthSessionServiceGets aSessionprovided the custom auth JWT.- Specified by:
getSessionin interfaceCustomAuthSessionService- Parameters:
jwt- the jwt- Returns:
- the
Sessioninstance
-
getNameService
-
setNameService
@Inject public void setNameService(@Named("dev.getelements.elements.service.unscoped") NameService nameService) -
getObjectMapper
public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper() -
setObjectMapper
@Inject public void setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
getAuthSchemeDao
-
setAuthSchemeDao
-
getCryptoKeyUtility
-
setCryptoKeyUtility
-
getValidationHelper
-
setValidationHelper
-
getUserDao
-
setUserDao
-