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