Class AuthProfileDirectoryPanel.AuthProfileProvider

  • All Implemented Interfaces:
    Serializable, org.apache.wicket.extensions.markup.html.repeater.data.sort.ISortStateLocator<String>, org.apache.wicket.extensions.markup.html.repeater.data.table.ISortableDataProvider<org.apache.syncope.common.lib.to.AuthProfileTO,​String>, org.apache.wicket.markup.repeater.data.IDataProvider<org.apache.syncope.common.lib.to.AuthProfileTO>, org.apache.wicket.model.IDetachable, org.apache.wicket.util.io.IClusterable
    Enclosing class:
    AuthProfileDirectoryPanel

    protected static final class AuthProfileDirectoryPanel.AuthProfileProvider
    extends org.apache.syncope.client.ui.commons.DirectoryDataProvider<org.apache.syncope.common.lib.to.AuthProfileTO>
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.apache.syncope.client.ui.commons.DirectoryDataProvider

        paginatorRows
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Iterator<org.apache.syncope.common.lib.to.AuthProfileTO> iterator​(long first, long count)  
      org.apache.wicket.model.IModel<org.apache.syncope.common.lib.to.AuthProfileTO> model​(org.apache.syncope.common.lib.to.AuthProfileTO object)  
      long size()  
      • Methods inherited from class org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider

        getSort, getSortState, setSort, setSort
      • Methods inherited from interface org.apache.wicket.markup.repeater.data.IDataProvider

        detach
    • Method Detail

      • iterator

        public Iterator<org.apache.syncope.common.lib.to.AuthProfileTO> iterator​(long first,
                                                                                 long count)
      • size

        public long size()
      • model

        public org.apache.wicket.model.IModel<org.apache.syncope.common.lib.to.AuthProfileTO> model​(org.apache.syncope.common.lib.to.AuthProfileTO object)