Class SAML2SPEntityRestClient
- java.lang.Object
-
- org.apache.syncope.client.console.rest.BaseRestClient
-
- org.apache.syncope.client.console.rest.SAML2SPEntityRestClient
-
- All Implemented Interfaces:
Serializable
,RestClient
public class SAML2SPEntityRestClient 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 SAML2SPEntityRestClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete(String key)
SAML2SPEntityTO
get(String key)
List<SAML2SPEntityTO>
list()
void
set(SAML2SPEntityTO entityTO)
-
Methods inherited from class org.apache.syncope.client.console.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
-
-
-
Method Detail
-
list
public List<SAML2SPEntityTO> list()
-
get
public SAML2SPEntityTO get(String key)
-
set
public void set(SAML2SPEntityTO entityTO)
-
delete
public void delete(String key)
-
-