Uses of Class
com.oracle.bmc.identitydomains.model.IdentityProviderJitProvAssignedGroups
-
Packages that use IdentityProviderJitProvAssignedGroups Package Description com.oracle.bmc.identitydomains.model -
-
Uses of IdentityProviderJitProvAssignedGroups in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return IdentityProviderJitProvAssignedGroups Modifier and Type Method Description IdentityProviderJitProvAssignedGroupsIdentityProviderJitProvAssignedGroups.Builder. build()Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type IdentityProviderJitProvAssignedGroups Modifier and Type Method Description List<IdentityProviderJitProvAssignedGroups>ExtensionSocialIdentityProvider. getJitProvAssignedGroups()Lists the groups each social JIT-provisioned user is a member.Methods in com.oracle.bmc.identitydomains.model with parameters of type IdentityProviderJitProvAssignedGroups Modifier and Type Method Description IdentityProviderJitProvAssignedGroups.BuilderIdentityProviderJitProvAssignedGroups.Builder. copy(IdentityProviderJitProvAssignedGroups model)Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type IdentityProviderJitProvAssignedGroups Modifier and Type Method Description ExtensionSocialIdentityProvider.BuilderExtensionSocialIdentityProvider.Builder. jitProvAssignedGroups(List<IdentityProviderJitProvAssignedGroups> jitProvAssignedGroups)Lists the groups each social JIT-provisioned user is a member.Constructor parameters in com.oracle.bmc.identitydomains.model with type arguments of type IdentityProviderJitProvAssignedGroups Constructor Description ExtensionSocialIdentityProvider(Boolean accountLinkingEnabled, Boolean autoRedirectEnabled, Boolean socialJitProvisioningEnabled, Boolean jitProvGroupStaticListEnabled, List<IdentityProviderJitProvAssignedGroups> jitProvAssignedGroups, Boolean registrationEnabled, ExtensionSocialIdentityProvider.Status status, String authzUrl, String accessTokenUrl, List<IdentityProviderRelayIdpParamMappings> relayIdpParamMappings, String profileUrl, List<String> scope, List<String> adminScope, String consumerKey, String consumerSecret, String appleDevId, String appleKeyId, String serviceProviderName, Integer clockSkewInSeconds, String redirectUrl, String discoveryUrl, Boolean clientCredentialInPayload, String idAttribute)Deprecated.
-