Uses of Class
com.oracle.bmc.identitydomains.model.SocialIdentityProvider.Status
-
Packages that use SocialIdentityProvider.Status Package Description com.oracle.bmc.identitydomains.model -
-
Uses of SocialIdentityProvider.Status in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return SocialIdentityProvider.Status Modifier and Type Method Description static SocialIdentityProvider.StatusSocialIdentityProvider.Status. create(String key)SocialIdentityProvider.StatusSocialIdentityProvider. getStatus()Statusstatic SocialIdentityProvider.StatusSocialIdentityProvider.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static SocialIdentityProvider.Status[]SocialIdentityProvider.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model with parameters of type SocialIdentityProvider.Status Modifier and Type Method Description SocialIdentityProvider.BuilderSocialIdentityProvider.Builder. status(SocialIdentityProvider.Status status)StatusConstructors in com.oracle.bmc.identitydomains.model with parameters of type SocialIdentityProvider.Status Constructor Description SocialIdentityProvider(String id, String ocid, List<String> schemas, Meta meta, IdcsCreatedBy idcsCreatedBy, IdcsLastModifiedBy idcsLastModifiedBy, List<IdcsPreventedOperations> idcsPreventedOperations, List<Tags> tags, Boolean deleteInProgress, String idcsLastUpgradedInRelease, String domainOcid, String compartmentOcid, String tenancyOcid, String name, String description, Boolean enabled, Boolean accountLinkingEnabled, Boolean socialJitProvisioningEnabled, Boolean jitProvGroupStaticListEnabled, List<SocialIdentityProviderJitProvAssignedGroups> jitProvAssignedGroups, Boolean registrationEnabled, Boolean autoRedirectEnabled, Boolean showOnLogin, SocialIdentityProvider.Status status, String idAttribute, String authzUrl, String accessTokenUrl, String profileUrl, List<String> scope, List<String> adminScope, String consumerKey, String consumerSecret, String serviceProviderName, Integer clockSkewInSeconds, String redirectUrl, String iconUrl, String discoveryUrl, Boolean clientCredentialInPayload, String refreshTokenUrl, List<SocialIdentityProviderRelayIdpParamMappings> relayIdpParamMappings)Deprecated.
-