Class ComponentSecurityVisibility


  • public class ComponentSecurityVisibility
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void applyEnabledSecurity​(org.ikasan.security.service.authentication.IkasanAuthentication authentication, com.vaadin.flow.component.HasEnabled component, java.lang.String... securityConstants)  
      static void applySecurity​(com.vaadin.flow.component.Component component, java.lang.String... securityConstants)  
      static void applySecurity​(org.ikasan.security.service.authentication.IkasanAuthentication authentication, com.vaadin.flow.component.Component component, java.lang.String... securityConstants)  
      static boolean hasAuthorisation​(java.lang.String... securityConstants)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ComponentSecurityVisibility

        public ComponentSecurityVisibility()
    • Method Detail

      • applySecurity

        public static void applySecurity​(com.vaadin.flow.component.Component component,
                                         java.lang.String... securityConstants)
      • applySecurity

        public static void applySecurity​(org.ikasan.security.service.authentication.IkasanAuthentication authentication,
                                         com.vaadin.flow.component.Component component,
                                         java.lang.String... securityConstants)
      • applyEnabledSecurity

        public static void applyEnabledSecurity​(org.ikasan.security.service.authentication.IkasanAuthentication authentication,
                                                com.vaadin.flow.component.HasEnabled component,
                                                java.lang.String... securityConstants)
      • hasAuthorisation

        public static boolean hasAuthorisation​(java.lang.String... securityConstants)