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
 java.util.List<ValidationFactorEntity> ValidationFactorEntityList.getValidationFactors()
           
 java.util.List<ValidationFactorEntity> AuthenticationContextEntity.getValidationFactors()
           
 

Constructor parameters in com.atlassian.crowd.plugin.rest.entity with type arguments of type ValidationFactorEntity
ValidationFactorEntityList(java.util.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(java.lang.String applicationName, java.lang.String username, java.lang.String password, java.util.Collection<ValidationFactorEntity> validationFactorEntities, java.net.URI baseUri)
          Authenticates a user for the given application.
 SessionEntity TokenController.authenticateUserWithoutValidatingPassword(java.lang.String applicationName, java.lang.String username, java.util.Collection<ValidationFactorEntity> validationFactorEntities, java.net.URI baseUri)
          Feigns the authentication process for a user and creates a token for the authentication without validating the password.
 SessionEntity TokenController.validateToken(java.lang.String applicationName, java.lang.String token, java.util.Collection<ValidationFactorEntity> validationFactorEntities, java.net.URI baseUri)
          Validates a Crowd SSO token and creates a new token with an updated last accessed date (for the internal token representation).
 



Copyright © 2012 Atlassian. All Rights Reserved.