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

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
 List<ValidationFactor> CrowdHttpValidationFactorExtractorImpl.getValidationFactors(javax.servlet.http.HttpServletRequest request)
           
 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).

 

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(String name, com.atlassian.crowd.embedded.api.PasswordCredential credential, ValidationFactor[] validationFactors)
           
AuthenticationContext(String name, com.atlassian.crowd.embedded.api.PasswordCredential credential, ValidationFactor[] validationFactors)
           
UserAuthenticationContext(String name, com.atlassian.crowd.embedded.api.PasswordCredential credential, ValidationFactor[] validationFactors, 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(String token, List<ValidationFactor> validationFactors)
          Validates the SSO authentication.
 Session CrowdClient.validateSSOAuthenticationAndGetSession(String token, List<ValidationFactor> validationFactors)
          Validates the SSO authentication.
 



Copyright © 2013 Atlassian. All Rights Reserved.