|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SOAPRole | |
|---|---|
| com.atlassian.crowd.integration.service.soap.client | |
| com.atlassian.crowd.integration.service.soap.server | |
| Uses of SOAPRole in com.atlassian.crowd.integration.service.soap.client |
|---|
| Methods in com.atlassian.crowd.integration.service.soap.client that return SOAPRole | |
|---|---|
SOAPRole |
SecurityServerClient.addRole(SOAPRole role)
Adds a role to the application's assigned directory. |
SOAPRole |
SecurityServerClientImpl.addRole(SOAPRole role)
Adds a role to the application's assigned directory. |
SOAPRole[] |
SecurityServerClient.findAllRoles()
Retrives all roles in the application's assigned directories. |
SOAPRole[] |
SecurityServerClientImpl.findAllRoles()
Retrives all roles in the application's assigned directories. |
SOAPRole |
SecurityServerClient.findRoleByName(String name)
Finds a role by name for the application's assigned directory. |
SOAPRole |
SecurityServerClientImpl.findRoleByName(String name)
Finds a role by name for the application's assigned directory. |
SOAPRole[] |
SecurityServerClient.searchRoles(SearchRestriction[] searchRestrictions)
Searches for roles that are in the application's assigned directory. |
SOAPRole[] |
SecurityServerClientImpl.searchRoles(SearchRestriction[] searchRestrictions)
Searches for roles that are in the application's assigned directory. |
| Methods in com.atlassian.crowd.integration.service.soap.client with parameters of type SOAPRole | |
|---|---|
SOAPRole |
SecurityServerClient.addRole(SOAPRole role)
Adds a role to the application's assigned directory. |
SOAPRole |
SecurityServerClientImpl.addRole(SOAPRole role)
Adds a role to the application's assigned directory. |
| Uses of SOAPRole in com.atlassian.crowd.integration.service.soap.server |
|---|
| Methods in com.atlassian.crowd.integration.service.soap.server that return SOAPRole | |
|---|---|
SOAPRole |
SecurityServer.addRole(AuthenticatedToken applicationToken,
SOAPRole role)
Adds a role to the application's assigned directory. |
SOAPRole |
SecurityServer.findRoleByName(AuthenticatedToken applicationToken,
String name)
Finds a role by name for the application's assigned directory. |
SOAPRole[] |
SecurityServer.searchRoles(AuthenticatedToken applicationToken,
SearchRestriction[] searchRestrictions)
Searches for roles that are in the application's assigned directory. |
| Methods in com.atlassian.crowd.integration.service.soap.server with parameters of type SOAPRole | |
|---|---|
SOAPRole |
SecurityServer.addRole(AuthenticatedToken applicationToken,
SOAPRole role)
Adds a role to the application's assigned directory. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||