Package com.persequor.extension.frontend
Class ComponentSecurityConfiguration
java.lang.Object
com.persequor.extension.frontend.ComponentSecurityConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAllow everyone to access this component, including users without a role.getRoles()
boolean
-
Constructor Details
-
ComponentSecurityConfiguration
public ComponentSecurityConfiguration()
-
-
Method Details
-
allow
-
clearAllowed
-
revoke
-
allowAnyone
Allow everyone to access this component, including users without a role.Does not allow unauthenticated users to access the component.
Clears any previously set roles.
- Returns:
- this
-
getRoles
-
isAllowAnyone
public boolean isAllowAnyone()
-