Class SAML2SPEntityDirectoryPanel.SAML2SPEntityProvider
- java.lang.Object
-
- org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider<T,String>
-
- org.apache.syncope.client.console.commons.DirectoryDataProvider<SAML2SPEntityTO>
-
- org.apache.syncope.client.console.panels.SAML2SPEntityDirectoryPanel.SAML2SPEntityProvider
-
- All Implemented Interfaces:
Serializable
,ISortStateLocator<String>
,ISortableDataProvider<SAML2SPEntityTO,String>
,IDataProvider<SAML2SPEntityTO>
,IDetachable
,IClusterable
- Enclosing class:
- SAML2SPEntityDirectoryPanel
protected final class SAML2SPEntityDirectoryPanel.SAML2SPEntityProvider extends DirectoryDataProvider<SAML2SPEntityTO>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.client.console.commons.DirectoryDataProvider
paginatorRows
-
-
Constructor Summary
Constructors Constructor Description SAML2SPEntityProvider(int paginatorRows)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<? extends SAML2SPEntityTO>
iterator(long first, long count)
IModel<SAML2SPEntityTO>
model(SAML2SPEntityTO metadata)
long
size()
-
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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.wicket.markup.repeater.data.IDataProvider
detach
-
-
-
-
Method Detail
-
iterator
public Iterator<? extends SAML2SPEntityTO> iterator(long first, long count)
-
size
public long size()
-
model
public IModel<SAML2SPEntityTO> model(SAML2SPEntityTO metadata)
-
-