Uses of Class
com.polarion.platform.security.AuthenticationFailedException
Package
Description
-
Uses of AuthenticationFailedException in com.polarion.alm.projects
Modifier 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
Modifier and TypeMethodDescriptionvoid
ISecurityService.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
Modifier and TypeMethodDescriptionILogin.IFinal.perform()
Perform login using configured flow.void
ILogin.IWithCredentials.verifyCredentials()
Verify the user name and password, but do not login.
IProjectService.login()
andILogin.IUsingAuthenticator.with(com.polarion.platform.security.login.IPassword)