Class SecurityPageBinder

  • All Implemented Interfaces:
    net.n2oapp.framework.api.metadata.aware.CompiledClassAware, net.n2oapp.framework.api.metadata.compile.MetadataBinder<net.n2oapp.framework.api.metadata.meta.Page>

    @Component
    public class SecurityPageBinder
    extends java.lang.Object
    implements net.n2oapp.framework.api.metadata.compile.MetadataBinder<net.n2oapp.framework.api.metadata.meta.Page>, net.n2oapp.framework.api.metadata.aware.CompiledClassAware
    Проверка прав доступа на элемент Page
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      net.n2oapp.framework.api.metadata.meta.Page bind​(net.n2oapp.framework.api.metadata.meta.Page compiled, net.n2oapp.framework.api.metadata.compile.BindProcessor p)  
      java.lang.Class<? extends net.n2oapp.framework.api.metadata.Compiled> getCompiledClass()  
      • Methods inherited from class java.lang.Object

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

      • SecurityPageBinder

        public SecurityPageBinder​(@Autowired
                                  SecurityProvider securityProvider)
    • Method Detail

      • bind

        public net.n2oapp.framework.api.metadata.meta.Page bind​(net.n2oapp.framework.api.metadata.meta.Page compiled,
                                                                net.n2oapp.framework.api.metadata.compile.BindProcessor p)
        Specified by:
        bind in interface net.n2oapp.framework.api.metadata.compile.MetadataBinder<net.n2oapp.framework.api.metadata.meta.Page>
      • getCompiledClass

        public java.lang.Class<? extends net.n2oapp.framework.api.metadata.Compiled> getCompiledClass()
        Specified by:
        getCompiledClass in interface net.n2oapp.framework.api.metadata.aware.CompiledClassAware