Uses of Class
com.oracle.bmc.filestorage.model.KerberosKeytabEntry.EncryptionType
-
Packages that use KerberosKeytabEntry.EncryptionType Package Description com.oracle.bmc.filestorage.model -
-
Uses of KerberosKeytabEntry.EncryptionType in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return KerberosKeytabEntry.EncryptionType Modifier and Type Method Description static KerberosKeytabEntry.EncryptionType
KerberosKeytabEntry.EncryptionType. create(String key)
KerberosKeytabEntry.EncryptionType
KerberosKeytabEntry. getEncryptionType()
Encryption type with with keytab was generated.static KerberosKeytabEntry.EncryptionType
KerberosKeytabEntry.EncryptionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static KerberosKeytabEntry.EncryptionType[]
KerberosKeytabEntry.EncryptionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.filestorage.model with parameters of type KerberosKeytabEntry.EncryptionType Modifier and Type Method Description KerberosKeytabEntry.Builder
KerberosKeytabEntry.Builder. encryptionType(KerberosKeytabEntry.EncryptionType encryptionType)
Encryption type with with keytab was generated.Constructors in com.oracle.bmc.filestorage.model with parameters of type KerberosKeytabEntry.EncryptionType Constructor Description KerberosKeytabEntry(String principal, KerberosKeytabEntry.EncryptionType encryptionType, Long keyVersionNumber)
Deprecated.
-