public final class Authorization extends Object
| Constructor and Description |
|---|
Authorization(org.thymeleaf.context.IExpressionContext context,
org.springframework.security.core.Authentication authentication,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext servletContext) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
expr(String expression) |
boolean |
expression(String expression) |
org.springframework.security.core.Authentication |
getAuthentication() |
org.thymeleaf.context.IExpressionContext |
getContext() |
javax.servlet.http.HttpServletRequest |
getRequest() |
javax.servlet.http.HttpServletResponse |
getResponse() |
javax.servlet.ServletContext |
getServletContext() |
boolean |
url(String url) |
boolean |
url(String method,
String url) |
public Authorization(org.thymeleaf.context.IExpressionContext context,
org.springframework.security.core.Authentication authentication,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext servletContext)
public org.thymeleaf.context.IExpressionContext getContext()
public org.springframework.security.core.Authentication getAuthentication()
public javax.servlet.http.HttpServletRequest getRequest()
public javax.servlet.http.HttpServletResponse getResponse()
public javax.servlet.ServletContext getServletContext()
public boolean expr(String expression)
public boolean expression(String expression)
public boolean url(String url)
Copyright © 2016 The THYMELEAF team. All rights reserved.