Class IdRepoStatusProvider
- java.lang.Object
-
- org.apache.syncope.client.console.commons.IdRepoStatusProvider
-
- All Implemented Interfaces:
Serializable
,StatusProvider
public class IdRepoStatusProvider extends Object implements StatusProvider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IdRepoStatusProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends Serializable>
voidaddConnObjectLink(ListViewPanel.Builder<T> builder, ActionLink<T> connObjectLink)
Optional<Pair<ConnObject,ConnObject>>
get(String anyTypeKey, String connObjectKeyValue, String resource)
List<Triple<ConnObject,ConnObjectWrapper,String>>
get(AnyTO any, Collection<String> resources)
-
-
-
Method Detail
-
get
public Optional<Pair<ConnObject,ConnObject>> get(String anyTypeKey, String connObjectKeyValue, String resource)
- Specified by:
get
in interfaceStatusProvider
-
get
public List<Triple<ConnObject,ConnObjectWrapper,String>> get(AnyTO any, Collection<String> resources)
- Specified by:
get
in interfaceStatusProvider
-
addConnObjectLink
public <T extends Serializable> void addConnObjectLink(ListViewPanel.Builder<T> builder, ActionLink<T> connObjectLink)
- Specified by:
addConnObjectLink
in interfaceStatusProvider
-
-