Uses of Class
com.atlassian.crowd.model.authentication.UserAuthenticationContext
Packages that use UserAuthenticationContext
Package
Description
-
Uses of UserAuthenticationContext in com.atlassian.crowd.directory
Methods in com.atlassian.crowd.directory with parameters of type UserAuthenticationContextModifier and TypeMethodDescriptionAbstractInternalDirectory.authenticate(UserAuthenticationContext userAuthenticationContext) DbCachingRemoteDirectory.authenticate(UserAuthenticationContext userAuthenticationContext) DelegatedAuthenticationDirectory.authenticate(UserAuthenticationContext userAuthenticationContext) default UserRemoteDirectory.authenticate(UserAuthenticationContext userAuthenticationContext) Authenticates auserwith the directory store. -
Uses of UserAuthenticationContext in com.atlassian.crowd.integration.http.util
Methods in com.atlassian.crowd.integration.http.util that return UserAuthenticationContextModifier and TypeMethodDescriptionCrowdHttpTokenHelper.getUserAuthenticationContext(javax.servlet.http.HttpServletRequest request, String username, String password, ClientProperties clientProperties) Returns the user authentication context from a request.CrowdHttpTokenHelperImpl.getUserAuthenticationContext(javax.servlet.http.HttpServletRequest request, String username, String password, ClientProperties clientProperties) -
Uses of UserAuthenticationContext in com.atlassian.crowd.integration.rest.entity
Methods in com.atlassian.crowd.integration.rest.entity with parameters of type UserAuthenticationContextModifier and TypeMethodDescriptionstatic AuthenticationContextEntityAuthenticationContextEntity.newInstance(UserAuthenticationContext uac) -
Uses of UserAuthenticationContext in com.atlassian.crowd.integration.rest.service
Methods in com.atlassian.crowd.integration.rest.service with parameters of type UserAuthenticationContextModifier and TypeMethodDescriptionRestCrowdClient.authenticateSSOUser(UserAuthenticationContext userAuthenticationContext) RestCrowdClient.authenticateSSOUser(UserAuthenticationContext userAuthenticationContext, long duration) RestCrowdClient.authenticateSSOUserWithoutValidatingPassword(UserAuthenticationContext userAuthenticationContext) -
Uses of UserAuthenticationContext in com.atlassian.crowd.integration.springsecurity
Methods in com.atlassian.crowd.integration.springsecurity that return UserAuthenticationContextModifier and TypeMethodDescriptionprotected UserAuthenticationContextCrowdApplicationAuthenticationProvider.createUserAuthenticationContext()protected UserAuthenticationContextLocalCrowdAuthenticationProvider.createUserAuthenticationContext() -
Uses of UserAuthenticationContext in com.atlassian.crowd.manager.application
Methods in com.atlassian.crowd.manager.application with parameters of type UserAuthenticationContextModifier and TypeMethodDescriptionAbstractDelegatingApplicationService.authenticateUser(Application application, UserAuthenticationContext userAuthenticationContext) AllowingAuthenticateByEmailApplicationService.authenticateUser(Application application, UserAuthenticationContext userAuthenticationContext) default UserApplicationService.authenticateUser(Application application, UserAuthenticationContext userAuthenticationContext) Will attempt to authenticate the given user against the application.ApplicationServiceGeneric.authenticateUser(Application application, UserAuthenticationContext userAuthenticationContext) -
Uses of UserAuthenticationContext in com.atlassian.crowd.manager.authentication
Methods in com.atlassian.crowd.manager.authentication with parameters of type UserAuthenticationContextModifier and TypeMethodDescriptionAliasingAwareTokenAuthenticationManager.authenticateUser(Application application, UserAuthenticationContext authenticateContext, TokenLifetime tokenLifetime) DelegatingTokenAuthenticationManager.authenticateUser(Application application, UserAuthenticationContext authenticateContext, TokenLifetime tokenLifetime) RetryingTokenAuthenticationManager.authenticateUser(Application application, UserAuthenticationContext authenticateContext, TokenLifetime tokenLifetime) TokenAuthenticationManager.authenticateUser(Application application, UserAuthenticationContext authenticateContext, TokenLifetime tokenLifetime) Authenticates a user and and generates an authentication token.TokenAuthenticationManagerImpl.authenticateUser(Application application, UserAuthenticationContext authenticationContext, boolean validatePassword, TokenLifetime tokenLifetime) TokenAuthenticationManagerImpl.authenticateUser(Application application, UserAuthenticationContext authenticateContext, TokenLifetime tokenLifetime) AliasingAwareTokenAuthenticationManager.authenticateUserWithoutValidatingPassword(Application application, UserAuthenticationContext authenticateContext) DelegatingTokenAuthenticationManager.authenticateUserWithoutValidatingPassword(Application application, UserAuthenticationContext authenticateContext) RetryingTokenAuthenticationManager.authenticateUserWithoutValidatingPassword(Application application, UserAuthenticationContext authenticateContext) TokenAuthenticationManager.authenticateUserWithoutValidatingPassword(Application application, UserAuthenticationContext authenticateContext) Feigns the authentication process for a user and creates a token for the authentication without validating the password.TokenAuthenticationManagerImpl.authenticateUserWithoutValidatingPassword(Application application, UserAuthenticationContext authenticateContext) -
Uses of UserAuthenticationContext in com.atlassian.crowd.manager.directory
Methods in com.atlassian.crowd.manager.directory with parameters of type UserAuthenticationContextModifier and TypeMethodDescriptiondefault UserDirectoryManager.authenticateUser(long directoryId, UserAuthenticationContext userAuthenticationContext) DirectoryManagerGeneric.authenticateUser(long directoryId, UserAuthenticationContext userAuthenticationContext) -
Uses of UserAuthenticationContext in com.atlassian.crowd.model.authentication
Methods in com.atlassian.crowd.model.authentication that return UserAuthenticationContextModifier and TypeMethodDescription -
Uses of UserAuthenticationContext in com.atlassian.crowd.service.client
Methods in com.atlassian.crowd.service.client with parameters of type UserAuthenticationContextModifier and TypeMethodDescriptionCrowdClient.authenticateSSOUser(UserAuthenticationContext userAuthenticationContext) Authenticates a Single-Sign-On (SSO) User.CrowdClient.authenticateSSOUser(UserAuthenticationContext userAuthenticationContext, long duration) Authenticates a Single-Sign-On (SSO) User.CrowdClient.authenticateSSOUserWithoutValidatingPassword(UserAuthenticationContext userAuthenticationContext) Authenticates a Single-Sign-On (SSO) User without validating password.