Class AuthenticationVariableExpression
java.lang.Object
com.broadleafcommerce.auth.user.web.expression.AuthenticationVariableExpression
- All Implemented Interfaces:
BroadleafVariableExpression
-
Constructor Summary
ConstructorDescriptionAuthenticationVariableExpression
(ClientRedirectService redirectService, VerifyRedirectCookieProperties properties) -
Method Summary
Modifier and TypeMethodDescriptiongetName()
The name of the implementation exposed to the Thymeleaf expression evaluation context.protected VerifyRedirectCookieProperties
protected ClientRedirectService
-
Constructor Details
-
AuthenticationVariableExpression
public AuthenticationVariableExpression(ClientRedirectService redirectService, VerifyRedirectCookieProperties properties)
-
-
Method Details
-
getName
Description copied from interface:BroadleafVariableExpression
The name of the implementation exposed to the Thymeleaf expression evaluation context.- Specified by:
getName
in interfaceBroadleafVariableExpression
- Returns:
- the variable expression's accessor name
-
getClientId
-
getDefaultRedirectUrl
-
getRedirectService
-
getProperties
-