Uses of Class
com.atlassian.crowd.model.authentication.UserAuthenticationContext

Packages that use UserAuthenticationContext
com.atlassian.crowd.integration.http.util   
com.atlassian.crowd.model.authentication   
com.atlassian.crowd.service.client   
 

Uses of UserAuthenticationContext in com.atlassian.crowd.integration.http.util
 

Methods in com.atlassian.crowd.integration.http.util that return UserAuthenticationContext
 UserAuthenticationContext CrowdHttpTokenHelperImpl.getUserAuthenticationContext(javax.servlet.http.HttpServletRequest request, String username, String password, ClientProperties clientProperties)
           
 UserAuthenticationContext CrowdHttpTokenHelper.getUserAuthenticationContext(javax.servlet.http.HttpServletRequest request, String username, String password, ClientProperties clientProperties)
          Returns the user authentication context from a request.
 

Uses of UserAuthenticationContext in com.atlassian.crowd.model.authentication
 

Methods in com.atlassian.crowd.model.authentication that return UserAuthenticationContext
 UserAuthenticationContext UserAuthenticationContext.withName(String name)
           
 

Uses of UserAuthenticationContext in com.atlassian.crowd.service.client
 

Methods in com.atlassian.crowd.service.client with parameters of type UserAuthenticationContext
 String CrowdClient.authenticateSSOUser(UserAuthenticationContext userAuthenticationContext)
          Authenticates a Single-Sign-On (SSO) User.
 String CrowdClient.authenticateSSOUser(UserAuthenticationContext userAuthenticationContext, long duration)
          Authenticates a Single-Sign-On (SSO) User.
 String CrowdClient.authenticateSSOUserWithoutValidatingPassword(UserAuthenticationContext userAuthenticationContext)
          Authenticates a Single-Sign-On (SSO) User without validating password.
 



Copyright © 2014 Atlassian. All Rights Reserved.