Uses of Class
com.oracle.bmc.identitydomains.model.UserExtRealmUsers
-
Packages that use UserExtRealmUsers Package Description com.oracle.bmc.identitydomains.model -
-
Uses of UserExtRealmUsers in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return UserExtRealmUsers Modifier and Type Method Description UserExtRealmUsers
UserExtRealmUsers.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type UserExtRealmUsers Modifier and Type Method Description List<UserExtRealmUsers>
ExtensionKerberosUserUser. getRealmUsers()
A list of kerberos realm users for an Oracle Identity Cloud Service UserMethods in com.oracle.bmc.identitydomains.model with parameters of type UserExtRealmUsers Modifier and Type Method Description UserExtRealmUsers.Builder
UserExtRealmUsers.Builder. copy(UserExtRealmUsers model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type UserExtRealmUsers Modifier and Type Method Description ExtensionKerberosUserUser.Builder
ExtensionKerberosUserUser.Builder. realmUsers(List<UserExtRealmUsers> realmUsers)
A list of kerberos realm users for an Oracle Identity Cloud Service UserConstructor parameters in com.oracle.bmc.identitydomains.model with type arguments of type UserExtRealmUsers Constructor Description ExtensionKerberosUserUser(List<UserExtRealmUsers> realmUsers)
Deprecated.
-