public static class ExtensionPosixUser.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ExtensionPosixUser |
build() |
ExtensionPosixUser.Builder |
copy(ExtensionPosixUser model) |
ExtensionPosixUser.Builder |
gecos(String gecos)
General information about the POSIX account such as their real name and phone number
|
ExtensionPosixUser.Builder |
gidNumber(Integer gidNumber)
Primary Group identifier of the POSIX user
|
ExtensionPosixUser.Builder |
homeDirectory(String homeDirectory)
The absolute path to the home directory of the POSIX account
|
ExtensionPosixUser.Builder |
loginShell(String loginShell)
The path to the login shell of the POSIX account
|
ExtensionPosixUser.Builder |
uidNumber(Integer uidNumber)
Integer uniquely identifying a user in a POSIX administrative domain
|
public ExtensionPosixUser.Builder uidNumber(Integer uidNumber)
Integer uniquely identifying a user in a POSIX administrative domain
*SCIM++ Properties:** - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: request - type: integer - uniqueness: server
uidNumber
- the value to setpublic ExtensionPosixUser.Builder gidNumber(Integer gidNumber)
Primary Group identifier of the POSIX user
*SCIM++ Properties:** - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: request - type: integer - uniqueness: none
gidNumber
- the value to setpublic ExtensionPosixUser.Builder gecos(String gecos)
General information about the POSIX account such as their real name and phone number
*SCIM++ Properties:** - caseExact: false - multiValued: false - mutability: readWrite - required: false - returned: request - type: string - uniqueness: none
gecos
- the value to setpublic ExtensionPosixUser.Builder homeDirectory(String homeDirectory)
The absolute path to the home directory of the POSIX account
*SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readWrite - required: false - returned: request - type: string - uniqueness: none
homeDirectory
- the value to setpublic ExtensionPosixUser.Builder loginShell(String loginShell)
The path to the login shell of the POSIX account
*SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readWrite - required: false - returned: request - type: string - uniqueness: none
loginShell
- the value to setpublic ExtensionPosixUser build()
public ExtensionPosixUser.Builder copy(ExtensionPosixUser model)
Copyright © 2016–2024. All rights reserved.