Uses of Class
com.atlassian.crowd.plugin.rest.entity.ValidationFactorEntity

Packages that use ValidationFactorEntity
com.atlassian.crowd.plugin.rest.entity   
com.atlassian.crowd.plugin.rest.service.controller   
 

Uses of ValidationFactorEntity in com.atlassian.crowd.plugin.rest.entity
 

Methods in com.atlassian.crowd.plugin.rest.entity that return types with arguments of type ValidationFactorEntity
 List<ValidationFactorEntity> AuthenticationContextEntity.getValidationFactors()
           
 List<ValidationFactorEntity> ValidationFactorEntityList.getValidationFactors()
           
 

Constructor parameters in com.atlassian.crowd.plugin.rest.entity with type arguments of type ValidationFactorEntity
ValidationFactorEntityList(List<ValidationFactorEntity> validationFactors)
           
 

Uses of ValidationFactorEntity in com.atlassian.crowd.plugin.rest.service.controller
 

Method parameters in com.atlassian.crowd.plugin.rest.service.controller with type arguments of type ValidationFactorEntity
 SessionEntity TokenController.authenticateUser(String applicationName, String username, String password, TokenLifetime tokenDuration, Collection<ValidationFactorEntity> validationFactorEntities, URI baseUri)
          Authenticates a user for the given application.
 SessionEntity TokenController.authenticateUserWithoutValidatingPassword(String applicationName, String username, Collection<ValidationFactorEntity> validationFactorEntities, URI baseUri)
          Feigns the authentication process for a user and creates a token for the authentication without validating the password.
 SessionEntity TokenController.validateToken(String applicationName, String token, Collection<ValidationFactorEntity> validationFactorEntities, URI baseUri)
          Validates a Crowd SSO token and creates a new token with an updated last accessed date (for the internal token representation).
 



Copyright © 2014 Atlassian. All Rights Reserved.