Uses of Class
com.oracle.bmc.identitydomains.model.IdentityPropagationTrust.SubjectType
-
Packages that use IdentityPropagationTrust.SubjectType Package Description com.oracle.bmc.identitydomains.model -
-
Uses of IdentityPropagationTrust.SubjectType in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return IdentityPropagationTrust.SubjectType Modifier and Type Method Description static IdentityPropagationTrust.SubjectTypeIdentityPropagationTrust.SubjectType. create(String key)IdentityPropagationTrust.SubjectTypeIdentityPropagationTrust. getSubjectType()The type of the resource against which lookup will be made in the identity domain in IAM for the incoming subject claim value.static IdentityPropagationTrust.SubjectTypeIdentityPropagationTrust.SubjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static IdentityPropagationTrust.SubjectType[]IdentityPropagationTrust.SubjectType. 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 IdentityPropagationTrust.SubjectType Modifier and Type Method Description IdentityPropagationTrust.BuilderIdentityPropagationTrust.Builder. subjectType(IdentityPropagationTrust.SubjectType subjectType)The type of the resource against which lookup will be made in the identity domain in IAM for the incoming subject claim value.Constructors in com.oracle.bmc.identitydomains.model with parameters of type IdentityPropagationTrust.SubjectType Constructor Description IdentityPropagationTrust(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, IdentityPropagationTrust.Type type, String issuer, String accountId, String subjectClaimName, String subjectMappingAttribute, IdentityPropagationTrust.SubjectType subjectType, String clientClaimName, List<String> clientClaimValues, Boolean active, String publicKeyEndpoint, String publicCertificate, List<String> oauthClients, Boolean allowImpersonation, Integer clockSkewSeconds, List<IdentityPropagationTrustImpersonationServiceUsers> impersonationServiceUsers, IdentityPropagationTrustKeytab keytab)Deprecated.
-