RoleService
GET /security/role/
- Response body
- String
- Content type: application/xml
GET /security/role/exists/{name}
- Parameters
-
Path name String
- Response body
- boolean
- Content type: application/xml
POST /security/role/principals
- Parameters
-
Request body application/xml RolePrincipals
- Response body
- Empty
GET /security/role/principals
- Response body
- RolePrincipals
- Content type: application/xml
GET /security/role/roles
- Response body
- String
- Content type: application/xml
GET /security/role/roles/{username}
- Parameters
-
Path username String
- Response body
- String
- Content type: application/xml
GET /security/role/v2
- Parameters
-
Query rolePattern String Request body application/xml Paging Query order Ordering
- Response body
- String
- Content type: application/xml
GET /security/role/v2/principals
- Parameters
-
Query rolePattern String Request body application/xml Paging Query order Ordering
- Response body
- RolePrincipals
- Content type: application/xml
GET /security/role/v2/roles
- Parameters
-
Query rolePattern String Request body application/xml Paging Query order Ordering
- Response body
- String
- Content type: application/xml
GET /security/role/v2/roles/{username}
- Parameters
-
Path username String Query rolePattern String Request body application/xml Paging Query order Ordering
- Response body
- String
- Content type: application/xml
GET /security/role/v2/{id:.+}
- Parameters
-
Path id String Query rolePattern String Request body application/xml Paging Query order Ordering
- Response body
- Role
- Content type: application/xml
PUT /security/role/{role}
- Parameters
-
Path role String
- Response body
- Empty
POST /security/role/{role}
- Parameters
-
Path role String Request body application/xml String
- Response body
- Empty
DELETE /security/role/{role}
- Parameters
-
Path role String
- Response body
- Empty
POST /security/role/{role}/principals
- Parameters
-
Path role String Request body application/xml String
- Response body
- Empty
PUT /security/role/{role}/{principal}
- Parameters
-
Path role String Path principal String
- Response body
- Empty
DELETE /security/role/{role}/{principal}
- Parameters
-
Path role String Path principal String
- Response body
- Empty