|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of InvalidCredentialException in com.atlassian.crowd.integration.authentication |
---|
Methods in com.atlassian.crowd.integration.authentication that throw InvalidCredentialException | |
---|---|
void |
PasswordHelper.encrypt(List credentials)
Encrypts the list of passwords. |
String |
PasswordHelper.encrypt(String password)
Encrypts the password. |
void |
PasswordHelper.isUniquePasssword(PasswordCredential newCredential,
RemotePrincipal principal)
Checks if the new credential has already been used by the the principal. |
void |
PasswordHelper.validateRegex(String regex,
PasswordCredential credential)
Validates the password meets the expected regex restriction. |
Uses of InvalidCredentialException in com.atlassian.crowd.integration.directory |
---|
Methods in com.atlassian.crowd.integration.directory that throw InvalidCredentialException | |
---|---|
RemotePrincipal |
RemoteDirectory.addPrincipal(RemotePrincipal principal)
Adds a principal to the directory store. |
void |
RemoteDirectory.updatePrincipalCredential(String name,
PasswordCredential credential)
Updates the password credential for a principal. |
Uses of InvalidCredentialException in com.atlassian.crowd.integration.directory.connector |
---|
Methods in com.atlassian.crowd.integration.directory.connector that throw InvalidCredentialException | |
---|---|
RemotePrincipal |
MicrosoftActiveDirectory.addPrincipal(RemotePrincipal principal)
|
RemotePrincipal |
OpenLDAP.addPrincipal(RemotePrincipal principal)
|
RemotePrincipal |
SunONE.addPrincipal(RemotePrincipal principal)
|
protected byte[] |
MicrosoftActiveDirectory.getPassword(List pubilcCredentials)
|
protected byte[] |
OpenLDAP.getPassword(List pubilcCredentials)
Converts password into a format the directory server password format. |
protected byte[] |
SunONE.getPassword(List pubilcCredentials)
|
void |
MicrosoftActiveDirectory.updatePrincipalCredential(String name,
PasswordCredential credential)
|
void |
SpringLDAPConnector.updatePrincipalCredential(String name,
PasswordCredential credential)
|
void |
SunONE.updatePrincipalCredential(String name,
PasswordCredential credential)
|
Uses of InvalidCredentialException in com.atlassian.crowd.integration.directory.internal |
---|
Methods in com.atlassian.crowd.integration.directory.internal that throw InvalidCredentialException | |
---|---|
RemotePrincipal |
InternalDirectory.addPrincipal(RemotePrincipal principal)
|
void |
InternalDirectory.updatePrincipalCredential(String name,
PasswordCredential credential)
|
Uses of InvalidCredentialException in com.atlassian.crowd.integration.service.soap.client |
---|
Methods in com.atlassian.crowd.integration.service.soap.client that throw InvalidCredentialException | |
---|---|
static SOAPPrincipal |
SecurityServerClient.addPrincipal(SOAPPrincipal principal,
PasswordCredential credential)
|
static void |
SecurityServerClient.resetPrincipalCredential(String principal)
|
static void |
SecurityServerClient.updatePrincipalCredential(String principal,
PasswordCredential credential)
|
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)
|
void |
SecurityServer.resetPrincipalCredential(AuthenticatedToken applicationToken,
String principal)
|
void |
SecurityServer.updatePrincipalCredential(AuthenticatedToken applicationToken,
String principal,
PasswordCredential credential)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |