Class AuthProfileRestClient
java.lang.Object
org.apache.syncope.client.enduser.rest.BaseRestClient
org.apache.syncope.client.enduser.rest.AuthProfileRestClient
- All Implemented Interfaces:
Serializable,RestClient
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.syncope.client.enduser.rest.BaseRestClient
LOG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()read()readConsentAttributes(NetworkService service, String principal, long id) voidupdate(AuthProfileTO authProfile) Methods inherited from class org.apache.syncope.client.enduser.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
Field Details
-
MAPPER
-
-
Constructor Details
-
AuthProfileRestClient
public AuthProfileRestClient()
-
-
Method Details
-
read
-
update
-
delete
public void delete() -
readConsentAttributes
public String readConsentAttributes(NetworkService service, String principal, long id) throws IOException - Throws:
IOException
-