Class AuthorizationHelper
- java.lang.Object
-
- org.apache.myfaces.tobago.internal.util.AuthorizationHelper
-
@ManagedBean @ApplicationScoped public class AuthorizationHelper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
AUTHORIZATION_HELPER
-
Constructor Summary
Constructors Constructor Description AuthorizationHelper()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AuthorizationHelper
getInstance(javax.faces.context.FacesContext facesContext)
boolean
isAuthorized(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component, String expression)
-
-
-
Field Detail
-
AUTHORIZATION_HELPER
public static final String AUTHORIZATION_HELPER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static AuthorizationHelper getInstance(javax.faces.context.FacesContext facesContext)
-
isAuthorized
public boolean isAuthorized(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component, String expression)
-
-