| Package | Description |
|---|---|
| com.atlassian.crowd.service.soap.server | |
| com.atlassian.crowd.util |
| Modifier and Type | Method and Description |
|---|---|
String |
SecurityServerGeneric.authenticatePrincipal(AuthenticatedToken applicationToken,
UserAuthenticationContext authenticateContext) |
String |
SecurityServer.authenticatePrincipal(AuthenticatedToken applicationToken,
UserAuthenticationContext authenticateContext)
Authenticates a principal verses the calling who is in the application's assigned directory.
|
String |
SecurityServerGeneric.authenticatePrincipalSimple(AuthenticatedToken applicationToken,
String username,
String password) |
String |
SecurityServer.authenticatePrincipalSimple(AuthenticatedToken authenticationContext,
String username,
String password)
Authenticates a principal without SSO details utilizing centralized authentication only.
|
String |
SecurityServerGeneric.createPrincipalToken(AuthenticatedToken applicationToken,
String username,
ValidationFactor[] validationFactors) |
String |
SecurityServer.createPrincipalToken(AuthenticatedToken authenticationContext,
String username,
ValidationFactor[] validationFactors)
Authenticates a principal without validating a password.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SoapExceptionTranslator.throwEquivalentCheckedException(InactiveAccountException e) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SoapExceptionTranslator.throwSoapEquivalentCheckedException(InactiveAccountException e) |
Copyright © 2019 Atlassian. All rights reserved.