public class AuthenticationVariableExpression extends Object implements BroadleafVariableExpression
Constructor and Description |
---|
AuthenticationVariableExpression(ClientRedirectService redirectService,
VerifyRedirectCookieProperties properties) |
Modifier and Type | Method and 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() |
public AuthenticationVariableExpression(ClientRedirectService redirectService, VerifyRedirectCookieProperties properties)
public String getName()
BroadleafVariableExpression
getName
in interface BroadleafVariableExpression
public String getClientId()
public String getDefaultRedirectUrl()
protected ClientRedirectService getRedirectService()
protected VerifyRedirectCookieProperties getProperties()
Copyright © 2021. All rights reserved.