Searched refs:toUserIdentificationResponse (Results 1 – 3 of 3) sorted by relevance
483 () -> UserHalHelper.toUserIdentificationResponse(null)); in testToUserIdentificationResponse_null()491 () -> UserHalHelper.toUserIdentificationResponse(prop)); in testToUserIdentificationResponse_invalidPropType()504 () -> UserHalHelper.toUserIdentificationResponse(prop)); in testToUserIdentificationResponse_invalidSize()514 () -> UserHalHelper.toUserIdentificationResponse(prop)); in testToUserIdentificationResponse_invalidRequest()527 () -> UserHalHelper.toUserIdentificationResponse(prop)); in testToUserIdentificationResponse_invalidType()540 () -> UserHalHelper.toUserIdentificationResponse(prop)); in testToUserIdentificationResponse_invalidValue()557 UserIdentificationResponse response = UserHalHelper.toUserIdentificationResponse(prop); in testToUserIdentificationResponse_ok()
576 response = UserHalHelper.toUserIdentificationResponse(responseAsPropValue); in getUserAssociation()691 response = UserHalHelper.toUserIdentificationResponse(value); in handleOnUserIdentificationAssociation()
333 public static UserIdentificationResponse toUserIdentificationResponse( in toUserIdentificationResponse() method in UserHalHelper