Path: / admin / realms / {realm} / applications-by-id / {app-name} / protocol-mappers / protocol / {protocol}

Map of mappers by name for a specific protocol

Path parameters:
realm - realm name (not id!)
app-name -
protocol -

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/applications-by-id/{app-name}/protocol-mappers/protocol/{protocol}Map of mappers by name for a specific protocol

Method Detail

GET /admin/realms/{realm}/applications-by-id/{app-name}/protocol-mappers/protocol/{protocol}

Map of mappers by name for a specific protocol

HTTP Example:
GET /admin/realms/{realm}/applications-by-id/{app-name}/protocol-mappers/protocol/{protocol}
API Example:

ProtocolMappersResource.getMappersPerProtocol({'realm': /* name realm name (not id!) */,
  'app-name': /* name */,
  'protocol': /* protocol */});

Output:
List<ProtocolMapperRepresentation> -
Produces:
application/json