Class GetRolesRequestDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractRequestDTO
de.aeb.xnsg.foundation.bf.remoteadministration.role.GetRolesRequestDTO

public class GetRolesRequestDTO extends AbstractRequestDTO
DTO for GetRoles requests
  • Field Details

    • scope

      public String 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

      public String[] clientIdentCodes
      When given the client dependent roles are restricted to the Client's with the correspondent identCodes.
  • Constructor Details

    • GetRolesRequestDTO

      public GetRolesRequestDTO()
  • Method Details