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

Packages that use ValidationFactor
com.atlassian.crowd.acceptance.tests.concurrent   
com.atlassian.crowd.integration.acegi   
com.atlassian.crowd.integration.http   
com.atlassian.crowd.integration.http.util   
com.atlassian.crowd.integration.rest.entity   
com.atlassian.crowd.integration.rest.service   
com.atlassian.crowd.integration.springsecurity   
com.atlassian.crowd.manager.authentication   
com.atlassian.crowd.manager.token.factory   
com.atlassian.crowd.model.authentication   
com.atlassian.crowd.plugin.application.springsecurity   
com.atlassian.crowd.service   
com.atlassian.crowd.service.cache   
com.atlassian.crowd.service.client   
com.atlassian.crowd.service.soap.client   
com.atlassian.crowd.util   
 

Uses of ValidationFactor in com.atlassian.crowd.acceptance.tests.concurrent
 

Methods in com.atlassian.crowd.acceptance.tests.concurrent that return ValidationFactor
protected  ValidationFactor[] TokenStorageSwitchTest.getValidationFactors(java.lang.String username)
           
 

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

Methods in com.atlassian.crowd.integration.acegi that return ValidationFactor
 ValidationFactor[] CrowdSSOAuthenticationDetails.getValidationFactors()
           
 

Methods in com.atlassian.crowd.integration.acegi with parameters of type ValidationFactor
protected  java.lang.String RemoteCrowdAuthenticationProvider.authenticate(java.lang.String username, java.lang.String password, ValidationFactor[] validationFactors)
           
protected abstract  java.lang.String CrowdAuthenticationProvider.authenticate(java.lang.String username, java.lang.String password, ValidationFactor[] validationFactors)
          Authenticate a remote user and return the Crowd SSO token string.
protected  boolean RemoteCrowdAuthenticationProvider.isAuthenticated(java.lang.String token, ValidationFactor[] validationFactors)
           
protected abstract  boolean CrowdAuthenticationProvider.isAuthenticated(java.lang.String token, ValidationFactor[] validationFactors)
          Determine if a remote user is authenticated via SSO based on the supplied SSO token string and validation factors.
 

Constructors in com.atlassian.crowd.integration.acegi with parameters of type ValidationFactor
CrowdSSOAuthenticationDetails(java.lang.String applicationName, ValidationFactor[] validationFactors)
           
 

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

Methods in com.atlassian.crowd.integration.http that return ValidationFactor
 ValidationFactor[] HttpAuthenticatorImpl.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).

 ValidationFactor[] HttpAuthenticator.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).
 

Methods in com.atlassian.crowd.integration.http with parameters of type ValidationFactor
 java.lang.String HttpAuthenticatorImpl.verifyAuthentication(java.lang.String username, java.lang.String password, ValidationFactor[] validationFactors)
          Verifies the authentication of a principal's username/password, given a set of validation factors.
 java.lang.String HttpAuthenticator.verifyAuthentication(java.lang.String username, java.lang.String password, ValidationFactor[] validationFactors)
          Verifies the authentication of a principal's username/password, given a set of validation factors.
 

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

 

Uses of ValidationFactor in com.atlassian.crowd.integration.rest.entity
 

Methods in com.atlassian.crowd.integration.rest.entity with parameters of type ValidationFactor
static ValidationFactorEntity ValidationFactorEntity.newInstance(ValidationFactor validationFactor)
           
 

Method parameters in com.atlassian.crowd.integration.rest.entity with type arguments of type ValidationFactor
static ValidationFactorEntityList ValidationFactorEntityList.newInstance(java.util.List<ValidationFactor> validationFactors)
           
 

Uses of ValidationFactor in com.atlassian.crowd.integration.rest.service
 

Method parameters in com.atlassian.crowd.integration.rest.service with type arguments of type ValidationFactor
 void RestCrowdClient.validateSSOAuthentication(java.lang.String token, java.util.List<ValidationFactor> validationFactors)
           
 

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

Methods in com.atlassian.crowd.integration.springsecurity that return ValidationFactor
 ValidationFactor[] CrowdSSOAuthenticationDetails.getValidationFactors()
           
 

Methods in com.atlassian.crowd.integration.springsecurity with parameters of type ValidationFactor
protected  java.lang.String RemoteCrowdAuthenticationProvider.authenticate(java.lang.String username, java.lang.String password, ValidationFactor[] validationFactors)
           
protected abstract  java.lang.String CrowdAuthenticationProvider.authenticate(java.lang.String username, java.lang.String password, ValidationFactor[] validationFactors)
          Authenticate a remote user and return the Crowd SSO token string.
protected  boolean RemoteCrowdAuthenticationProvider.isAuthenticated(java.lang.String token, ValidationFactor[] validationFactors)
           
protected abstract  boolean CrowdAuthenticationProvider.isAuthenticated(java.lang.String token, ValidationFactor[] validationFactors)
          Determine if a remote user is authenticated via SSO based on the supplied SSO token string and validation factors.
 

Constructors in com.atlassian.crowd.integration.springsecurity with parameters of type ValidationFactor
CrowdSSOAuthenticationDetails(java.lang.String applicationName, ValidationFactor[] validationFactors)
           
 

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

Methods in com.atlassian.crowd.manager.authentication with parameters of type ValidationFactor
protected  Token TokenAuthenticationManagerImpl.genericValidateToken(java.lang.String token, ValidationFactor[] validationFactors)
          Will validate a token key with the given ValidationFactor's against one (if it exists) in the datastore.
 Token TokenAuthenticationManagerImpl.validateApplicationToken(java.lang.String tokenKey, ValidationFactor[] clientValidationFactors)
           
 Token TokenAuthenticationManager.validateApplicationToken(java.lang.String tokenKey, ValidationFactor[] validationFactors)
          Validates an application token key given validation factors.
 Token AliasingAwareTokenAuthenticationManager.validateApplicationToken(java.lang.String tokenKey, ValidationFactor[] validationFactors)
           
 Token TokenAuthenticationManagerImpl.validateUserToken(java.lang.String userTokenKey, ValidationFactor[] validationFactors, java.lang.String applicationName)
           
 Token TokenAuthenticationManager.validateUserToken(java.lang.String userTokenKey, ValidationFactor[] validationFactors, java.lang.String application)
          Validates a user token key given validation factors and checks that the user is allowed to authenticate with the specified application
 Token AliasingAwareTokenAuthenticationManager.validateUserToken(java.lang.String userTokenKey, ValidationFactor[] validationFactors, java.lang.String application)
           
 

Uses of ValidationFactor in com.atlassian.crowd.manager.token.factory
 

Method parameters in com.atlassian.crowd.manager.token.factory with type arguments of type ValidationFactor
protected  void TokenKeyGeneratorImpl.addValidationFactor(java.lang.StringBuffer message, java.util.List<ValidationFactor> validationFactors, java.lang.String factorName)
          If it exists, adds the validation factor specified in factorName to the message.
 Token TokenFactoryImpl.create(long directoryID, java.lang.String name, java.util.List<ValidationFactor> validationFactors)
           
 Token TokenFactory.create(long directoryID, java.lang.String name, java.util.List<ValidationFactor> validationFactors)
          Generates a token key based on the supplied validationFactors.
 Token TokenFactoryImpl.create(long directoryID, java.lang.String name, java.util.List<ValidationFactor> validationFactors, long secretNumber)
           
 Token TokenFactory.create(long directoryID, java.lang.String name, java.util.List<ValidationFactor> validationFactors, long secretNumber)
          Generates a token key based on the supplied validationFactors.
 java.lang.String TokenKeyGeneratorImpl.generateKey(long directoryID, java.lang.String name, java.util.List<ValidationFactor> validationFactors)
           
 java.lang.String TokenKeyGenerator.generateKey(long directoryID, java.lang.String name, java.util.List<ValidationFactor> validationFactors)
          Creates a String that will be used by a Token as its key.
 

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 autenticating 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.plugin.application.springsecurity
 

Methods in com.atlassian.crowd.plugin.application.springsecurity with parameters of type ValidationFactor
protected  java.lang.String LocalCrowdAuthenticationProvider.authenticate(java.lang.String username, java.lang.String password, ValidationFactor[] validationFactors)
           
protected  boolean LocalCrowdAuthenticationProvider.isAuthenticated(java.lang.String token, ValidationFactor[] validationFactors)
           
 

Uses of ValidationFactor in com.atlassian.crowd.service
 

Methods in com.atlassian.crowd.service with parameters of type ValidationFactor
 boolean AuthenticationManager.isAuthenticated(java.lang.String token, ValidationFactor[] validationFactors)
          Checks that the token (as returned from authenticate() is still valid, given the validation factors.
 

Uses of ValidationFactor in com.atlassian.crowd.service.cache
 

Methods in com.atlassian.crowd.service.cache with parameters of type ValidationFactor
 boolean SimpleAuthenticationManager.isAuthenticated(java.lang.String token, ValidationFactor[] validationFactors)
           
 boolean CacheAwareAuthenticationManager.isAuthenticated(java.lang.String token, ValidationFactor[] validationFactors)
           
 

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.
 

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

Methods in com.atlassian.crowd.service.soap.client with parameters of type ValidationFactor
 java.lang.String SecurityServerClientImpl.createPrincipalToken(java.lang.String username, ValidationFactor[] validationFactors)
          Authenticates a principal without validating a password.
 java.lang.String SecurityServerClient.createPrincipalToken(java.lang.String username, ValidationFactor[] validationFactors)
          Authenticates a principal without validating a password.
 boolean SecurityServerClientImpl.isValidToken(java.lang.String principalToken, ValidationFactor[] validationFactors)
          Checks if the principal's current token is still valid.
 boolean SecurityServerClient.isValidToken(java.lang.String principalToken, ValidationFactor[] validationFactors)
          Checks if the principal's current token is still valid.
 

Uses of ValidationFactor in com.atlassian.crowd.util
 

Methods in com.atlassian.crowd.util that return ValidationFactor
static ValidationFactor SoapObjectTranslator.fromSoapValidationFactor(ValidationFactor validationFactor)
          Converts from SOAP version of ValidationFactor.
static ValidationFactor[] SoapObjectTranslator.fromSoapValidationFactors(ValidationFactor[] validationFactors)
          Converts from SOAP version of ValidationFactor.
 

Methods in com.atlassian.crowd.util with parameters of type ValidationFactor
static ValidationFactor SoapObjectTranslator.toSoapValidationFactor(ValidationFactor validationFactor)
          Converts to the SOAP version of ValidationFactor.
static ValidationFactor[] SoapObjectTranslator.toSoapValidationFactors(ValidationFactor[] validationFactors)
          Converts to the SOAP version of ValidationFactor.
 



Copyright © 2010 Atlassian. All Rights Reserved.