Uses of Class
com.mypurecloud.sdk.v2.model.PingIdentity
Packages that use PingIdentity
Package
Description
-
Uses of PingIdentity in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return PingIdentityModifier and TypeMethodDescriptionIdentityProviderApi.getIdentityprovidersPing()Get Ping Identity ProviderIdentityProviderApi.getIdentityprovidersPing(GetIdentityprovidersPingRequest request) Get Ping Identity ProviderMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type PingIdentityModifier and TypeMethodDescriptionIdentityProviderApi.getIdentityprovidersPing(ApiRequest<Void> request) Get Ping Identity ProviderIdentityProviderApiAsync.getIdentityprovidersPingAsync(GetIdentityprovidersPingRequest request, AsyncApiCallback<PingIdentity> callback) Get Ping Identity ProviderIdentityProviderApiAsync.getIdentityprovidersPingAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<PingIdentity>> callback) Get Ping Identity ProviderIdentityProviderApi.getIdentityprovidersPingWithHttpInfo()Get Ping Identity ProviderMethods in com.mypurecloud.sdk.v2.api with parameters of type PingIdentityModifier and TypeMethodDescriptionIdentityProviderApi.putIdentityprovidersPing(PingIdentity body) Update/Create Ping Identity ProviderIdentityProviderApi.putIdentityprovidersPingWithHttpInfo(PingIdentity body) Update/Create Ping Identity ProviderMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type PingIdentityModifier and TypeMethodDescriptionIdentityProviderApiAsync.getIdentityprovidersPingAsync(GetIdentityprovidersPingRequest request, AsyncApiCallback<PingIdentity> callback) Get Ping Identity ProviderIdentityProviderApiAsync.getIdentityprovidersPingAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<PingIdentity>> callback) Get Ping Identity ProviderIdentityProviderApi.putIdentityprovidersPing(ApiRequest<PingIdentity> request) Update/Create Ping Identity ProviderIdentityProviderApiAsync.putIdentityprovidersPingAsync(ApiRequest<PingIdentity> request, AsyncApiCallback<ApiResponse<IdentityProvider>> callback) Update/Create Ping Identity Provider -
Uses of PingIdentity in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PingIdentityMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type PingIdentityMethods in com.mypurecloud.sdk.v2.api.request with parameters of type PingIdentityModifier and TypeMethodDescriptionPutIdentityprovidersPingRequest.builder(PingIdentity body) voidPutIdentityprovidersPingRequest.setBody(PingIdentity body) PutIdentityprovidersPingRequest.Builder.withBody(PingIdentity body) PutIdentityprovidersPingRequest.withBody(PingIdentity body) PutIdentityprovidersPingRequest.Builder.withRequiredParams(PingIdentity body) -
Uses of PingIdentity in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PingIdentityModifier and TypeMethodDescriptionPingIdentity.certificate(String certificate) PingIdentity.certificates(List<String> certificates) PingIdentity.displayOnLogin(Boolean displayOnLogin) PingIdentity.forceAuthn(Boolean forceAuthn) PingIdentity.logoImageData(String logoImageData) PingIdentity.metadataURL(String metadataURL) PingIdentity.nameIdentifierFormat(PingIdentity.NameIdentifierFormatEnum nameIdentifierFormat) PingIdentity.providerName(String providerName) PingIdentity.relyingPartyIdentifier(String relyingPartyIdentifier) PingIdentity.signAuthnRequests(Boolean signAuthnRequests) PingIdentity.sloBinding(String sloBinding) PingIdentity.ssoBinding(PingIdentity.SsoBindingEnum ssoBinding) PingIdentity.ssoTargetURI(String ssoTargetURI)