Class GetRolesRequestDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractRequestDTO
de.aeb.xnsg.foundation.bf.remoteadministration.role.GetRolesRequestDTO
DTO for GetRoles requests
-
Field Summary
FieldsModifier and TypeFieldDescriptionString[]
When given the client dependent roles are restricted to the Client's with the correspondent identCodes.Defines the amount of information to be returned: Valid values are "all" (all kind of roles), "basic" (only roles which are not system role nor technical role), "user" (roles that are not apiPredefined).Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractRequestDTO
clientIdentCode, clientSystemId, resultLanguageIsoCodes, userName
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwithClientIdentCodes
(String[] identCodes) withResultLanguageIsoCodes
(String[] isoCodes)
-
Field Details
-
scope
Defines the amount of information to be returned: Valid values are "all" (all kind of roles), "basic" (only roles which are not system role nor technical role), "user" (roles that are not apiPredefined). The default extent is "basic". -
clientIdentCodes
When given the client dependent roles are restricted to the Client's with the correspondent identCodes.
-
-
Constructor Details
-
GetRolesRequestDTO
public GetRolesRequestDTO()
-
-
Method Details
-
withScope
-
withClientIdentCodes
-
withResultLanguageIsoCodes
-