Class SAML2SPEntityDirectoryPanel.SAML2SPEntityProvider
- java.lang.Object
-
- org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider<T,String>
-
- org.apache.syncope.client.ui.commons.DirectoryDataProvider<org.apache.syncope.common.lib.to.SAML2SPEntityTO>
-
- org.apache.syncope.client.console.panels.SAML2SPEntityDirectoryPanel.SAML2SPEntityProvider
-
- 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.SAML2SPEntityTO,String>,org.apache.wicket.markup.repeater.data.IDataProvider<org.apache.syncope.common.lib.to.SAML2SPEntityTO>,org.apache.wicket.model.IDetachable,org.apache.wicket.util.io.IClusterable
- Enclosing class:
- SAML2SPEntityDirectoryPanel
protected static final class SAML2SPEntityDirectoryPanel.SAML2SPEntityProvider extends org.apache.syncope.client.ui.commons.DirectoryDataProvider<org.apache.syncope.common.lib.to.SAML2SPEntityTO>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SAML2SPEntityProvider(int paginatorRows)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<? extends org.apache.syncope.common.lib.to.SAML2SPEntityTO>iterator(long first, long count)org.apache.wicket.model.IModel<org.apache.syncope.common.lib.to.SAML2SPEntityTO>model(org.apache.syncope.common.lib.to.SAML2SPEntityTO metadata)longsize()-
Methods inherited from class org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider
getSort, getSortState, setSort, setSort
-
-
-
-
Method Detail
-
iterator
public Iterator<? extends org.apache.syncope.common.lib.to.SAML2SPEntityTO> iterator(long first, long count)
-
size
public long size()
-
model
public org.apache.wicket.model.IModel<org.apache.syncope.common.lib.to.SAML2SPEntityTO> model(org.apache.syncope.common.lib.to.SAML2SPEntityTO metadata)
-
-