Uses of Class
com.oracle.bmc.identitydomains.model.CloudGateOauthClient
-
Packages that use CloudGateOauthClient Package Description com.oracle.bmc.identitydomains.model -
-
Uses of CloudGateOauthClient in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return CloudGateOauthClient Modifier and Type Method Description CloudGateOauthClient
CloudGateOauthClient.Builder. build()
CloudGateOauthClient
CloudGate. getOauthClient()
Methods in com.oracle.bmc.identitydomains.model with parameters of type CloudGateOauthClient Modifier and Type Method Description CloudGateOauthClient.Builder
CloudGateOauthClient.Builder. copy(CloudGateOauthClient model)
CloudGate.Builder
CloudGate.Builder. oauthClient(CloudGateOauthClient oauthClient)
Constructors in com.oracle.bmc.identitydomains.model with parameters of type CloudGateOauthClient Constructor Description CloudGate(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, Boolean isOPCService, String lastModifiedTime, String displayName, String description, Boolean active, CloudGate.Type type, List<CloudGateExtUpstreamServerGroups> upstreamServerGroups, List<CloudGateExtUpstreamServers> upstreamServers, CloudGateOauthClient oauthClient, List<CloudGateExtServers> servers, List<CloudGateExtMappings> mappings)
Deprecated.
-