Uses of Class
com.atlassian.crowd.plugin.rest.entity.ValidationFactorEntity
Packages that use ValidationFactorEntity
Package
Description
-
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 ValidationFactorEntityModifier and TypeMethodDescriptionAuthenticationContextEntity.getValidationFactors()ValidationFactorEntityList.getValidationFactors()Constructor parameters in com.atlassian.crowd.plugin.rest.entity with type arguments of type ValidationFactorEntityModifierConstructorDescriptionValidationFactorEntityList(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 ValidationFactorEntityModifier and TypeMethodDescriptionTokenController.authenticateUser(String username, String password, TokenLifetime tokenDuration, Collection<ValidationFactorEntity> validationFactorEntities, URI baseUri) Authenticates a user for the given application.TokenController.authenticateUserWithoutValidatingPassword(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.TokenController.validateToken(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).