| Package | Description |
|---|---|
| com.atlassian.crowd.integration.http.util | |
| com.atlassian.crowd.model.authentication | |
| com.atlassian.crowd.service.client |
| Modifier and Type | Method and Description |
|---|---|
List<ValidationFactor> |
CrowdHttpValidationFactorExtractor.getValidationFactors(javax.servlet.http.HttpServletRequest request)
Retrieves validation factors from the request:
Remote Address: the source IP address of the HTTP request.
Original Address: the X-Forwarded-For HTTP header (if present and distinct from the Remote Address).
|
List<ValidationFactor> |
CrowdHttpValidationFactorExtractorImpl.getValidationFactors(javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
ValidationFactor[] |
AuthenticationContext.getValidationFactors()
Gets the authenticating validation factors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationContext.setValidationFactors(ValidationFactor[] validationFactors)
Sets the authenticating validation factors.
|
| Constructor and Description |
|---|
ApplicationAuthenticationContext(String name,
PasswordCredential credential,
ValidationFactor[] validationFactors) |
AuthenticationContext(String name,
PasswordCredential credential,
ValidationFactor[] validationFactors) |
UserAuthenticationContext(String name,
PasswordCredential credential,
ValidationFactor[] validationFactors,
String application) |
| Modifier and Type | Method and Description |
|---|---|
void |
CrowdClient.validateSSOAuthentication(String token,
List<ValidationFactor> validationFactors)
Validates the SSO authentication.
|
Session |
CrowdClient.validateSSOAuthenticationAndGetSession(String token,
List<ValidationFactor> validationFactors)
Validates the SSO authentication.
|
Copyright © 2018 Atlassian. All rights reserved.