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