|
keycloak-service
|

公開メンバ関数 | |
| ProtocolMappersResource (RealmModel realm, ProtocolMapperContainerModel client, AdminPermissionEvaluator auth, AdminEventBuilder adminEvent, AdminPermissionEvaluator.RequirePermissionCheck managePermission, AdminPermissionEvaluator.RequirePermissionCheck viewPermission) | |
| List< ProtocolMapperRepresentation > | getMappersPerProtocol (@PathParam("protocol") String protocol) |
| Response | createMapper (ProtocolMapperRepresentation rep) |
| void | createMapper (List< ProtocolMapperRepresentation > reps) |
| List< ProtocolMapperRepresentation > | getMappers () |
| ProtocolMapperRepresentation | getMapperById (@PathParam("id") String id) |
| void | update (@PathParam("id") String id, ProtocolMapperRepresentation rep) |
| void | delete (@PathParam("id") String id) |
限定公開変数類 | |
| RealmModel | realm |
| ProtocolMapperContainerModel | client |
| AdminPermissionEvaluator | auth |
| AdminPermissionEvaluator.RequirePermissionCheck | managePermission |
| AdminPermissionEvaluator.RequirePermissionCheck | viewPermission |
| AdminEventBuilder | adminEvent |
| KeycloakSession | session |
静的限定公開変数類 | |
| static final Logger | logger = Logger.getLogger(ProtocolMappersResource.class) |
非公開メンバ関数 | |
| void | validateModel (ProtocolMapperModel model) |
Base resource for managing users
Protocol Mappers
|
inline |
|
inline |
Create a mapper
| rep |
|
inline |
Create multiple mappers
|
inline |
Delete the mapper
| id | Mapper id |
|
inline |
Get mapper by id
| id | Mapper id |
|
inline |
Get mappers
|
inline |
Get mappers by name for a specific protocol
| protocol |
|
inline |
Update the mapper
| id | Mapper id |
| rep |
|
inlineprivate |
|
protected |
|
protected |
|
protected |
|
staticprotected |
|
protected |
|
protected |
|
protected |
|
protected |
1.8.13