|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvalidAuthenticationException | |
|---|---|
| com.atlassian.crowd.service.soap.server | |
| com.atlassian.crowd.util | |
| Uses of InvalidAuthenticationException in com.atlassian.crowd.service.soap.server |
|---|
| Methods in com.atlassian.crowd.service.soap.server that throw InvalidAuthenticationException | |
|---|---|
AuthenticatedToken |
SecurityServer.authenticateApplication(ApplicationAuthenticationContext authenticationContext)
Authenticates an application client to the Crowd security server. |
java.lang.String |
SecurityServer.authenticatePrincipal(AuthenticatedToken applicationToken,
UserAuthenticationContext authenticateContext)
Authenticates a principal verses the calling who is in the application's assigned directory. |
java.lang.String |
SecurityServer.authenticatePrincipalSimple(AuthenticatedToken authenticationContext,
java.lang.String username,
java.lang.String password)
Authenticates a principal without SSO details utilizing centralized authentication only. |
java.lang.String |
SecurityServer.createPrincipalToken(AuthenticatedToken authenticationContext,
java.lang.String username,
ValidationFactor[] validationFactors)
Authenticates a principal without validating a password. |
| Uses of InvalidAuthenticationException in com.atlassian.crowd.util |
|---|
| Methods in com.atlassian.crowd.util with parameters of type InvalidAuthenticationException | |
|---|---|
static void |
SoapExceptionTranslator.throwEquivalentCheckedException(InvalidAuthenticationException e)
|
| Methods in com.atlassian.crowd.util that throw InvalidAuthenticationException | |
|---|---|
static void |
SoapExceptionTranslator.throwSoapEquivalentCheckedException(InvalidAuthenticationException e)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||