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