Class AuthenticationVariableExpression
- java.lang.Object
-
- com.broadleafcommerce.auth.user.web.expression.AuthenticationVariableExpression
-
- All Implemented Interfaces:
BroadleafVariableExpression
public class AuthenticationVariableExpression extends Object implements BroadleafVariableExpression
-
-
Constructor Summary
Constructors Constructor Description AuthenticationVariableExpression(ClientRedirectService redirectService, VerifyRedirectCookieProperties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClientId()
String
getDefaultRedirectUrl()
String
getName()
The name of the implementation exposed to the Thymeleaf expression evaluation context.protected VerifyRedirectCookieProperties
getProperties()
protected ClientRedirectService
getRedirectService()
-
-
-
Constructor Detail
-
AuthenticationVariableExpression
public AuthenticationVariableExpression(ClientRedirectService redirectService, VerifyRedirectCookieProperties properties)
-
-
Method Detail
-
getName
public String 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
public String getClientId()
-
getDefaultRedirectUrl
public String getDefaultRedirectUrl()
-
getRedirectService
protected ClientRedirectService getRedirectService()
-
getProperties
protected VerifyRedirectCookieProperties getProperties()
-
-