Class AuthProfileRestClient
- java.lang.Object
-
- org.apache.syncope.client.enduser.rest.BaseRestClient
-
- org.apache.syncope.client.enduser.rest.AuthProfileRestClient
-
- All Implemented Interfaces:
Serializable
,RestClient
public class AuthProfileRestClient extends BaseRestClient
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.client.enduser.rest.BaseRestClient
LOG
-
-
Constructor Summary
Constructors Constructor Description AuthProfileRestClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
Optional<AuthProfileTO>
read()
void
update(AuthProfileTO authProfile)
-
Methods inherited from class org.apache.syncope.client.enduser.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
-
-
-
Method Detail
-
read
public Optional<AuthProfileTO> read()
-
update
public void update(AuthProfileTO authProfile)
-
delete
public void delete()
-
-