Uses of Class
com.retek.rsm.app.security.service.AuthenticationFailedException

Packages that use AuthenticationFailedException
com.retek.rsm.app.security.service   
com.retek.rsm.app.security.service.impl   
com.retek.rsm.domain.security.service   
com.retek.rsm.domain.security.service.impl   
 

Uses of AuthenticationFailedException in com.retek.rsm.app.security.service
 

Subclasses of AuthenticationFailedException in com.retek.rsm.app.security.service
 class LockedUserAccountException
           
 

Methods in com.retek.rsm.app.security.service that throw AuthenticationFailedException
 void SecurityService.authenticate(com.retek.platform.service.ClientContext context, java.lang.String userName, EncryptedTextVo encryptedPassword)
          Authenticate a username and encrypted password against a system defined service.
 void SecurityService.authenticate(com.retek.platform.service.ClientContext context, java.lang.String userName, com.retek.platform.util.type.security.UserSignature signature)
          Authenticate a userSignature.
 LoginCredentialsVo SecurityService.login(com.retek.platform.service.ClientContext context, java.lang.String userName, EncryptedTextVo encryptedPassword, com.retek.platform.app.security.service.Application application, PublicKeyEncryptionStrategyVo appLaunchParameterPasswordEncryptionKey)
          Authenticate a username and enrypted password against a system defined service and retrieve user information.
 LoginCredentialsVo SecurityService.login(com.retek.platform.service.ClientContext clientContext, java.lang.String userName, com.retek.platform.util.type.security.UserSignature signature, com.retek.platform.app.security.service.Application application)
          Authenticate a username and signature and retrieve user information.
 LoginCredentialsWithContentModelVo SecurityService.loginAndGetContentModel(com.retek.platform.service.ClientContext context, java.lang.String userName, EncryptedTextVo encryptedPassword, com.retek.platform.app.security.service.Application application)
          Authenticate a username and encrypted password, retrieve user information and fetch the secure content model.
 LoginCredentialsWithContentModelVo SecurityService.loginAndGetContentModel(com.retek.platform.service.ClientContext clientContext, java.lang.String userName, com.retek.platform.util.type.security.UserSignature signature, com.retek.platform.app.security.service.Application application)
          Authenticate a username and signature, retrieve user information and fetch the secure content model.
 

Uses of AuthenticationFailedException in com.retek.rsm.app.security.service.impl
 

Methods in com.retek.rsm.app.security.service.impl that throw AuthenticationFailedException
 void SecurityServiceEjb.authenticate(com.retek.platform.service.ClientContext context, java.lang.String userName, EncryptedTextVo encryptedPassword)
           
 void SecurityServiceEjb.authenticate(com.retek.platform.service.ClientContext context, java.lang.String userName, com.retek.platform.util.type.security.UserSignature signature)
           
 LoginCredentialsVo SecurityServiceEjb.login(com.retek.platform.service.ClientContext context, java.lang.String userName, com.retek.platform.util.type.security.UserSignature signature, com.retek.platform.app.security.service.Application application)
           
 LoginCredentialsVo SecurityServiceEjb.login(com.retek.platform.service.ClientContext context, java.lang.String userName, EncryptedTextVo encryptedPassword, com.retek.platform.app.security.service.Application application, PublicKeyEncryptionStrategyVo appLaunchParameterPasswordKey)
           
 LoginCredentialsWithContentModelVo SecurityServiceEjb.loginAndGetContentModel(com.retek.platform.service.ClientContext context, java.lang.String userName, EncryptedTextVo encryptedPassword, com.retek.platform.app.security.service.Application application)
           
 LoginCredentialsWithContentModelVo SecurityServiceEjb.loginAndGetContentModel(com.retek.platform.service.ClientContext context, java.lang.String userName, com.retek.platform.util.type.security.UserSignature signature, com.retek.platform.app.security.service.Application application)
           
 

Uses of AuthenticationFailedException in com.retek.rsm.domain.security.service
 

Methods in com.retek.rsm.domain.security.service that throw AuthenticationFailedException
 void SecurityCoreService.authenticate(java.lang.String userName, EncryptedText encryptedPassword)
          Authenticate the username and password with the security provider.
 void SecurityCoreService.authenticate(java.lang.String userName, com.retek.platform.util.type.security.UserSignature signature)
          Authenticate the userSignature.
 

Uses of AuthenticationFailedException in com.retek.rsm.domain.security.service.impl
 

Methods in com.retek.rsm.domain.security.service.impl that throw AuthenticationFailedException
 void SecurityCoreServiceImpl.authenticate(java.lang.String userName, EncryptedText encryptedPassword)
           
 void SecurityCoreServiceImpl.authenticate(java.lang.String userName, com.retek.platform.util.type.security.UserSignature userSignature)