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