Uses of Class
com.oracle.bmc.identitydomains.model.IdentitySettingsTokens
-
Packages that use IdentitySettingsTokens Package Description com.oracle.bmc.identitydomains.model -
-
Uses of IdentitySettingsTokens in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return IdentitySettingsTokens Modifier and Type Method Description IdentitySettingsTokens
IdentitySettingsTokens.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type IdentitySettingsTokens Modifier and Type Method Description List<IdentitySettingsTokens>
IdentitySetting. getTokens()
A list of tokens and their expiry length.Methods in com.oracle.bmc.identitydomains.model with parameters of type IdentitySettingsTokens Modifier and Type Method Description IdentitySettingsTokens.Builder
IdentitySettingsTokens.Builder. copy(IdentitySettingsTokens model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type IdentitySettingsTokens Modifier and Type Method Description IdentitySetting.Builder
IdentitySetting.Builder. tokens(List<IdentitySettingsTokens> tokens)
A list of tokens and their expiry length.
-