|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvalidCredentialException | |
|---|---|
| com.atlassian.crowd.service.soap.server | |
| com.atlassian.crowd.util | |
| Uses of InvalidCredentialException in com.atlassian.crowd.service.soap.server |
|---|
| Methods in com.atlassian.crowd.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,
java.lang.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,
java.lang.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.util |
|---|
| Methods in com.atlassian.crowd.util with parameters of type InvalidCredentialException | |
|---|---|
static void |
SoapExceptionTranslator.throwEquivalentCheckedException(InvalidCredentialException e)
|
| Methods in com.atlassian.crowd.util that throw InvalidCredentialException | |
|---|---|
static void |
SoapExceptionTranslator.throwSoapEquivalentCheckedException(InvalidCredentialException e)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||