Class TrustFrameworkKeySetRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.EntityRequest<TrustFrameworkKeySet>
-
- odata.msgraph.client.beta.entity.request.TrustFrameworkKeySetRequest
-
public class TrustFrameworkKeySetRequest extends com.github.davidmoten.odata.client.EntityRequest<TrustFrameworkKeySet>
-
-
Constructor Summary
Constructors Constructor Description TrustFrameworkKeySetRequest(com.github.davidmoten.odata.client.ContextPath contextPath, Optional<Object> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey>generateKey(String use, String kty, Long nbf, Long exp)com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey>getActiveKey()com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey>uploadCertificate(String key)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey>uploadPkcs12(String key, String password)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey>uploadSecret(String use, String k, Long nbf, Long exp)
-
-
-
Method Detail
-
generateKey
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey> generateKey(String use, String kty, Long nbf, Long exp)
-
uploadCertificate
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey> uploadCertificate(String key)
-
uploadPkcs12
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey> uploadPkcs12(String key, String password)
-
uploadSecret
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey> uploadSecret(String use, String k, Long nbf, Long exp)
-
getActiveKey
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey> getActiveKey()
-
-