|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvalidCredentialException | |
|---|---|
| com.atlassian.crowd.integration.service.soap.client | |
| com.atlassian.crowd.integration.service.soap.server | |
| Uses of InvalidCredentialException in com.atlassian.crowd.integration.service.soap.client |
|---|
| Methods in com.atlassian.crowd.integration.service.soap.client that throw InvalidCredentialException | |
|---|---|
SOAPPrincipal |
SecurityServerClient.addPrincipal(SOAPPrincipal principal,
PasswordCredential credential)
Adds a principal to the application's assigned directory. |
SOAPPrincipal |
SecurityServerClientImpl.addPrincipal(SOAPPrincipal principal,
PasswordCredential credential)
Adds a principal to the application's assigned directory. |
void |
SecurityServerClient.resetPrincipalCredential(String principal)
Resets a principal's password credential to a random password and emails the new password who is in the application's assigned directory. |
void |
SecurityServerClientImpl.resetPrincipalCredential(String principal)
Resets a principal's password credential to a random password and emails the new password who is in the application's assigned directory. |
void |
SecurityServerClient.updatePrincipalCredential(String principal,
PasswordCredential credential)
Updates the password credential for a principal who is in the application's assigned directory. |
void |
SecurityServerClientImpl.updatePrincipalCredential(String principal,
PasswordCredential credential)
Updates the password credential for a principal who is in the application's assigned directory. |
| Uses of InvalidCredentialException in com.atlassian.crowd.integration.service.soap.server |
|---|
| Methods in com.atlassian.crowd.integration.service.soap.server that throw InvalidCredentialException | |
|---|---|
SOAPPrincipal |
SecurityServer.addPrincipal(AuthenticatedToken applicationToken,
SOAPPrincipal principal,
PasswordCredential credential)
Adds a principal to the application's assigned directory. |
void |
SecurityServer.resetPrincipalCredential(AuthenticatedToken applicationToken,
String principal)
Resets a principal's password credential to a random password and emails the new password who is in the application's assigned directory. |
void |
SecurityServer.updatePrincipalCredential(AuthenticatedToken applicationToken,
String principal,
PasswordCredential credential)
Updates the password credential for a principal who is in the application's assigned directory. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||