|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValidationFactor | |
|---|---|
| com.atlassian.crowd.integration.http.util | |
| com.atlassian.crowd.model.authentication | |
| com.atlassian.crowd.service.client | |
| Uses of ValidationFactor in com.atlassian.crowd.integration.http.util |
|---|
| Methods in com.atlassian.crowd.integration.http.util that return types with arguments of type ValidationFactor | |
|---|---|
java.util.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). |
java.util.List<ValidationFactor> |
CrowdHttpValidationFactorExtractorImpl.getValidationFactors(javax.servlet.http.HttpServletRequest request)
|
| Uses of ValidationFactor in com.atlassian.crowd.model.authentication |
|---|
| Methods in com.atlassian.crowd.model.authentication that return ValidationFactor | |
|---|---|
ValidationFactor[] |
AuthenticationContext.getValidationFactors()
Gets the authenticating validation factors. |
| Methods in com.atlassian.crowd.model.authentication with parameters of type ValidationFactor | |
|---|---|
void |
AuthenticationContext.setValidationFactors(ValidationFactor[] validationFactors)
Sets the authenticating validation factors. |
| Constructors in com.atlassian.crowd.model.authentication with parameters of type ValidationFactor | |
|---|---|
ApplicationAuthenticationContext(java.lang.String name,
PasswordCredential credential,
ValidationFactor[] validationFactors)
|
|
AuthenticationContext(java.lang.String name,
PasswordCredential credential,
ValidationFactor[] validationFactors)
|
|
UserAuthenticationContext(java.lang.String name,
PasswordCredential credential,
ValidationFactor[] validationFactors,
java.lang.String application)
|
|
| Uses of ValidationFactor in com.atlassian.crowd.service.client |
|---|
| Method parameters in com.atlassian.crowd.service.client with type arguments of type ValidationFactor | |
|---|---|
void |
CrowdClient.validateSSOAuthentication(java.lang.String token,
java.util.List<ValidationFactor> validationFactors)
Validates the SSO authentication. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||