Uses of Class
com.oracle.bmc.wlms.model.WlsDomainCredential.Strategy
-
Packages that use WlsDomainCredential.Strategy Package Description com.oracle.bmc.wlms.model -
-
Uses of WlsDomainCredential.Strategy in com.oracle.bmc.wlms.model
Methods in com.oracle.bmc.wlms.model that return WlsDomainCredential.Strategy Modifier and Type Method Description static WlsDomainCredential.Strategy
WlsDomainCredential.Strategy. create(String key)
WlsDomainCredential.Strategy
UpdateWlsDomainCredentialDetails. getStrategy()
The strategy for passing new WebLogic credential.WlsDomainCredential.Strategy
WlsDomainCredential. getStrategy()
The strategy for passing the new credentials.WlsDomainCredential.Strategy
WlsDomainCredentialSummary. getStrategy()
The strategy for passing new WebLogic credential.static WlsDomainCredential.Strategy
WlsDomainCredential.Strategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static WlsDomainCredential.Strategy[]
WlsDomainCredential.Strategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.wlms.model with parameters of type WlsDomainCredential.Strategy Modifier and Type Method Description UpdateWlsDomainCredentialDetails.Builder
UpdateWlsDomainCredentialDetails.Builder. strategy(WlsDomainCredential.Strategy strategy)
The strategy for passing new WebLogic credential.WlsDomainCredential.Builder
WlsDomainCredential.Builder. strategy(WlsDomainCredential.Strategy strategy)
The strategy for passing the new credentials.WlsDomainCredentialSummary.Builder
WlsDomainCredentialSummary.Builder. strategy(WlsDomainCredential.Strategy strategy)
The strategy for passing new WebLogic credential.Constructors in com.oracle.bmc.wlms.model with parameters of type WlsDomainCredential.Strategy Constructor Description UpdateWlsDomainCredentialDetails(WlsDomainCredential.Strategy strategy, String userSecretId, String passwordSecretId)
Deprecated.WlsDomainCredential(String type, WlsDomainCredential.Strategy strategy, String userSecretId, String passwordSecretId)
Deprecated.WlsDomainCredentialSummary(String type, WlsDomainCredential.Strategy strategy)
Deprecated.
-