| Package | Description |
|---|---|
| com.atlassian.crowd.integration.http.util | |
| com.atlassian.crowd.model.authentication | |
| com.atlassian.crowd.service.client |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
UserAuthenticationContext |
UserAuthenticationContext.withName(String name) |
| Modifier and Type | Method and Description |
|---|---|
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 © 2019 Atlassian. All rights reserved.