Class SAML2IdPsRestClient
- java.lang.Object
-
- org.apache.syncope.client.console.rest.BaseRestClient
-
- org.apache.syncope.client.console.rest.SAML2IdPsRestClient
-
- All Implemented Interfaces:
Serializable
,RestClient
public class SAML2IdPsRestClient extends BaseRestClient
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.client.console.rest.BaseRestClient
LOG
-
-
Constructor Summary
Constructors Constructor Description SAML2IdPsRestClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete(String key)
void
importIdPs(InputStream input)
List<SAML2SP4UIIdPTO>
list()
SAML2SP4UIIdPTO
read(String key)
void
update(SAML2SP4UIIdPTO idp)
-
Methods inherited from class org.apache.syncope.client.console.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
-
-
-
Method Detail
-
list
public List<SAML2SP4UIIdPTO> list()
-
importIdPs
public void importIdPs(InputStream input)
-
read
public SAML2SP4UIIdPTO read(String key)
-
update
public void update(SAML2SP4UIIdPTO idp)
-
delete
public void delete(String key)
-
-