Interface PresentationSecurityService
-
public interface PresentationSecurityServiceService responsible for deciding if object (identified by identifier) is accessible.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description booleanisAccessAllowed(String identifier)Deprecated, for removal: This API element is subject to removal in a future version.default booleanisAccessAllowed(String identifier, javax.servlet.http.HttpServletRequest req)
-
-
-
Method Detail
-
isAccessAllowed
@Deprecated(forRemoval=true) boolean isAccessAllowed(String identifier)
Deprecated, for removal: This API element is subject to removal in a future version.
-
isAccessAllowed
default boolean isAccessAllowed(String identifier, javax.servlet.http.HttpServletRequest req)
-
-