Uses of Class
com.oracle.bmc.identitydomains.model.IdentityPropagationTrust.Type
-
Packages that use IdentityPropagationTrust.Type Package Description com.oracle.bmc.identitydomains.model -
-
Uses of IdentityPropagationTrust.Type in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return IdentityPropagationTrust.Type Modifier and Type Method Description static IdentityPropagationTrust.TypeIdentityPropagationTrust.Type. create(String key)IdentityPropagationTrust.TypeIdentityPropagationTrust. getType()The type of the inbound token from the Identity cloud provider.static IdentityPropagationTrust.TypeIdentityPropagationTrust.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static IdentityPropagationTrust.Type[]IdentityPropagationTrust.Type. 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.Type Modifier and Type Method Description IdentityPropagationTrust.BuilderIdentityPropagationTrust.Builder. type(IdentityPropagationTrust.Type type)The type of the inbound token from the Identity cloud provider.Constructors in com.oracle.bmc.identitydomains.model with parameters of type IdentityPropagationTrust.Type 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.
-