Uses of Class
odata.msgraph.client.beta.complex.TrustFrameworkKey
-
Packages that use TrustFrameworkKey Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of TrustFrameworkKey in odata.msgraph.client.beta.complex
-
Uses of TrustFrameworkKey in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type TrustFrameworkKey Modifier and Type Field Description protected List<TrustFrameworkKey>TrustFrameworkKeySet. keysMethods in odata.msgraph.client.beta.entity that return types with arguments of type TrustFrameworkKey Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey>TrustFrameworkKeySet. generateKey(String use, String kty, Long nbf, Long exp)com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey>TrustFrameworkKeySet. getActiveKey()com.github.davidmoten.odata.client.CollectionPage<TrustFrameworkKey>TrustFrameworkKeySet. getKeys()com.github.davidmoten.odata.client.CollectionPage<TrustFrameworkKey>TrustFrameworkKeySet. getKeys(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey>TrustFrameworkKeySet. uploadCertificate(String key)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey>TrustFrameworkKeySet. uploadPkcs12(String key, String password)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey>TrustFrameworkKeySet. uploadSecret(String use, String k, Long nbf, Long exp)Methods in odata.msgraph.client.beta.entity with parameters of type TrustFrameworkKey Modifier and Type Method Description TrustFrameworkKeySet.BuilderTrustFrameworkKeySet.Builder. keys(TrustFrameworkKey... keys)Method parameters in odata.msgraph.client.beta.entity with type arguments of type TrustFrameworkKey Modifier and Type Method Description TrustFrameworkKeySet.BuilderTrustFrameworkKeySet.Builder. keys(List<TrustFrameworkKey> keys)TrustFrameworkKeySetTrustFrameworkKeySet. withKeys(List<TrustFrameworkKey> keys) -
Uses of TrustFrameworkKey in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type TrustFrameworkKey Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey>TrustFrameworkKeySetRequest. generateKey(String use, String kty, Long nbf, Long exp)com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey>TrustFrameworkKeySetRequest. getActiveKey()com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey>TrustFrameworkKeySetRequest. uploadCertificate(String key)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey>TrustFrameworkKeySetRequest. uploadPkcs12(String key, String password)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey>TrustFrameworkKeySetRequest. uploadSecret(String use, String k, Long nbf, Long exp)
-