Uses of Class
com.polarion.platform.security.AuthenticationFailedException
Packages that use AuthenticationFailedException
Package
Description
-
Uses of AuthenticationFailedException in com.polarion.alm.projects
Methods in com.polarion.alm.projects that throw AuthenticationFailedExceptionModifier and TypeMethodDescriptionDeprecated.IProjectService.loginWithToken(String token, String source) Deprecated.Since 3.21.1 please useIProjectService.login()andILogin.IUsingAuthenticator.with(com.polarion.platform.security.login.IToken) -
Uses of AuthenticationFailedException in com.polarion.platform.security
Methods in com.polarion.platform.security that throw AuthenticationFailedExceptionModifier and TypeMethodDescriptionvoidISecurityService.authenticate(String userName, String password, String source) Deprecated.Since 3.21.1 please useISecurityService.login()andILogin.IWithCredentials.verifyCredentials()Deprecated.Since 3.21.1 please useISecurityService.login()andILogin.IUsingAuthenticator.with(com.polarion.platform.security.login.IPassword)ISecurityService.loginUserFromVault(String userVaultKey, String source) Deprecated.ISecurityService.loginWithToken(String token, String source) Deprecated.Since 3.21.1 please useISecurityService.login()andILogin.IUsingAuthenticator.with(com.polarion.platform.security.login.IToken) -
Uses of AuthenticationFailedException in com.polarion.platform.security.login
Methods in com.polarion.platform.security.login that throw AuthenticationFailedExceptionModifier and TypeMethodDescriptionILogin.IFinal.perform()Perform login using configured flow.voidILogin.IWithCredentials.verifyCredentials()Verify the user name and password, but do not login.
IProjectService.login()andILogin.IUsingAuthenticator.with(com.polarion.platform.security.login.IPassword)