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

Packages that use ValidationFactor
com.atlassian.crowd.integration.authentication   
com.atlassian.crowd.integration.http   
com.atlassian.crowd.integration.service.soap.client   
com.atlassian.crowd.integration.service.soap.server   
 

Uses of ValidationFactor in com.atlassian.crowd.integration.authentication
 

Methods in com.atlassian.crowd.integration.authentication that return ValidationFactor
 ValidationFactor[] AuthenticationContext.getValidationFactors()
          Gets the authenticating validation factors.
 

Methods in com.atlassian.crowd.integration.authentication with parameters of type ValidationFactor
 void AuthenticationContext.setValidationFactors(ValidationFactor[] validationFactors)
          Sets the autenticating validation factors.
 

Uses of ValidationFactor in com.atlassian.crowd.integration.http
 

Methods in com.atlassian.crowd.integration.http that return ValidationFactor
static ValidationFactor[] HttpAuthenticator.getValidationFactors(HttpServletRequest request)
           
 

Uses of ValidationFactor in com.atlassian.crowd.integration.service.soap.client
 

Methods in com.atlassian.crowd.integration.service.soap.client with parameters of type ValidationFactor
static boolean SecurityServerClient.isValidToken(String principalToken, ValidationFactor[] validationFactors)
           
 

Uses of ValidationFactor in com.atlassian.crowd.integration.service.soap.server
 

Methods in com.atlassian.crowd.integration.service.soap.server with parameters of type ValidationFactor
 boolean SecurityServer.isValidPrincipalToken(AuthenticatedToken applicationToken, String principalToken, ValidationFactor[] validationFactors)
           
 



Copyright © 2006 Atlassian Software Systems. All Rights Reserved.