Class SAML2IdPsDirectoryPanel.SAML2IdPsProvider
- java.lang.Object
- 
- org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider<T,String>
- 
- org.apache.syncope.client.console.commons.DirectoryDataProvider<SAML2SP4UIIdPTO>
- 
- org.apache.syncope.client.console.panels.SAML2IdPsDirectoryPanel.SAML2IdPsProvider
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- ISortStateLocator<String>,- ISortableDataProvider<SAML2SP4UIIdPTO,String>,- IDataProvider<SAML2SP4UIIdPTO>,- IDetachable,- IClusterable
 - Enclosing class:
- SAML2IdPsDirectoryPanel
 
 protected final class SAML2IdPsDirectoryPanel.SAML2IdPsProvider extends DirectoryDataProvider<SAML2SP4UIIdPTO> - See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.syncope.client.console.commons.DirectoryDataProviderpaginatorRows
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<SAML2SP4UIIdPTO>iterator(long first, long count)IModel<SAML2SP4UIIdPTO>model(SAML2SP4UIIdPTO object)longsize()- 
Methods inherited from class org.apache.syncope.client.console.commons.DirectoryDataProvidersetPaginatorRows
 - 
Methods inherited from class org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvidergetSort, getSortState, setSort, setSort
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.wicket.markup.repeater.data.IDataProviderdetach
 
- 
 
- 
- 
- 
Method Detail- 
iteratorpublic Iterator<SAML2SP4UIIdPTO> iterator(long first, long count) 
 - 
sizepublic long size() 
 - 
modelpublic IModel<SAML2SP4UIIdPTO> model(SAML2SP4UIIdPTO object) 
 
- 
 
-